Update dependencies in req.txt for OSX

This commit is contained in:
twangboy 2019-01-14 17:39:29 -07:00
parent 5533e9ee96
commit ea0acbabf6
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB
13 changed files with 35 additions and 36 deletions

View file

@ -177,8 +177,8 @@ $MAKE install
############################################################################
echo -n -e "\033]0;Build_Env: libsodium: download\007"
PKGURL="https://download.libsodium.org/libsodium/releases/libsodium-1.0.15.tar.gz"
PKGDIR="libsodium-1.0.15"
PKGURL="https://download.libsodium.org/libsodium/releases/libsodium-1.0.17.tar.gz"
PKGDIR="libsodium-1.0.17"
download $PKGURL
@ -200,8 +200,8 @@ $MAKE install
############################################################################
echo -n -e "\033]0;Build_Env: zeromq: download\007"
PKGURL="http://download.zeromq.org/zeromq-4.1.4.tar.gz"
PKGDIR="zeromq-4.1.4"
PKGURL="http://github.com/zeromq/libzmq/releases/download/v4.2.5/zeromq-4.2.5.tar.gz"
PKGDIR="zeromq-4.2.5"
download $PKGURL
@ -223,8 +223,8 @@ $MAKE install
############################################################################
echo -n -e "\033]0;Build_Env: OpenSSL: download\007"
PKGURL="http://openssl.org/source/openssl-1.0.2p.tar.gz"
PKGDIR="openssl-1.0.2p"
PKGURL="http://openssl.org/source/openssl-1.0.2q.tar.gz"
PKGDIR="openssl-1.0.2q"
download $PKGURL
@ -247,11 +247,11 @@ $MAKE install
echo -n -e "\033]0;Build_Env: Python: download\007"
if [ "$PYVER" == "2" ]; then
PKGURL="https://www.python.org/ftp/python/2.7.14/Python-2.7.14.tar.xz"
PKGDIR="Python-2.7.14"
PKGURL="https://www.python.org/ftp/python/2.7.15/Python-2.7.15.tar.xz"
PKGDIR="Python-2.7.15"
else
PKGURL="https://www.python.org/ftp/python/3.5.3/Python-3.5.3.tar.xz"
PKGDIR="Python-3.5.3"
PKGURL="https://www.python.org/ftp/python/3.5.4/Python-3.5.4.tar.xz"
PKGDIR="Python-3.5.4"
fi
download $PKGURL

View file

@ -1,32 +1,31 @@
apache-libcloud==2.2.1
backports.ssl_match_hostname==3.5.0.1
apache-libcloud==2.4.0
backports.ssl_match_hostname==3.7.0.1
backports_abc==0.5
certifi
cffi==1.11.2
CherryPy==13.0.0
click==6.7
CherryPy==18.1.0
click==7.0
enum34==1.1.6
futures==3.1.1
futures==3.2.0; python_version == '2.7'
gitdb==0.6.4
GitPython==2.1.7
idna==2.6
ipaddress==1.0.18
GitPython==2.1.11
idna==2.8
ipaddress==1.0.22
Jinja2==2.10
linode-python==1.1.1
Mako==1.0.7
MarkupSafe==1.0
msgpack-python==0.4.8
pyasn1==0.4.2
pycparser==2.18
MarkupSafe==1.1.0
msgpack-python==0.5.6
pyasn1==0.4.5
pycparser==2.19
pycrypto==2.6.1
python-dateutil==2.6.1
python-gnupg==0.4.1
PyYAML==3.12
pyzmq==17.0.0
python-dateutil==2.7.5
python-gnupg==0.4.3
PyYAML==3.13
pyzmq==17.1.2
requests==2.21.0
singledispatch==3.4.0.3
six==1.11.0
smmap==0.9.0
timelib==0.2.4
tornado==4.5.2
vultr==1.0rc1
tornado==4.5.3
vultr==1.0.1

View file

@ -1,2 +1,2 @@
cryptography==2.1.4
pyOpenSSL==17.5.0
cryptography==2.4.2
pyOpenSSL==18.0.0

View file

@ -1 +0,0 @@
78310b0be6388ffa15f29a80afb9ab3c03a572cb094e9da00cfe391afadb51696e41f592eb658d6a31a2f422fdac8a55214a382cbb8cfb43d4a127d5b35ea7f9 ./Python-2.7.14.tar.xz

View file

@ -0,0 +1 @@
27ea43eb45fc68f3d2469d5f07636e10801dee11635a430ec8ec922ed790bb426b072da94df885e4dfa1ea8b7a24f2f56dd92f9b0f51e162330f161216bd6de6 ./Python-2.7.15.tar.xz

View file

@ -1 +0,0 @@
bbcc20e315c63dbc8901d7e7bfa29d4dbdad9335720757d8d679730319fd1d9fcfdb55cf62d620c9b052134170f162c28d653a8af60923185b8932524d827864 ./Python-3.5.3.tar.xz

View file

@ -0,0 +1 @@
dbbe2740ee1cce5404b7b6436a9b3887e15f415a1006efa22014ec7e5b1e48c43eed0ff98f6f5b365c527b8d2525be4ce72bbe404ce71c0835529fcd6f0267ff ./Python-3.5.4.tar.xz

View file

@ -1 +0,0 @@
299a208f8342793d13498e95b23f1749f5b5b13ec276db3ec401130615e837ef475b6a1283b6e87a5f8227d23e70e38ca721073dadd5dc88fe4aff342aa64adc ./libsodium-1.0.15.tar.gz

View file

@ -0,0 +1 @@
7cc9e4f11e656008ce9dff735acea95acbcb91ae4936de4d26f7798093766a77c373e9bd4a7b45b60ef8a11de6c55bc8dcac13bebf8c23c671d0536430501da1 ./libsodium-1.0.17.tar.gz

View file

@ -1 +0,0 @@
958c5a7c3324bbdc8f07dfb13e11329d9a1b4452c07cf41fbd2d42b5fe29c95679332a3476d24c2dc2b88be16e4a24744aba675a05a388c0905756c77a8a2f16 ./openssl-1.0.2p.tar.gz

View file

@ -0,0 +1 @@
403e6cad42db3ba860c3fa4fa81c1b7b02f0b873259e5c19a7fc8e42de0854602555f1b1ca74f4e3a7737a4cbd3aac063061e628ec86534586500819fae7fec0 ./openssl-1.0.2q.tar.gz

View file

@ -1 +0,0 @@
8a8cf4f52ad78dddfff104bfba0f80bbc12566920906a0fafb9fc340aa92f5577c2923cb2e5346c69835cd2ea1609647a8893c2883cd22c1f0340a720511460c ./zeromq-4.1.4.tar.gz

View file

@ -0,0 +1 @@
4556cb50d05a6d133015a0ba804d6d951a47479a33fa29561eaeecb93d48b7bb6477365d0986c38b779f500cadaf08522c4a7aa13f5510303bd923f794d37036 ./zeromq-4.2.5.tar.gz