Skip to content

Commit e6f2aab

Browse files
author
Pan
committed
Updated appveyor cfg. Added openssl and zlib static archives for windows builds.
1 parent ee92bdb commit e6f2aab

6 files changed

+25
-6
lines changed

.appveyor.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66
CMD_IN_ENV: "cmd /E:ON /V:ON /C %APPVEYOR_BUILD_FOLDER%\\ci\\appveyor\\run_with_env.cmd"
77
PYTHONUNBUFFERED: 1
88
EMBEDDED_LIB: 1
9-
OPENSSL_VER: 1.0.2p
9+
OPENSSL_VER: 1.0.2q
1010
PYPI_USER:
1111
secure: 2m0jy6JD/R9RExIosOT6YA==
1212
PYPI_PASS:
@@ -122,10 +122,8 @@ install:
122122
# do not cause a version change.
123123
- python ci/appveyor/fix_version.py .
124124
- mv -f .git .git.bak
125-
- appveyor DownloadFile http://zlib.net/zlib1211.zip
126-
- 7z x zlib1211.zip
127-
- appveyor DownloadFile https://indy.fulgan.com/SSL/openssl-%OPENSSL_VER%-%ARCH%-win%PYTHON_ARCH%.zip
128-
- 7z x openssl-%OPENSSL_VER%-%ARCH%-win%PYTHON_ARCH%.zip
125+
- 7z x ci\appveyor\zlib1211.zip
126+
- 7z x ci\appveyor\openssl-%OPENSSL_VER%-%ARCH%-win%PYTHON_ARCH%.zip
129127
- cp ssleay32.dll ssh2\
130128
- cp libeay32.dll ssh2\
131129
- ps: ls ssh2

.gitattributes

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
ssh2/_version.py export-subst
1+
openssl-1.0.2q-i386-win32.zip filter=lfs diff=lfs merge=lfs -text
2+
openssl-1.0.2q-x64_86-win64.zip filter=lfs diff=lfs merge=lfs -text
3+
zlib1211.zip filter=lfs diff=lfs merge=lfs -text
4+
*.tar.gz filter=lfs diff=lfs merge=lfs -text

Changelog.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change Log
22
=============
33

4+
0.17.0.post2
5+
+++++++++++++
6+
7+
Packaging
8+
----------
9+
10+
* Updated embedded OpenSSL version for Windows wheel builds.
11+
12+
413
0.17.0.post1
514
+++++++++++++
615

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:301162cb82096fe2f47f93563ccc33fe9d497486a3313ead9a5500d8c7edbacf
3+
size 1040327
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:26de57cc4cf8f1780af9d5a83ae0417bb8700b566422ff936f021e687bd0c2d4
3+
size 1353101

ci/appveyor/zlib1211.zip

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:d7510a8ee1918b7d0cad197a089c0a2cd4d6df05fee22389f67f115e738b178d
3+
size 747422

0 commit comments

Comments
 (0)