Skip to content

Commit

Permalink
- updating published versions files for master
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Sep 2, 2019
1 parent d464e14 commit 9a1de2a
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 53 deletions.
24 changes: 12 additions & 12 deletions releases/master/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
AccessControl==4.0
AccessControl==4.1
Acquisition==4.6
AuthEncoding==4.1
BTrees==4.5.1
Chameleon==3.6.1
BTrees==4.6.0
Chameleon==3.6.2
DateTime==4.3
DocumentTemplate==3.1b2
ExtensionClass==4.4
Missing==4.1
MultiMapping==4.1
Paste==3.0.8
Paste==3.1.0
PasteDeploy==2.0.1
Persistence==3.0
Products.BTreeFolder2==4.2
Expand All @@ -29,9 +29,9 @@ funcsigs==1.0.2
future==0.17.1
ipaddress==1.0.22
mock==3.0.5
pbr==5.3.0
pbr==5.4.2
persistent==4.5.0
pytz==2019.1
pytz==2019.2
roman==3.2
shutilwhich==1.1.0
six==1.12.0
Expand All @@ -55,7 +55,7 @@ zope.container==4.2.2
zope.contentprovider==4.2.1
zope.contenttype==4.4
zope.datetime==4.2.0
zope.deferredimport==4.3
zope.deferredimport==4.3.1
zope.deprecation==4.4.0
zope.dottedname==4.3
zope.event==4.4
Expand All @@ -64,16 +64,16 @@ zope.filerepresentation==4.2.0
zope.formlib==4.6.0
zope.globalrequest==1.5
zope.hookable==4.2.0
zope.i18n==4.6.2
zope.i18n==4.7.0
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.1
zope.proxy==4.3.2
zope.ptresource==4.2.0
zope.publisher==5.0.1
zope.publisher==5.1.0
zope.ramcache==2.3
zope.schema==4.9.3
zope.security==4.3.1
Expand All @@ -83,8 +83,8 @@ zope.site==4.2.2
zope.size==4.3
zope.structuredtext==4.3
zope.tal==4.4
zope.tales==5.0
zope.testbrowser==5.3.2
zope.tales==5.0.1
zope.testbrowser==5.3.3
zope.testing==4.7
zope.testrunner==5.0
zope.traversing==4.3.1
Expand Down
24 changes: 12 additions & 12 deletions releases/master/requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope
AccessControl==4.0
AccessControl==4.1
Acquisition==4.6
AuthEncoding==4.1
BTrees==4.5.1
Chameleon==3.6.1
BTrees==4.6.0
Chameleon==3.6.2
DateTime==4.3
DocumentTemplate==3.1b2
ExtensionClass==4.4
Missing==4.1
MultiMapping==4.1
Paste==3.0.8
Paste==3.1.0
PasteDeploy==2.0.1
Persistence==3.0
Products.BTreeFolder2==4.2
Expand All @@ -29,9 +29,9 @@ funcsigs==1.0.2
future==0.17.1
ipaddress==1.0.22
mock==3.0.5
pbr==5.3.0
pbr==5.4.2
persistent==4.5.0
pytz==2019.1
pytz==2019.2
roman==3.2
shutilwhich==1.1.0
six==1.12.0
Expand All @@ -55,7 +55,7 @@ zope.container==4.2.2
zope.contentprovider==4.2.1
zope.contenttype==4.4
zope.datetime==4.2.0
zope.deferredimport==4.3
zope.deferredimport==4.3.1
zope.deprecation==4.4.0
zope.dottedname==4.3
zope.event==4.4
Expand All @@ -64,16 +64,16 @@ zope.filerepresentation==4.2.0
zope.formlib==4.6.0
zope.globalrequest==1.5
zope.hookable==4.2.0
zope.i18n==4.6.2
zope.i18n==4.7.0
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.1
zope.proxy==4.3.2
zope.ptresource==4.2.0
zope.publisher==5.0.1
zope.publisher==5.1.0
zope.ramcache==2.3
zope.schema==4.9.3
zope.security==4.3.1
Expand All @@ -83,8 +83,8 @@ zope.site==4.2.2
zope.size==4.3
zope.structuredtext==4.3
zope.tal==4.4
zope.tales==5.0
zope.testbrowser==5.3.2
zope.tales==5.0.1
zope.testbrowser==5.3.3
zope.testing==4.7
zope.testrunner==5.0
zope.traversing==4.3.1
Expand Down
24 changes: 12 additions & 12 deletions releases/master/versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
[versions]
Zope =
Zope2 = 4.0
AccessControl = 4.0
AccessControl = 4.1
Acquisition = 4.6
AuthEncoding = 4.1
BTrees = 4.5.1
Chameleon = 3.6.1
BTrees = 4.6.0
Chameleon = 3.6.2
DateTime = 4.3
DocumentTemplate = 3.1b2
ExtensionClass = 4.4
Missing = 4.1
MultiMapping = 4.1
Paste = 3.0.8
Paste = 3.1.0
PasteDeploy = 2.0.1
Persistence = 3.0
Products.BTreeFolder2 = 4.2
Expand All @@ -34,9 +34,9 @@ funcsigs = 1.0.2
future = 0.17.1
ipaddress = 1.0.22
mock = 3.0.5
pbr = 5.3.0
pbr = 5.4.2
persistent = 4.5.0
pytz = 2019.1
pytz = 2019.2
roman = 3.2
shutilwhich = 1.1.0
six = 1.12.0
Expand All @@ -60,7 +60,7 @@ zope.container = 4.2.2
zope.contentprovider = 4.2.1
zope.contenttype = 4.4
zope.datetime = 4.2.0
zope.deferredimport = 4.3
zope.deferredimport = 4.3.1
zope.deprecation = 4.4.0
zope.dottedname = 4.3
zope.event = 4.4
Expand All @@ -69,16 +69,16 @@ zope.filerepresentation = 4.2.0
zope.formlib = 4.6.0
zope.globalrequest = 1.5
zope.hookable = 4.2.0
zope.i18n = 4.6.2
zope.i18n = 4.7.0
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.1
zope.proxy = 4.3.2
zope.ptresource = 4.2.0
zope.publisher = 5.0.1
zope.publisher = 5.1.0
zope.ramcache = 2.3
zope.schema = 4.9.3
zope.security = 4.3.1
Expand All @@ -88,8 +88,8 @@ zope.site = 4.2.2
zope.size = 4.3
zope.structuredtext = 4.3
zope.tal = 4.4
zope.tales = 5.0
zope.testbrowser = 5.3.2
zope.tales = 5.0.1
zope.testbrowser = 5.3.3
zope.testing = 4.7
zope.testrunner = 5.0
zope.traversing = 4.3.1
Expand Down
37 changes: 20 additions & 17 deletions releases/master/versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ versions = versions
Babel = 2.7.0
Jinja2 = 2.10.1
MarkupSafe = 1.1.1
Paste = 3.0.8
Pygments = 2.4.2
# Version 2.0+ needs Python 3.x
Sphinx = 1.8.5
alabaster = 0.7.12
appdirs = 1.4.3
attrs = 19.1.0
backports.functools-lru-cache = 1.5
beautifulsoup4 = 4.7.1
beautifulsoup4 = 4.8.0
bleach = 3.1.0
buildout.wheel = 0.2.0
certifi = 2019.6.16
Expand All @@ -26,46 +26,49 @@ collective.recipe.cmd = 0.11
collective.recipe.sphinxbuilder = 1.1
collective.recipe.template = 2.1
colorama = 0.4.1
coverage = 4.5.3
docutils = 0.14
configparser = 3.7.4
contextlib2 = 0.5.5
coverage = 4.5.4
docutils = 0.15.2
filelock = 3.0.12
idna = 2.8
imagesize = 1.1.0
importlib-metadata = 0.17
lxml = 4.3.4
importlib-metadata = 0.19
lxml = 4.4.0
manuel = 1.10.1
mr.developer = 2.0.0
nose = 1.3.7
packaging = 19.0
pip = 19.1.1
packaging = 19.1
pathlib2 = 2.3.4
pip = 19.2.1
pkginfo = 1.5.0.1
plone.recipe.command = 1.1
pluggy = 0.12.0
py = 1.8.0
pycparser = 2.19
pyparsing = 2.4.0
pyparsing = 2.4.2
python-gettext = 4.0
readme-renderer = 24.0
repoze.sphinx.autointerface = 0.8
requests = 2.22.0
requests-toolbelt = 0.9.1
snowballstemmer = 1.2.1
soupsieve = 1.9.1
scandir = 1.10.0
snowballstemmer = 1.9
soupsieve = 1.9.2
sphinx-rtd-theme = 0.4.3
sphinxcontrib-websupport = 1.1.2
tempstorage = 5.0
toml = 0.10.0
tox = 3.12.1
tox = 3.13.2
tqdm = 4.32.2
twine = 1.13.0
typing = 3.6.6
typing = 3.7.4
urllib3 = 1.25.3
virtualenv = 16.6.1
virtualenv = 16.7.2
webencodings = 0.5.1
wheel = 0.33.4
z3c.checkversions = 1.1
zc.recipe.egg = 2.0.7
zc.recipe.testrunner = 2.1
zest.releaser = 6.19.0
zipp = 0.5.1
zodbupdate = 1.2
zipp = 0.5.2
zodbupdate = 1.3

0 comments on commit 9a1de2a

Please sign in to comment.