Skip to content

Commit

Permalink
Add 4.8.9 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Sep 5, 2023
1 parent 7e56165 commit a9cd489
Show file tree
Hide file tree
Showing 11 changed files with 553 additions and 13 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,13 @@
* [requirements-full.txt](releases/5.0a1/requirements-full.txt)
* [constraints.txt](releases/5.0a1/constraints.txt)

## 4.8.9

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

## 4.8.8

* [versions.cfg](releases/4.8.8/versions.cfg)
Expand Down
114 changes: 114 additions & 0 deletions releases/4.8.9/constraints.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
AccessControl==4.4
Acquisition==4.13
AuthEncoding==4.3
BTrees==4.11.3
Chameleon==3.10.2; python_version > '2.7'
Chameleon==3.9.1; python_version == '2.7'
DateTime==4.9
DocumentTemplate==3.4; python_version == '2.7'
DocumentTemplate==3.4; python_version == '3.5'
DocumentTemplate==4.1; python_version > '3.5'
ExtensionClass==4.9
Missing==4.2
MultiMapping==4.1
Paste==3.5.2
PasteDeploy==2.1.1; python_version == '2.7'
PasteDeploy==2.1.1; python_version == '3.5'
PasteDeploy==2.1.1; python_version == '3.6'
PasteDeploy==3.0.1; python_version > '3.6'
Persistence==3.6
Products.BTreeFolder2==4.4
Products.ZCatalog==5.4
Record==3.6
RestrictedPython==5.4
WSGIProxy2==0.4.6; python_version == '2.7'
WSGIProxy2==0.4.6; python_version == '3.5'
WSGIProxy2==0.4.6; python_version == '3.6'
WSGIProxy2==0.5.1; python_version > '3.6'
WebOb==1.8.7
WebTest==2.0.35; python_version == '2.7'
WebTest==2.0.35; python_version == '3.5'
WebTest==3.0.0; python_version > '3.5'
ZConfig==3.6.1
ZEO==5.3.0
ZODB==5.8.0
ZServer==4.0.2; python_version == '2.7'
Zope2==4.0
five.globalrequest==99.1
five.localsitemanager==3.4
funcsigs==1.0.2
future==0.18.2
ipaddress==1.0.23
mock==3.0.5; python_version == '2.7'
mock==3.0.5; python_version == '3.5'
mock==4.0.3; python_version > '3.5'
multipart==0.1.1; python_version == '2.7'
multipart==0.2.4; python_version > '2.7'
pbr==5.11.0
persistent==4.9.3
pytz==2022.7
roman==3.3
shutilwhich==1.1.0
six==1.16.0
transaction==3.0.1
waitress==1.4.4; python_version == '2.7'
waitress==1.4.4; python_version == '3.5'
waitress==2.0.0; python_version == '3.6'
waitress==2.1.2; python_version > '3.6'
z3c.pt==3.3.1
zExceptions==4.3
zc.lockfile==2.0
zdaemon==4.4
zodbpickle==2.6
zope.annotation==4.8
zope.browser==2.4
zope.browsermenu==4.4
zope.browserpage==4.4.0
zope.browserresource==4.4
zope.cachedescriptors==4.4
zope.component==5.0.1
zope.componentvocabulary==2.3.0
zope.configuration==4.4.1
zope.container==4.10; python_version == '2.7'
zope.container==4.10; python_version == '3.5'
zope.container==4.10; python_version == '3.6'
zope.container==5.1; python_version > '3.6'
zope.contentprovider==4.2.1
zope.contenttype==4.6
zope.datetime==4.3.0
zope.deferredimport==4.4
zope.deprecation==4.4.0
zope.dottedname==4.3; python_version == '2.7'
zope.dottedname==4.3; python_version == '3.5'
zope.dottedname==5.0; python_version > '3.5'
zope.event==4.6
zope.exceptions==4.6
zope.filerepresentation==5.0.0
zope.formlib==5.0.1
zope.globalrequest==1.6
zope.hookable==5.4
zope.i18n==4.9.0
zope.i18nmessageid==5.1.1
zope.interface==5.5.2
zope.lifecycleevent==4.4
zope.location==4.3
zope.pagetemplate==4.6.0
zope.processlifetime==2.4
zope.proxy==4.6.1
zope.ptresource==4.3.0
zope.publisher==6.1.0
zope.ramcache==2.4
zope.schema==6.2.1
zope.security==5.8
zope.sendmail==5.3
zope.sequencesort==4.2
zope.site==4.6.1
zope.size==4.4
zope.structuredtext==4.4
zope.tal==4.5
zope.tales==5.2
zope.testbrowser==5.6.1
zope.testing==4.10
zope.testrunner==5.6
zope.traversing==4.4.1
zope.viewlet==4.3
115 changes: 115 additions & 0 deletions releases/4.8.9/requirements-full.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
Zope==4.8.9
AccessControl==4.4
Acquisition==4.13
AuthEncoding==4.3
BTrees==4.11.3
Chameleon==3.10.2; python_version > '2.7'
Chameleon==3.9.1; python_version == '2.7'
DateTime==4.9
DocumentTemplate==3.4; python_version == '2.7'
DocumentTemplate==3.4; python_version == '3.5'
DocumentTemplate==4.1; python_version > '3.5'
ExtensionClass==4.9
Missing==4.2
MultiMapping==4.1
Paste==3.5.2
PasteDeploy==2.1.1; python_version == '2.7'
PasteDeploy==2.1.1; python_version == '3.5'
PasteDeploy==2.1.1; python_version == '3.6'
PasteDeploy==3.0.1; python_version > '3.6'
Persistence==3.6
Products.BTreeFolder2==4.4
Products.ZCatalog==5.4
Record==3.6
RestrictedPython==5.4
WSGIProxy2==0.4.6; python_version == '2.7'
WSGIProxy2==0.4.6; python_version == '3.5'
WSGIProxy2==0.4.6; python_version == '3.6'
WSGIProxy2==0.5.1; python_version > '3.6'
WebOb==1.8.7
WebTest==2.0.35; python_version == '2.7'
WebTest==2.0.35; python_version == '3.5'
WebTest==3.0.0; python_version > '3.5'
ZConfig==3.6.1
ZEO==5.3.0
ZODB==5.8.0
ZServer==4.0.2; python_version == '2.7'
Zope2==4.0
five.globalrequest==99.1
five.localsitemanager==3.4
funcsigs==1.0.2
future==0.18.2
ipaddress==1.0.23
mock==3.0.5; python_version == '2.7'
mock==3.0.5; python_version == '3.5'
mock==4.0.3; python_version > '3.5'
multipart==0.1.1; python_version == '2.7'
multipart==0.2.4; python_version > '2.7'
pbr==5.11.0
persistent==4.9.3
pytz==2022.7
roman==3.3
shutilwhich==1.1.0
six==1.16.0
transaction==3.0.1
waitress==1.4.4; python_version == '2.7'
waitress==1.4.4; python_version == '3.5'
waitress==2.0.0; python_version == '3.6'
waitress==2.1.2; python_version > '3.6'
z3c.pt==3.3.1
zExceptions==4.3
zc.lockfile==2.0
zdaemon==4.4
zodbpickle==2.6
zope.annotation==4.8
zope.browser==2.4
zope.browsermenu==4.4
zope.browserpage==4.4.0
zope.browserresource==4.4
zope.cachedescriptors==4.4
zope.component==5.0.1
zope.componentvocabulary==2.3.0
zope.configuration==4.4.1
zope.container==4.10; python_version == '2.7'
zope.container==4.10; python_version == '3.5'
zope.container==4.10; python_version == '3.6'
zope.container==5.1; python_version > '3.6'
zope.contentprovider==4.2.1
zope.contenttype==4.6
zope.datetime==4.3.0
zope.deferredimport==4.4
zope.deprecation==4.4.0
zope.dottedname==4.3; python_version == '2.7'
zope.dottedname==4.3; python_version == '3.5'
zope.dottedname==5.0; python_version > '3.5'
zope.event==4.6
zope.exceptions==4.6
zope.filerepresentation==5.0.0
zope.formlib==5.0.1
zope.globalrequest==1.6
zope.hookable==5.4
zope.i18n==4.9.0
zope.i18nmessageid==5.1.1
zope.interface==5.5.2
zope.lifecycleevent==4.4
zope.location==4.3
zope.pagetemplate==4.6.0
zope.processlifetime==2.4
zope.proxy==4.6.1
zope.ptresource==4.3.0
zope.publisher==6.1.0
zope.ramcache==2.4
zope.schema==6.2.1
zope.security==5.8
zope.sendmail==5.3
zope.sequencesort==4.2
zope.site==4.6.1
zope.size==4.4
zope.structuredtext==4.4
zope.tal==4.5
zope.tales==5.2
zope.testbrowser==5.6.1
zope.testing==4.10
zope.testrunner==5.6
zope.traversing==4.4.1
zope.viewlet==4.3
151 changes: 151 additions & 0 deletions releases/4.8.9/versions-prod.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
[buildout]
# Version pins for required and commonly used dependencies.

