Skip to content

Commit

Permalink
Add new Zope releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 14, 2020
1 parent 83840b8 commit 67a0efe
Show file tree
Hide file tree
Showing 9 changed files with 327 additions and 123 deletions.
2 changes: 1 addition & 1 deletion HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ the [Zope GitHub repository](https://github.com/zopefoundation/Zope).
```bash
$ git clone -b gh-pages git@github.com:zopefoundation/Zope
$ cd Zope
$ python3.7 build_indexes.py
$ python3.7 build_index.py
$ git add README.md releases/
$ git commit -m "Add new Zope releases."
$ git push origin gh-pages
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@

(files created from the 4.x branch but not necessarily in sync with it)

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

## 4.2.1

Expand Down Expand Up @@ -168,6 +164,11 @@
* [versions-prod.cfg](releases/4.0a1/versions-prod.cfg)
* [requirements.txt](releases/4.0a1/requirements.txt)

## 2.13.30

* [versions-prod.cfg](releases/2.13.30/versions-prod.cfg)
* [requirements.txt](releases/2.13.30/requirements.txt)

## 2.13.29

* [versions-prod.cfg](releases/2.13.29/versions-prod.cfg)
Expand Down
2 changes: 1 addition & 1 deletion build_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def main():
for tag in tags_4_x:
create_tag(tag)

for tag in ["2.13.29", "2.13.28", "2.13.27", "2.13.26"]:
for tag in ["2.13.30", "2.13.29", "2.13.28", "2.13.27", "2.13.26"]:
create_tag_2_13(tag)

create_tag("2.12.28")
Expand Down
109 changes: 109 additions & 0 deletions releases/2.13.30/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
Zope2==2.13.30
AccessControl==2.13.16
Acquisition==2.13.12
DateTime==2.12.8
DocumentTemplate==2.13.6
ExtensionClass==2.13.2
Jinja2==2.8.1
MarkupSafe==1.1.1
Missing==2.13.1
MultiMapping==2.13.0
Paste==1.7.5.1
PasteDeploy==1.3.4
PasteScript==1.7.5
Persistence==2.13.2
Products.BTreeFolder2==2.13.5
Products.ExternalMethod==2.13.1
Products.MIMETools==2.13.0
Products.MailHost==2.13.4
Products.OFSP==2.13.2
Products.PythonScripts==2.13.2
Products.Sessions==3.0
Products.StandardCacheManagers==2.13.1
Products.TemporaryFolder==3.0
Products.ZCTextIndex==2.13.5
Products.ZCatalog==2.13.30
Record==2.13.0
RestrictedPython==3.6.0
Sphinx==1.0.8
ZConfig==2.9.3
ZODB3==3.10.7
ZServer==3.0
ZopeUndo==2.12.0
appdirs==1.4.3
configparser==4.0.2
contextlib2==0.6.0.post1
distlib==0.3.0
docutils==0.12
filelock==3.0.12
importlib-metadata==1.3.0
importlib-resources==1.0.2
initgroups==2.13.0
mechanize==0.2.5
more-itertools==5.0.0
mr.developer==1.34
packaging==20.1
pathlib2==2.3.5
pluggy==0.13.1
py==1.8.1
pyparsing==2.4.6
pytz==2017.2
repoze.retry==1.2
repoze.tm2==1.0
repoze.who==2.0
scandir==1.10.0
six==1.14.0
tempstorage==2.12.2
toml==0.10.0
tox==3.14.4
transaction==1.1.1
typing==3.7.4.1
virtualenv==20.0.4
z3c.checkversions==1.1
zExceptions==2.13.0
zLOG==2.11.2
zc.buildout==2.3.1
zc.lockfile==1.0.2
zc.recipe.egg==2.0.5
zc.recipe.testrunner==1.2.1
zdaemon==2.0.7
zipp==0.6.0
zope.annotation==3.5.0
zope.broken==3.6.0
zope.browser==1.3
zope.browsermenu==3.9.1
zope.browserpage==3.12.2
zope.browserresource==3.10.3
zope.component==3.9.5
zope.configuration==3.7.4
zope.container==3.11.2
zope.contentprovider==3.7.2
zope.contenttype==3.5.5
zope.deferredimport==3.5.3
zope.dottedname==3.4.6
zope.event==3.5.2
zope.exceptions==3.6.2
zope.filerepresentation==3.6.1
zope.i18n==3.7.4
zope.i18nmessageid==3.5.3
zope.interface==3.6.8
zope.lifecycleevent==3.6.2
zope.location==3.9.1
zope.pagetemplate==3.5.2
zope.processlifetime==1.0
zope.proxy==3.6.1
zope.ptresource==3.9.0
zope.publisher==3.12.6
zope.schema==3.7.1
zope.security==3.7.4
zope.sendmail==3.7.5
zope.sequencesort==3.4.0
zope.site==3.9.2
zope.size==3.4.1
zope.structuredtext==3.5.1
zope.tal==3.5.2
zope.tales==3.5.3
zope.testbrowser==3.11.1
zope.testing==3.9.7
zope.traversing==3.13.2
zope.viewlet==3.7.2
110 changes: 110 additions & 0 deletions releases/2.13.30/versions-prod.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
[versions]
Zope2 = 2.13.30
AccessControl = 2.13.16
Acquisition = 2.13.12
DateTime = 2.12.8
DocumentTemplate = 2.13.6
ExtensionClass = 2.13.2
Jinja2 = 2.8.1
MarkupSafe = 1.1.1
Missing = 2.13.1
MultiMapping = 2.13.0
Paste = 1.7.5.1
PasteDeploy = 1.3.4
PasteScript = 1.7.5
Persistence = 2.13.2
Products.BTreeFolder2 = 2.13.5
Products.ExternalMethod = 2.13.1
Products.MIMETools = 2.13.0
Products.MailHost = 2.13.4
Products.OFSP = 2.13.2
Products.PythonScripts = 2.13.2
Products.Sessions = 3.0
Products.StandardCacheManagers = 2.13.1
Products.TemporaryFolder = 3.0
Products.ZCTextIndex = 2.13.5
Products.ZCatalog = 2.13.30
Record = 2.13.0
RestrictedPython = 3.6.0
Sphinx = 1.0.8
ZConfig = 2.9.3
ZODB3 = 3.10.7
ZServer = 3.0
ZopeUndo = 2.12.0
appdirs = 1.4.3
configparser = 4.0.2
contextlib2 = 0.6.0.post1
distlib = 0.3.0
docutils = 0.12
filelock = 3.0.12
importlib-metadata = 1.3.0
importlib-resources = 1.0.2
initgroups = 2.13.0
mechanize = 0.2.5
more-itertools = 5.0.0
mr.developer = 1.34
packaging = 20.1
pathlib2 = 2.3.5
pluggy = 0.13.1
py = 1.8.1
pyparsing = 2.4.6
pytz = 2017.2
repoze.retry = 1.2
repoze.tm2 = 1.0
repoze.who = 2.0
scandir = 1.10.0
six = 1.14.0
tempstorage = 2.12.2
toml = 0.10.0
tox = 3.14.4
transaction = 1.1.1
typing = 3.7.4.1
virtualenv = 20.0.4
z3c.checkversions = 1.1
zExceptions = 2.13.0
zLOG = 2.11.2
zc.buildout = 2.3.1
zc.lockfile = 1.0.2
zc.recipe.egg = 2.0.5
zc.recipe.testrunner = 1.2.1
zdaemon = 2.0.7
zipp = 0.6.0
zope.annotation = 3.5.0
zope.broken = 3.6.0
zope.browser = 1.3
zope.browsermenu = 3.9.1
zope.browserpage = 3.12.2
zope.browserresource = 3.10.3
zope.component = 3.9.5
zope.configuration = 3.7.4
zope.container = 3.11.2
zope.contentprovider = 3.7.2
zope.contenttype = 3.5.5
zope.deferredimport = 3.5.3
zope.dottedname = 3.4.6
zope.event = 3.5.2
zope.exceptions = 3.6.2
zope.filerepresentation = 3.6.1
zope.i18n = 3.7.4
zope.i18nmessageid = 3.5.3
zope.interface = 3.6.8
zope.lifecycleevent = 3.6.2
zope.location = 3.9.1
zope.pagetemplate = 3.5.2
zope.processlifetime = 1.0
zope.proxy = 3.6.1
zope.ptresource = 3.9.0
zope.publisher = 3.12.6
zope.schema = 3.7.1
zope.security = 3.7.4
zope.sendmail = 3.7.5
zope.sequencesort = 3.4.0
zope.site = 3.9.2
zope.size = 3.4.1
zope.structuredtext = 3.5.1
zope.tal = 3.5.2
zope.tales = 3.5.3
zope.testbrowser = 3.11.1
zope.testing = 3.9.7
zope.traversing = 3.13.2
zope.viewlet = 3.7.2
50 changes: 24 additions & 26 deletions releases/master/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,59 +1,57 @@
AccessControl==4.1
Acquisition==4.6
AuthEncoding==4.1
BTrees==4.6.1
BTrees==4.6.0
Chameleon==3.6.2
DateTime==4.3
DocumentTemplate==3.2.2
DocumentTemplate==3.1b2
ExtensionClass==4.4
Missing==4.1
MultiMapping==4.1
Paste==3.2.3
Paste==3.1.0
PasteDeploy==2.0.1
Persistence==3.0
Products.BTreeFolder2==4.2
Products.ZCatalog==5.0.4
Products.ZCatalog==5.0.1
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
ZServer==4.0.1 ; python_version < '3.0'
Zope2==4.0
cryptography==2.8
five.globalrequest==99.1
five.localsitemanager==3.2.2
funcsigs==1.0.2
future==0.18.2
ipaddress==1.0.23
jeepney==0.4.2
future==0.17.1
ipaddress==1.0.22
mock==3.0.5
pbr==5.4.4
persistent==4.5.1
pytz==2019.3
pbr==5.4.2
persistent==4.5.0
pytz==2019.2
roman==3.2
shutilwhich==1.1.0
six==1.13.0
six==1.12.0
transaction==2.4.0
waitress==1.4.3
waitress==1.3.0
z3c.pt==3.2.0
zExceptions==4.1
zc.lockfile==2.0
zc.lockfile==1.4
zdaemon==4.3
zodbpickle==2.0.0
zodbpickle==1.0.4
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.component==4.5
zope.componentvocabulary==2.2.0
zope.configuration==4.3.1
zope.container==4.3.0
zope.container==4.2.2
zope.contentprovider==4.2.1
zope.contenttype==4.4
zope.datetime==4.2.0
Expand All @@ -65,29 +63,29 @@ zope.exceptions==4.3
zope.filerepresentation==4.2.0
zope.formlib==4.6.0
zope.globalrequest==1.5
zope.hookable==5.0.0
zope.hookable==4.2.0
zope.i18n==4.7.0
zope.i18nmessageid==5.0.0
zope.interface==4.7.1
zope.i18nmessageid==4.3.1
zope.interface==4.6.0
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.proxy==4.3.2
zope.ptresource==4.2.0
zope.publisher==5.1.1
zope.publisher==5.1.0
zope.ramcache==2.3
zope.schema==4.9.3
zope.security==5.0
zope.security==4.3.1
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.testbrowser==5.3.3
zope.testing==4.7
zope.testrunner==5.1
zope.testrunner==5.0
zope.traversing==4.3.1
zope.viewlet==4.2.1
Loading

0 comments on commit 67a0efe

Please sign in to comment.