packages: Upgrade Zulip API packages (0.3.4 -> 0.3.5).

This commit is contained in:
Eeshan Garg
2017-10-09 14:20:00 -02:30
committed by Tim Abbott
parent 6f4d24d851
commit 48be9e3e44
4 changed files with 7 additions and 7 deletions

View File

@@ -170,8 +170,8 @@ beautifulsoup4==4.6.0
# The Zulip API bindings, from its own repository.
# We integrate with these tightly, so often it makes sense to pin a
# version from Git rather than a release.
-e "git+https://github.com/zulip/python-zulip-api.git@0.3.4#egg=zulip==0.3.4_git&subdirectory=zulip"
-e "git+https://github.com/zulip/python-zulip-api.git@0.3.4#egg=zulip_bots==0.3.4+git&subdirectory=zulip_bots"
-e "git+https://github.com/zulip/python-zulip-api.git@0.3.5#egg=zulip==0.3.5_git&subdirectory=zulip"
-e "git+https://github.com/zulip/python-zulip-api.git@0.3.5#egg=zulip_bots==0.3.5+git&subdirectory=zulip_bots"
# Used for Hesiod lookups, etc.
py3dns==3.1.0

View File

@@ -12,8 +12,8 @@ git+https://github.com/zulip/pyoembed.git@d6d34a6a73404ef6bffe79109da68feb224ef8
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
git+https://github.com/zulip/virtualenv-clone.git@44e831da39ffb6b9bb5c7d103d98babccdca0456#egg=virtualenv-clone==0.2.6.zulip1
git+https://github.com/zulip/python-zulip-api.git@0.3.4#egg=zulip==0.3.4_git&subdirectory=zulip
git+https://github.com/zulip/python-zulip-api.git@0.3.4#egg=zulip_bots==0.3.4+git&subdirectory=zulip_bots
git+https://github.com/zulip/python-zulip-api.git@0.3.5#egg=zulip==0.3.5_git&subdirectory=zulip
git+https://github.com/zulip/python-zulip-api.git@0.3.5#egg=zulip_bots==0.3.5+git&subdirectory=zulip_bots
alabaster==0.7.10
apns2==0.3.0
argon2-cffi==16.3.0

View File

@@ -11,8 +11,8 @@ git+https://github.com/zulip/pyoembed.git@d6d34a6a73404ef6bffe79109da68feb224ef8
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
git+https://github.com/zulip/virtualenv-clone.git@44e831da39ffb6b9bb5c7d103d98babccdca0456#egg=virtualenv-clone==0.2.6.zulip1
git+https://github.com/zulip/python-zulip-api.git@0.3.4#egg=zulip==0.3.4_git&subdirectory=zulip
git+https://github.com/zulip/python-zulip-api.git@0.3.4#egg=zulip_bots==0.3.4+git&subdirectory=zulip_bots
git+https://github.com/zulip/python-zulip-api.git@0.3.5#egg=zulip==0.3.5_git&subdirectory=zulip
git+https://github.com/zulip/python-zulip-api.git@0.3.5#egg=zulip_bots==0.3.5+git&subdirectory=zulip_bots
apns2==0.3.0
argon2-cffi==16.3.0
asn1crypto==0.22.0 # via cryptography

View File

@@ -1,2 +1,2 @@
ZULIP_VERSION = "1.6.0+git"
PROVISION_VERSION = '10.4'
PROVISION_VERSION = '10.5'