[versions]
Zope = 4.8.9
Zope2 = 4.0
# AccessControl 5+ no longer supports Zope 4.
AccessControl = 4.4
Acquisition = 4.13
AuthEncoding = 4.3
BTrees = 4.11.3
Chameleon = 3.10.2
DateTime = 4.9
DocumentTemplate = 4.1
ExtensionClass = 4.9
Missing = 4.2
MultiMapping = 4.1
Paste = 3.5.2
PasteDeploy = 3.0.1
Persistence = 3.6
Products.BTreeFolder2 = 4.4
# ZCatalog 6+ no longer supports Zope 4.
Products.ZCatalog = 5.4
Record = 3.6
# RestrictedPython >= 6 no longer supports Zope 4
RestrictedPython = 5.4
WSGIProxy2 = 0.5.1
WebOb = 1.8.7
WebTest = 3.0.0
ZConfig = 3.6.1
ZEO = 5.3.0
ZODB = 5.8.0
five.globalrequest = 99.1
five.localsitemanager = 3.4
funcsigs = 1.0.2
future = 0.18.2
ipaddress = 1.0.23
mock = 4.0.3
multipart = 0.2.4
pbr = 5.11.0
persistent = 4.9.3
pytz = 2022.7
roman = 3.3
shutilwhich = 1.1.0
six = 1.16.0
transaction = 3.0.1
waitress = 2.1.2
z3c.pt = 3.3.1
zExceptions = 4.3
zc.lockfile = 2.0
zdaemon = 4.4
zodbpickle = 2.6
zope.annotation = 4.8
zope.browser = 2.4
zope.browsermenu = 4.4
zope.browserpage = 4.4.0
zope.browserresource = 4.4
zope.cachedescriptors = 4.4
zope.component = 5.0.1
zope.componentvocabulary = 2.3.0
zope.configuration = 4.4.1
zope.container = 5.1
zope.contentprovider = 4.2.1
zope.contenttype = 4.6
zope.datetime = 4.3.0
zope.deferredimport = 4.4
zope.deprecation = 4.4.0
zope.dottedname = 5.0
zope.event = 4.6
zope.exceptions = 4.6
zope.filerepresentation = 5.0.0
zope.formlib = 5.0.1
zope.globalrequest = 1.6
zope.hookable = 5.4
zope.i18n = 4.9.0
zope.i18nmessageid = 5.1.1
zope.interface = 5.5.2
zope.lifecycleevent = 4.4
zope.location = 4.3
zope.pagetemplate = 4.6.0
zope.processlifetime = 2.4
zope.proxy = 4.6.1
zope.ptresource = 4.3.0
zope.publisher = 6.1.0
zope.ramcache = 2.4
zope.schema = 6.2.1
zope.security = 5.8
zope.sendmail = 5.3
zope.sequencesort = 4.2
zope.site = 4.6.1
zope.size = 4.4
zope.structuredtext = 4.4
zope.tal = 4.5
zope.tales = 5.2
zope.testbrowser = 5.6.1
zope.testing = 4.10
zope.testrunner = 5.6
zope.traversing = 4.4.1
zope.viewlet = 4.3

