mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
pypi packaging: Upgrade to release 0.4.6.
As a part of the upgrade, we had to update our API tests in zerver/lib/api_test_helpers.
This commit is contained in:
@@ -169,8 +169,8 @@ pyoembed==0.1.2
|
|||||||
# these tightly, including fetching content not included in the normal
|
# these tightly, including fetching content not included in the normal
|
||||||
# release tarballs (which is a bug). So we need to pin it makes sense
|
# release tarballs (which is a bug). So we need to pin it makes sense
|
||||||
# to pin a version from Git rather than a release.
|
# to pin a version from Git rather than a release.
|
||||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.4.5#egg=zulip==0.4.5_git&subdirectory=zulip"
|
-e "git+https://github.com/zulip/python-zulip-api.git@0.4.6#egg=zulip==0.4.6_git&subdirectory=zulip"
|
||||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.4.5#egg=zulip_bots==0.4.5+git&subdirectory=zulip_bots"
|
-e "git+https://github.com/zulip/python-zulip-api.git@0.4.6#egg=zulip_bots==0.4.6+git&subdirectory=zulip_bots"
|
||||||
|
|
||||||
# Used for Hesiod lookups, etc.
|
# Used for Hesiod lookups, etc.
|
||||||
py3dns==3.1.0
|
py3dns==3.1.0
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
|
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/ultrajson@70ac02bec#egg=ujson==1.35+git
|
||||||
git+https://github.com/zulip/python-zulip-api.git@0.4.5#egg=zulip==0.4.5_git&subdirectory=zulip
|
git+https://github.com/zulip/python-zulip-api.git@0.4.6#egg=zulip==0.4.6_git&subdirectory=zulip
|
||||||
git+https://github.com/zulip/python-zulip-api.git@0.4.5#egg=zulip_bots==0.4.5+git&subdirectory=zulip_bots
|
git+https://github.com/zulip/python-zulip-api.git@0.4.6#egg=zulip_bots==0.4.6+git&subdirectory=zulip_bots
|
||||||
alabaster==0.7.10
|
alabaster==0.7.10
|
||||||
apns2==0.3.0
|
apns2==0.3.0
|
||||||
argon2-cffi==18.1.0
|
argon2-cffi==18.1.0
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
|
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/ultrajson@70ac02bec#egg=ujson==1.35+git
|
||||||
git+https://github.com/zulip/python-zulip-api.git@0.4.5#egg=zulip==0.4.5_git&subdirectory=zulip
|
git+https://github.com/zulip/python-zulip-api.git@0.4.6#egg=zulip==0.4.6_git&subdirectory=zulip
|
||||||
git+https://github.com/zulip/python-zulip-api.git@0.4.5#egg=zulip_bots==0.4.5+git&subdirectory=zulip_bots
|
git+https://github.com/zulip/python-zulip-api.git@0.4.6#egg=zulip_bots==0.4.6+git&subdirectory=zulip_bots
|
||||||
apns2==0.3.0
|
apns2==0.3.0
|
||||||
argon2-cffi==18.1.0
|
argon2-cffi==18.1.0
|
||||||
asn1crypto==0.23.0 # via cryptography
|
asn1crypto==0.23.0 # via cryptography
|
||||||
|
|||||||
@@ -327,6 +327,19 @@
|
|||||||
"last_event_id": -1,
|
"last_event_id": -1,
|
||||||
"msg": "",
|
"msg": "",
|
||||||
"queue_id": "1517975029:0",
|
"queue_id": "1517975029:0",
|
||||||
|
"realm_emoji": {
|
||||||
|
"1": {
|
||||||
|
"author": {
|
||||||
|
"email": "iago@zulip.com",
|
||||||
|
"full_name": "Iago",
|
||||||
|
"id": 5
|
||||||
|
},
|
||||||
|
"deactivated": false,
|
||||||
|
"id": "1",
|
||||||
|
"name": "green_tick",
|
||||||
|
"source_url": "/user_avatars/1/emoji/images/1.png"
|
||||||
|
}
|
||||||
|
},
|
||||||
"result": "success"
|
"result": "success"
|
||||||
},
|
},
|
||||||
"remove-subscriptions": {
|
"remove-subscriptions": {
|
||||||
|
|||||||
@@ -74,6 +74,10 @@ zulip(config).then((client) => {
|
|||||||
|
|
||||||
#### Example response
|
#### Example response
|
||||||
|
|
||||||
|
**Note:** If you omit the `event_types` argument to `client.register()`,
|
||||||
|
the JSON response will include the necessary initial data about
|
||||||
|
all supported event types.
|
||||||
|
|
||||||
A typical successful JSON response may look like:
|
A typical successful JSON response may look like:
|
||||||
|
|
||||||
{generate_code_example|register-queue|fixture}
|
{generate_code_example|register-queue|fixture}
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ ZULIP_VERSION = "1.8.0+git"
|
|||||||
# Typically, adding a dependency only requires a minor version bump, and
|
# Typically, adding a dependency only requires a minor version bump, and
|
||||||
# removing a dependency requires a major version bump.
|
# removing a dependency requires a major version bump.
|
||||||
|
|
||||||
PROVISION_VERSION = '19.2'
|
PROVISION_VERSION = '19.3'
|
||||||
|
|||||||
@@ -419,22 +419,12 @@ def register_queue(client):
|
|||||||
|
|
||||||
# {code_example|start}
|
# {code_example|start}
|
||||||
# Register the queue
|
# Register the queue
|
||||||
result = client.register()
|
|
||||||
# {code_example|end}
|
|
||||||
|
|
||||||
client.deregister(result['queue_id'])
|
|
||||||
fixture = FIXTURES['register-queue']
|
|
||||||
test_against_fixture(result, fixture, check_if_equal=['msg', 'result'],
|
|
||||||
check_if_exists=['last_event_id', 'queue_id'])
|
|
||||||
|
|
||||||
# {code_example|start}
|
|
||||||
# You may pass in one or more of the arguments documented below
|
|
||||||
# as keyword arguments, like so:
|
|
||||||
result = client.register(
|
result = client.register(
|
||||||
event_types=['messages']
|
event_types=['messages', 'realm_emoji']
|
||||||
)
|
)
|
||||||
# {code_example|end}
|
# {code_example|end}
|
||||||
|
|
||||||
|
fixture = FIXTURES['register-queue']
|
||||||
test_against_fixture(result, fixture, check_if_equal=['msg', 'result'],
|
test_against_fixture(result, fixture, check_if_equal=['msg', 'result'],
|
||||||
check_if_exists=['last_event_id', 'queue_id'])
|
check_if_exists=['last_event_id', 'queue_id'])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user