mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
python-zulip-api: Upgrade to release 0.6.0.
This commit is contained in:
@@ -178,8 +178,8 @@ pyoembed==0.1.2
|
||||
# these tightly, including fetching content not included in the normal
|
||||
# release tarballs (which is a bug). So we need to pin it makes sense
|
||||
# to pin a version from Git rather than a release.
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.5.9#egg=zulip==0.5.9_git&subdirectory=zulip"
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.5.9#egg=zulip_bots==0.5.9+git&subdirectory=zulip_bots"
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.6.0#egg=zulip==0.6.0_git&subdirectory=zulip"
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.6.0#egg=zulip_bots==0.6.0+git&subdirectory=zulip_bots"
|
||||
|
||||
# Used for Hesiod lookups, etc.
|
||||
py3dns==3.2.0
|
||||
|
||||
@@ -13,8 +13,8 @@ git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b
|
||||
git+https://github.com/zulip/libthumbor.git@60ed2431c07686a12f2770b2d852c5650f3ccfc6#egg=libthumbor==1.3.2zulip
|
||||
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/python-zulip-api.git@0.5.9#egg=zulip==0.5.9_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.5.9#egg=zulip_bots==0.5.9+git&subdirectory=zulip_bots
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.6.0#egg=zulip==0.6.0_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.6.0#egg=zulip_bots==0.6.0+git&subdirectory=zulip_bots
|
||||
alabaster==0.7.12
|
||||
apns2==0.4.1
|
||||
argon2-cffi==19.1.0
|
||||
|
||||
@@ -13,8 +13,8 @@ git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b
|
||||
git+https://github.com/zulip/libthumbor.git@60ed2431c07686a12f2770b2d852c5650f3ccfc6#egg=libthumbor==1.3.2zulip
|
||||
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/python-zulip-api.git@0.5.9#egg=zulip==0.5.9_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.5.9#egg=zulip_bots==0.5.9+git&subdirectory=zulip_bots
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.6.0#egg=zulip==0.6.0_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.6.0#egg=zulip_bots==0.6.0+git&subdirectory=zulip_bots
|
||||
apns2==0.4.1
|
||||
argon2-cffi==19.1.0
|
||||
asn1crypto==0.24.0 # via cryptography
|
||||
|
||||
@@ -11,4 +11,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
|
||||
# Typically, adding a dependency only requires a minor version bump, and
|
||||
# removing a dependency requires a major version bump.
|
||||
|
||||
PROVISION_VERSION = '29.0'
|
||||
PROVISION_VERSION = '29.1'
|
||||
|
||||
Reference in New Issue
Block a user