[versions:python27]
# Chameleon 3.10 doesn't work on Python 2.7
Chameleon = 3.9.1
# DocumentTemplate 4+ requires Python 3.5 or higher
DocumentTemplate = 3.4
# PasteDeploy >3 requires Python 3.7
PasteDeploy = 2.1.1
# WSGIProxy 0.5 and up requires Python 3.7 and up
WSGIProxy2 = 0.4.6
# WebTest 3.0 and up requires Python 3.6 and up
WebTest = 2.0.35
# ZServer is only available for Python 2
ZServer = 4.0.2
# mock 4.0 and up requires Python 3.6 or higher
mock = 3.0.5
# multipart 0.2 and up requires Python 3
multipart = 0.1.1
# waitress 2 requires Python 3.6 or higher
waitress = 1.4.4
# zope.dottedname >= 5 requires Python 3.6 or higher
zope.dottedname = 4.3
# zope.container 5.x requires Python 3.7 or higher
zope.container = 4.10

[versions:python35]
# DocumentTemplate 4+ cannot be installed on Zope 4 for Python 3.5
DocumentTemplate = 3.4
# PasteDeploy >3 requires Python 3.7
PasteDeploy = 2.1.1
# WSGIProxy 0.5 and up requires Python 3.7 and up
WSGIProxy2 = 0.4.6
# WebTest 3.0 and up requires Python 3.6 and up
WebTest = 2.0.35
# mock 4.0 and up requires Python 3.6 or higher
mock = 3.0.5
# waitress 2 requires Python 3.6 or higher
waitress = 1.4.4
# zope.dottedname >= 5 requires Python 3.6 or higher
zope.dottedname = 4.3
# zope.container 5.x requires Python 3.7 or higher
zope.container = 4.10

[versions:python36]
# PasteDeploy >3 requires Python 3.7
PasteDeploy = 2.1.1
# WSGIProxy 0.5 and up requires Python 3.7 and up
WSGIProxy2 = 0.4.6
# waitress 2.1 requires Python 3.7 or higher
waitress = 2.0.0
# zope.container 5.x requires Python 3.7 or higher
zope.container = 4.10
Loading

0 comments on commit a9cd489

Please sign in to comment.