mirror of https://github.com/zulip/zulip.git
pypi: Upgrade to release 0.5.0.
This commit is contained in:
parent
dab90d52e0
commit
4446b76427
|
@ -169,8 +169,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.4.7#egg=zulip==0.4.7_git&subdirectory=zulip"
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@e7e9059cb812914d2760bdb6c5032d17d95ee8df#egg=zulip_bots==0.4.7+git&subdirectory=zulip_bots"
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.5.0#egg=zulip==0.5.0_git&subdirectory=zulip"
|
||||
-e "git+https://github.com/zulip/python-zulip-api.git@0.5.0#egg=zulip_bots==0.5.0+git&subdirectory=zulip_bots"
|
||||
|
||||
# Used for Hesiod lookups, etc.
|
||||
py3dns==3.1.0
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
git+https://github.com/python/mypy.git@6a934d32124991a77ea433856cf2d62871ceb632#egg=mypy==0.610+dev.6a934d32124991a77ea433856cf2d62871ceb632
|
||||
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.4.7#egg=zulip==0.4.7_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@e7e9059cb812914d2760bdb6c5032d17d95ee8df#egg=zulip_bots==0.4.7+git&subdirectory=zulip_bots
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.5.0#egg=zulip==0.5.0_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.5.0#egg=zulip_bots==0.5.0+git&subdirectory=zulip_bots
|
||||
alabaster==0.7.10
|
||||
apns2==0.4.1
|
||||
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/ultrajson@70ac02bec#egg=ujson==1.35+git
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.4.7#egg=zulip==0.4.7_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@e7e9059cb812914d2760bdb6c5032d17d95ee8df#egg=zulip_bots==0.4.7+git&subdirectory=zulip_bots
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.5.0#egg=zulip==0.5.0_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.5.0#egg=zulip_bots==0.5.0+git&subdirectory=zulip_bots
|
||||
apns2==0.4.1
|
||||
argon2-cffi==18.1.0
|
||||
asn1crypto==0.23.0 # via cryptography
|
||||
|
|
|
@ -8,4 +8,4 @@ ZULIP_VERSION = "1.8.1+git"
|
|||
# Typically, adding a dependency only requires a minor version bump, and
|
||||
# removing a dependency requires a major version bump.
|
||||
|
||||
PROVISION_VERSION = '20.8'
|
||||
PROVISION_VERSION = '20.9'
|
||||
|
|
|
@ -1,52 +1,52 @@
|
|||
{
|
||||
"build": {
|
||||
"buildStatus": "Tests passed: 27",
|
||||
"buildResult": "success",
|
||||
"buildResultPrevious": "success",
|
||||
"buildResultDelta": "unchanged",
|
||||
"notifyType": "buildFinished",
|
||||
"buildFullName": "Project :: Compile",
|
||||
"buildName": "Compile",
|
||||
"buildId": "19952",
|
||||
"buildTypeId": "Project_Compile",
|
||||
"buildInternalTypeId": "bt1",
|
||||
"buildExternalTypeId": "Project_Compile",
|
||||
"buildStatusUrl": "http://teamcity/viewLog.html?buildTypeId=Project_Compile&buildId=19952",
|
||||
"buildStatusHtml": "<span class=\"tcWebHooksMessage\"><a href=\"http://teamcity/project.html?projectId=Project\">Project</a> :: <a href=\"http://teamcity/viewType.html?buildTypeId=Project_Compile\">Compile</a> # <a href=\"http://teamcity/viewLog.html?buildTypeId=Project_Compile&buildId=19952\"><strong>5535 - CL 123456</strong></a> has <strong>finished</strong> with a status of <a href=\"http://teamcity/viewLog.html?buildTypeId=Project_Compile&buildId=19952\"> <strong>success</strong></a> and was triggered by <strong>Perforce</strong></span>",
|
||||
"rootUrl": "http://teamcity",
|
||||
"projectName": "Project",
|
||||
"projectId": "Project",
|
||||
"projectInternalId": "project1",
|
||||
"projectExternalId": "Project",
|
||||
"branchName": "MyBranch",
|
||||
"branchDisplayName": "MyBranch",
|
||||
"buildNumber": "5535 - CL 123456",
|
||||
"agentName": "agent123",
|
||||
"agentOs": "Windows 10, version 10.0",
|
||||
"agentHostname": "agent123.company.com",
|
||||
"triggeredBy": "Perforce",
|
||||
"message": "Build Project :: Compile has finished. This is build number 5535 - CL 123456, has a status of \"success\" and was triggered by Perforce",
|
||||
"text": "Project :: Compile has finished. Status: success",
|
||||
"buildStateDescription": "finished",
|
||||
"buildRunners": [
|
||||
"Command Line",
|
||||
"Command Line",
|
||||
"Command Line",
|
||||
"Command Line",
|
||||
"Command Line",
|
||||
"Command Line"
|
||||
],
|
||||
"extraParameters": [],
|
||||
"teamcityProperties": [{
|
||||
"name": "DotNetFramework2.0.50727_x64_Path",
|
||||
"value": "C:\\Windows\\Microsoft.NET\\Framework64\\v2.0.50727"
|
||||
}, {
|
||||
"name": "DotNetFramework2.0.50727_x86_Path",
|
||||
"value": "C:\\Windows\\Microsoft.NET\\Framework\\v2.0.50727"
|
||||
}, {
|
||||
"name": "DotNetFramework2.0_x64",
|
||||
"value": "2.0.50727"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
{
|
||||
"build": {
|
||||
"buildStatus": "Tests passed: 27",
|
||||
"buildResult": "success",
|
||||
"buildResultPrevious": "success",
|
||||
"buildResultDelta": "unchanged",
|
||||
"notifyType": "buildFinished",
|
||||
"buildFullName": "Project :: Compile",
|
||||
"buildName": "Compile",
|
||||
"buildId": "19952",
|
||||
"buildTypeId": "Project_Compile",
|
||||
"buildInternalTypeId": "bt1",
|
||||
"buildExternalTypeId": "Project_Compile",
|
||||
"buildStatusUrl": "http://teamcity/viewLog.html?buildTypeId=Project_Compile&buildId=19952",
|
||||
"buildStatusHtml": "<span class=\"tcWebHooksMessage\"><a href=\"http://teamcity/project.html?projectId=Project\">Project</a> :: <a href=\"http://teamcity/viewType.html?buildTypeId=Project_Compile\">Compile</a> # <a href=\"http://teamcity/viewLog.html?buildTypeId=Project_Compile&buildId=19952\"><strong>5535 - CL 123456</strong></a> has <strong>finished</strong> with a status of <a href=\"http://teamcity/viewLog.html?buildTypeId=Project_Compile&buildId=19952\"> <strong>success</strong></a> and was triggered by <strong>Perforce</strong></span>",
|
||||
"rootUrl": "http://teamcity",
|
||||
"projectName": "Project",
|
||||
"projectId": "Project",
|
||||
"projectInternalId": "project1",
|
||||
"projectExternalId": "Project",
|
||||
"branchName": "MyBranch",
|
||||
"branchDisplayName": "MyBranch",
|
||||
"buildNumber": "5535 - CL 123456",
|
||||
"agentName": "agent123",
|
||||
"agentOs": "Windows 10, version 10.0",
|
||||
"agentHostname": "agent123.company.com",
|
||||
"triggeredBy": "Perforce",
|
||||
"message": "Build Project :: Compile has finished. This is build number 5535 - CL 123456, has a status of \"success\" and was triggered by Perforce",
|
||||
"text": "Project :: Compile has finished. Status: success",
|
||||
"buildStateDescription": "finished",
|
||||
"buildRunners": [
|
||||
"Command Line",
|
||||
"Command Line",
|
||||
"Command Line",
|
||||
"Command Line",
|
||||
"Command Line",
|
||||
"Command Line"
|
||||
],
|
||||
"extraParameters": [],
|
||||
"teamcityProperties": [{
|
||||
"name": "DotNetFramework2.0.50727_x64_Path",
|
||||
"value": "C:\\Windows\\Microsoft.NET\\Framework64\\v2.0.50727"
|
||||
}, {
|
||||
"name": "DotNetFramework2.0.50727_x86_Path",
|
||||
"value": "C:\\Windows\\Microsoft.NET\\Framework\\v2.0.50727"
|
||||
}, {
|
||||
"name": "DotNetFramework2.0_x64",
|
||||
"value": "2.0.50727"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue