Skip to content

Commit

Permalink
Release 5.0a1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 28, 2020
1 parent 401edbf commit 904ec57
Show file tree
Hide file tree
Showing 10 changed files with 396 additions and 16 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -18,6 +18,13 @@
* [requirements-full.txt](releases/4.x/requirements-full.txt)
* [constraints.txt](releases/4.x/constraints.txt)

## 5.0a1

* [versions.cfg](releases/5.0a1/versions.cfg)
* [versions-prod.cfg](releases/5.0a1/versions-prod.cfg)
* [requirements-full.txt](releases/5.0a1/requirements-full.txt)
* [constraints.txt](releases/5.0a1/constraints.txt)

## 4.3

* [versions.cfg](releases/4.3/versions.cfg)
Expand Down
7 changes: 7 additions & 0 deletions build_index.py
Expand Up @@ -104,6 +104,13 @@ def main():
create_master()
create_4x_branch()

tags_5_x = subprocess.check_output(
"git tag -l 5*".split(), encoding="ascii"
).splitlines()
tags_5_x.sort(key=StrictVersion, reverse=True)
for tag in tags_5_x:
create_tag(tag)

tags_4_x = subprocess.check_output(
"git tag -l 4*".split(), encoding="ascii"
).splitlines()
Expand Down
6 changes: 3 additions & 3 deletions releases/4.x/constraints.txt
Expand Up @@ -8,7 +8,7 @@ DocumentTemplate==3.2.2
ExtensionClass==4.4
Missing==4.1
MultiMapping==4.1
Paste==3.3.0
Paste==3.4.0
PasteDeploy==2.1.0
Persistence==3.0
Products.BTreeFolder2==4.2
Expand Down Expand Up @@ -69,14 +69,14 @@ zope.i18nmessageid==5.0.0
zope.interface==4.7.1
zope.lifecycleevent==4.3.0
zope.location==4.2
zope.pagetemplate==4.4.1
zope.pagetemplate==4.5.0
zope.processlifetime==2.3.0
zope.proxy==4.3.3
zope.ptresource==4.2.0
zope.publisher==5.1.1
zope.ramcache==2.3
zope.schema==4.9.3
zope.security==5.0
zope.security==5.1.0
zope.sendmail==5.0
zope.sequencesort==4.1.2
zope.site==4.2.2
Expand Down
6 changes: 3 additions & 3 deletions releases/4.x/requirements-full.txt
Expand Up @@ -9,7 +9,7 @@ DocumentTemplate==3.2.2
ExtensionClass==4.4
Missing==4.1
MultiMapping==4.1
Paste==3.3.0
Paste==3.4.0
PasteDeploy==2.1.0
Persistence==3.0
Products.BTreeFolder2==4.2
Expand Down Expand Up @@ -69,14 +69,14 @@ zope.i18nmessageid==5.0.0
zope.interface==4.7.1
zope.lifecycleevent==4.3.0
zope.location==4.2
zope.pagetemplate==4.4.1
zope.pagetemplate==4.5.0
zope.processlifetime==2.3.0
zope.proxy==4.3.3
zope.ptresource==4.2.0
zope.publisher==5.1.1
zope.ramcache==2.3
zope.schema==4.9.3
zope.security==5.0
zope.security==5.1.0
zope.sendmail==5.0
zope.sequencesort==4.1.2
zope.site==4.2.2
Expand Down
6 changes: 3 additions & 3 deletions releases/4.x/versions-prod.cfg
Expand Up @@ -14,7 +14,7 @@ DocumentTemplate = 3.2.2
ExtensionClass = 4.4
Missing = 4.1
MultiMapping = 4.1
Paste = 3.3.0
Paste = 3.4.0
PasteDeploy = 2.1.0
Persistence = 3.0
Products.BTreeFolder2 = 4.2
Expand Down Expand Up @@ -75,14 +75,14 @@ zope.i18nmessageid = 5.0.0
zope.interface = 4.7.1
zope.lifecycleevent = 4.3.0
zope.location = 4.2
zope.pagetemplate = 4.4.1
zope.pagetemplate = 4.5.0
zope.processlifetime = 2.3.0
zope.proxy = 4.3.3
zope.ptresource = 4.2.0
zope.publisher = 5.1.1
zope.ramcache = 2.3
zope.schema = 4.9.3
zope.security = 5.0
zope.security = 5.1.0
zope.sendmail = 5.0
zope.sequencesort = 4.1.2
zope.site = 4.2.2
Expand Down
15 changes: 8 additions & 7 deletions releases/4.x/versions.cfg
Expand Up @@ -16,7 +16,7 @@ appdirs = 1.4.3
attrs = 19.3.0
backports.functools-lru-cache = 1.6.1
beautifulsoup4 = 4.8.2
bleach = 3.1.0
bleach = 3.1.1
buildout.wheel = 0.2.0
certifi = 2019.11.28
cffi = 1.14.0
Expand All @@ -31,7 +31,7 @@ contextlib2 = 0.6.0.post1
coverage = 5.0.3
docutils = 0.16
filelock = 3.0.12
idna = 2.8
idna = 2.9
imagesize = 1.2.0
# tox and pluggy require importlib-metadata <1
importlib-metadata = 0.23
Expand All @@ -53,27 +53,28 @@ pyparsing = 2.4.6
python-gettext = 4.0
readme-renderer = 24.0
repoze.sphinx.autointerface = 0.8
requests = 2.22.0
requests = 2.23.0
requests-toolbelt = 0.9.1
scandir = 1.10.0
snowballstemmer = 2.0.0
# soupsieve 2 needs Python 3
soupsieve = 1.9.5
sphinx-rtd-theme = 0.4.3
sphinxcontrib-websupport = 1.2.0
toml = 0.10.0
tox = 3.14.3
tqdm = 4.42.1
tox = 3.14.5
tqdm = 4.43.0
# Version 2+ needs Python 3.x
twine = 1.15.0
typing = 3.7.4.1
urllib3 = 1.25.8
virtualenv = 16.7.9
virtualenv = 20.0.5
webencodings = 0.5.1
wheel = 0.34.2
z3c.checkversions = 1.1
zc.recipe.egg = 2.0.7
zc.recipe.testrunner = 2.1
zest.releaser = 6.20.0
zest.releaser = 6.20.1
# Version 2 requires Python 3
zipp = 1.1.0
zodbupdate = 1.4
92 changes: 92 additions & 0 deletions releases/5.0a1/constraints.txt
@@ -0,0 +1,92 @@
AccessControl==4.1
Acquisition==4.6
AuthEncoding==4.1
BTrees==4.6.1
Chameleon==3.6.2
DateTime==4.3
DocumentTemplate==3.2.2
ExtensionClass==4.4
Missing==4.1
MultiMapping==4.1
Paste==3.2.3
PasteDeploy==2.0.1
Persistence==3.0
Products.BTreeFolder2==4.2
Products.ZCatalog==5.0.4
Record==3.5
RestrictedPython==5.0
SecretStorage==3.1.1
WSGIProxy2==0.4.6
WebOb==1.8.5
WebTest==2.0.33
ZConfig==3.5.0
ZEO==5.2.1
ZODB==5.5.1
Zope2==4.0
cryptography==2.8
five.localsitemanager==3.2.2
funcsigs==1.0.2
future==0.18.2
ipaddress==1.0.23
jeepney==0.4.2
mock==3.0.5
pbr==5.4.4
persistent==4.5.1
pytz==2019.3
roman==3.2
shutilwhich==1.1.0
six==1.13.0
transaction==2.4.0
waitress==1.4.3
z3c.pt==3.2.0
zExceptions==4.1
zc.lockfile==2.0
zdaemon==4.3
zodbpickle==2.0.0
zope.annotation==4.7.0
zope.browser==2.3
zope.browsermenu==4.4
zope.browserpage==4.4.0
zope.browserresource==4.3
zope.cachedescriptors==4.3.1
zope.component==4.6
zope.componentvocabulary==2.2.0
zope.configuration==4.3.1
zope.container==4.3.0
zope.contentprovider==4.2.1
zope.contenttype==4.4
zope.datetime==4.2.0
zope.deferredimport==4.3.1
zope.deprecation==4.4.0
zope.dottedname==4.3
zope.event==4.4
zope.exceptions==4.3
zope.filerepresentation==4.2.0
zope.formlib==4.6.0
zope.globalrequest==1.5
zope.hookable==5.0.0
zope.i18n==4.7.0
zope.i18nmessageid==5.0.0
zope.interface==4.7.1
zope.lifecycleevent==4.3.0
zope.location==4.2
zope.pagetemplate==4.4.1
zope.processlifetime==2.3.0
zope.proxy==4.3.3
zope.ptresource==4.2.0
zope.publisher==5.1.1
zope.ramcache==2.3
zope.schema==4.9.3
zope.security==5.0
zope.sendmail==5.0
zope.sequencesort==4.1.2
zope.site==4.2.2
zope.size==4.3
zope.structuredtext==4.3
zope.tal==4.4
zope.tales==5.0.1
zope.testbrowser==5.5.1
zope.testing==4.7
zope.testrunner==5.1
zope.traversing==4.3.1
zope.viewlet==4.2.1
93 changes: 93 additions & 0 deletions releases/5.0a1/requirements-full.txt
@@ -0,0 +1,93 @@
Zope==5.0a1
AccessControl==4.1
Acquisition==4.6
AuthEncoding==4.1
BTrees==4.6.1
Chameleon==3.6.2
DateTime==4.3
DocumentTemplate==3.2.2
ExtensionClass==4.4
Missing==4.1
MultiMapping==4.1
Paste==3.2.3
PasteDeploy==2.0.1
Persistence==3.0
Products.BTreeFolder2==4.2
Products.ZCatalog==5.0.4
Record==3.5
RestrictedPython==5.0
SecretStorage==3.1.1
WSGIProxy2==0.4.6
WebOb==1.8.5
WebTest==2.0.33
ZConfig==3.5.0
ZEO==5.2.1
ZODB==5.5.1
Zope2==4.0
cryptography==2.8
five.localsitemanager==3.2.2
funcsigs==1.0.2
future==0.18.2
ipaddress==1.0.23
jeepney==0.4.2
mock==3.0.5
pbr==5.4.4
persistent==4.5.1
pytz==2019.3
roman==3.2
shutilwhich==1.1.0
six==1.13.0
transaction==2.4.0
waitress==1.4.3
z3c.pt==3.2.0
zExceptions==4.1
zc.lockfile==2.0
zdaemon==4.3
zodbpickle==2.0.0
zope.annotation==4.7.0
zope.browser==2.3
zope.browsermenu==4.4
zope.browserpage==4.4.0
zope.browserresource==4.3
zope.cachedescriptors==4.3.1
zope.component==4.6
zope.componentvocabulary==2.2.0
zope.configuration==4.3.1
zope.container==4.3.0
zope.contentprovider==4.2.1
zope.contenttype==4.4
zope.datetime==4.2.0
zope.deferredimport==4.3.1
zope.deprecation==4.4.0
zope.dottedname==4.3
zope.event==4.4
zope.exceptions==4.3
zope.filerepresentation==4.2.0
zope.formlib==4.6.0
zope.globalrequest==1.5
zope.hookable==5.0.0
zope.i18n==4.7.0
zope.i18nmessageid==5.0.0
zope.interface==4.7.1
zope.lifecycleevent==4.3.0
zope.location==4.2
zope.pagetemplate==4.4.1
zope.processlifetime==2.3.0
zope.proxy==4.3.3
zope.ptresource==4.2.0
zope.publisher==5.1.1
zope.ramcache==2.3
zope.schema==4.9.3
zope.security==5.0
zope.sendmail==5.0
zope.sequencesort==4.1.2
zope.site==4.2.2
zope.size==4.3
zope.structuredtext==4.3
zope.tal==4.4
zope.tales==5.0.1
zope.testbrowser==5.5.1
zope.testing==4.7
zope.testrunner==5.1
zope.traversing==4.3.1
zope.viewlet==4.2.1

0 comments on commit 904ec57

Please sign in to comment.