Skip to content

Commit

Permalink
Plone 6.0.7 final, including security fixes.
Browse files Browse the repository at this point in the history
And new staticresources and barceloneta got in, oh well, should be fine.
  • Loading branch information
mauritsvanrees committed Sep 21, 2023
1 parent 895d32f commit 0b5e9c6
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 45 deletions.
78 changes: 42 additions & 36 deletions release/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Acquisition==5.0
AuthEncoding==5.0
BTrees==5.0
Babel==2.12.1
Chameleon==4.0.0
DateTime==5.1
Chameleon==4.1.0
DateTime==5.2
Deprecated==1.2.14
DocumentTemplate==4.4
ExtensionClass==5.0
GitPython==3.1.32
Jinja2==3.1.2
Markdown==3.4.3
MarkupSafe==2.1.3
Missing==4.2
Missing==5.0
MultiMapping==5.0
Paste==3.5.3
PasteDeploy==3.0.1
Expand All @@ -25,7 +25,7 @@ Products.CMFDiffTool==4.0.1
Products.CMFDynamicViewFTI==7.0.1
Products.CMFEditions==4.0.1
Products.CMFPlacefulWorkflow==3.0.3
Products.CMFPlone==6.0.7rc1
Products.CMFPlone==6.0.7
Products.CMFUid==4.0
Products.DCWorkflow==3.0
Products.DateRecurringIndex==3.0.1
Expand Down Expand Up @@ -54,20 +54,21 @@ PyJWT==2.7.0
PyNaCl==1.5.0
PySocks==1.7.1
PyYAML==6.0
Pygments==2.15.1
Pygments==2.16.1
Record==4.0
RestrictedPython==6.2
SecretStorage==3.3.3
Sphinx==6.2.1
Sphinx==7.1.2; python_version == "3.8"
Sphinx==7.2.5; python_version >= "3.9"
Unidecode==1.3.6
WSGIProxy2==0.5.1
WebOb==1.8.7
WebTest==3.0.0
ZConfig==4.0
ZEO==5.4.1
ZODB==5.8.0
ZODB==5.8.1
ZODB3==3.11.0
Zope==5.8.4
Zope==5.8.5
Zope2==4.0
ZopeUndo==6.0
alabaster==0.7.13
Expand All @@ -85,7 +86,7 @@ cachecontrol==0.13.1
cached-property==1.5.2
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==3.1.0
charset-normalizer==3.2.0
check-manifest==0.49
click==8.1.4
click-default-group==1.2.2
Expand Down Expand Up @@ -223,7 +224,7 @@ plone.jsonserializer==0.9.11
plone.keyring==4.0.0
plone.locking==3.0.0
plone.memoize==3.0.2
plone.namedfile==6.2.0
plone.namedfile==6.2.1
plone.outputfilters==5.0.4
plone.portlet.collection==4.0.3
plone.portlet.static==4.0.1
Expand All @@ -237,26 +238,26 @@ plone.releaser==2.1.1
plone.reload==3.0.2
plone.resource==3.0.0
plone.resourceeditor==4.0.0
plone.rest==3.0.0
plone.restapi==8.43.2
plone.rest==3.0.1
plone.restapi==8.43.3
plone.rfc822==3.0.0
plone.scale==4.0.1
plone.schema==2.0.0
plone.schemaeditor==4.0.4
plone.session==4.0.4
plone.staticresources==2.1.6
plone.staticresources==2.1.7
plone.stringinterp==2.0.1
plone.subrequest==2.0.4
plone.supermodel==2.0.3
plone.testing==8.0.3
plone.testing==8.0.4
plone.theme==4.0.0
plone.tiles==2.3.1
plone.transformchain==3.0.0
plone.uuid==2.0.0
plone.versioncheck==1.8.1
plone.volto==4.1.0
plone.z3cform==2.0.1
plonetheme.barceloneta==3.1.4
plonetheme.barceloneta==3.1.5
progress==1.6
prompt-toolkit==2.0.10
py==1.11.0
Expand All @@ -270,7 +271,7 @@ pyrsistent==0.19.3
python-dateutil==2.8.2
python-dotenv==1.0.0
python-gettext==5.0
pytz==2023.3
pytz==2023.3.post1
readme-renderer==40.0.0
referencing==0.29.1
repoze.xmliter==0.6.1
Expand Down Expand Up @@ -301,15 +302,20 @@ smmap==5.0.0
sniffio==1.3.0
snowballstemmer==2.2.0
sortedcontainers==2.4.0
soupsieve==2.4.1
sphinx-rtd-theme==1.2.2
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
soupsieve==2.5
sphinx-rtd-theme==1.3.0
sphinxcontrib-applehelp==1.0.4; python_version == "3.8"
sphinxcontrib-applehelp==1.0.7; python_version >= "3.9"
sphinxcontrib-devhelp==1.0.2; python_version == "3.8"
sphinxcontrib-devhelp==1.0.5; python_version >= "3.9"
sphinxcontrib-htmlhelp==2.0.1; python_version == "3.8"
sphinxcontrib-htmlhelp==2.0.4; python_version >= "3.9"
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-qthelp==1.0.3; python_version == "3.8"
sphinxcontrib-qthelp==1.0.6; python_version >= "3.9"
sphinxcontrib-serializinghtml==1.1.5; python_version == "3.8"
sphinxcontrib-serializinghtml==1.1.9; python_version >= "3.9"
stdlib-list==0.9.0
tempstorage==6.0
toml==0.10.2
Expand All @@ -323,7 +329,7 @@ twine==4.0.2
types-PyYAML==6.0.12.10
types-toml==0.10.8.5
typing-extensions==4.7.1
urllib3==2.0.3
urllib3==2.0.4
urllib3-secure-extra==0.1.0
wadllib==1.3.6
waitress==2.1.2
Expand All @@ -346,7 +352,7 @@ z3c.pt==4.0
z3c.relationfield==1.0
z3c.unconfigure==2.0
z3c.zcmlhook==2.0
zExceptions==4.3
zExceptions==5.0
zc.buildout==3.0.1
zc.lockfile==3.0.post1
zc.recipe.egg==2.0.7
Expand All @@ -365,47 +371,47 @@ zope.app.locales==4.3
zope.browser==3.0
zope.browsermenu==5.0
zope.browserpage==5.0
zope.browserresource==5.0
zope.browserresource==5.1
zope.cachedescriptors==5.0
zope.component==6.0
zope.componentvocabulary==2.3.0
zope.configuration==5.0
zope.container==5.1
zope.contentprovider==5.0
zope.contenttype==5.0
zope.contenttype==5.1
zope.copy==4.3
zope.datetime==5.0.0
zope.deferredimport==4.4
zope.deferredimport==5.0
zope.deprecation==5.0
zope.dottedname==6.0
zope.event==4.6
zope.exceptions==4.6
zope.event==5.0
zope.exceptions==5.0.1
zope.filerepresentation==6.0
zope.globalrequest==2.0
zope.hookable==5.4
zope.i18n==5.0
zope.i18n==5.1
zope.i18nmessageid==6.0.1
zope.interface==6.0
zope.intid==5.0
zope.keyreference==6.0
zope.lifecycleevent==4.4
zope.lifecycleevent==5.0
zope.location==5.0
zope.mkzeoinstance==5.1.1
zope.pagetemplate==5.0
zope.processlifetime==3.0
zope.proxy==5.0.0
zope.ptresource==5.0
zope.publisher==6.1.0
zope.publisher==7.0
zope.ramcache==3.0
zope.schema==7.0.1
zope.security==6.1
zope.sendmail==5.3
zope.sequencesort==5.0
zope.site==4.6.1
zope.size==4.4
zope.site==5.0
zope.size==5.0
zope.structuredtext==5.0
zope.tal==5.0.1
zope.tales==5.2
zope.tales==6.0
zope.testbrowser==6.0
zope.testing==5.0.1
zope.testrunner==6.1
Expand Down
17 changes: 8 additions & 9 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Based on latest development Zope:
# extends = https://raw.githubusercontent.com/zopefoundation/Zope/master/versions.cfg
# Based on released Zope:
extends = https://zopefoundation.github.io/Zope/releases/5.8.4/versions.cfg
extends = https://zopefoundation.github.io/Zope/releases/5.8.5/versions.cfg


[versions]
Expand All @@ -22,7 +22,6 @@ zc.buildout = 3.0.1
nt-svcutils = 2.13.0

# OVERRIDES
certifi = 2023.7.22

# CORE PLONE.
# These packages are what you get when installing Plone plus test dependencies,
Expand Down Expand Up @@ -89,7 +88,7 @@ plone.intelligenttext = 4.0.0
plone.keyring = 4.0.0
plone.locking = 3.0.0
plone.memoize = 3.0.2
plone.namedfile = 6.2.0
plone.namedfile = 6.2.1
plone.outputfilters = 5.0.4
plone.portlet.collection = 4.0.3
plone.portlet.static = 4.0.1
Expand All @@ -99,30 +98,30 @@ plone.recipe.zope2instance = 6.12.1
plone.registry = 2.0.0
plone.resource = 3.0.0
plone.resourceeditor = 4.0.0
plone.rest = 3.0.0
plone.restapi = 8.43.2
plone.rest = 3.0.1
plone.restapi = 8.43.3
plone.rfc822 = 3.0.0
plone.scale = 4.0.1
plone.schema = 2.0.0
plone.schemaeditor = 4.0.4
plone.session = 4.0.4
plone.staticresources = 2.1.6
plone.staticresources = 2.1.7
plone.stringinterp = 2.0.1
plone.subrequest = 2.0.4
plone.supermodel = 2.0.3
plone.testing = 8.0.3
plone.testing = 8.0.4
plone.theme = 4.0.0
plone.tiles = 2.3.1
plone.transformchain = 3.0.0
plone.uuid = 2.0.0
plone.volto = 4.1.0
plone.z3cform = 2.0.1
plonetheme.barceloneta = 3.1.4
plonetheme.barceloneta = 3.1.5
Products.CMFDiffTool = 4.0.1
Products.CMFDynamicViewFTI = 7.0.1
Products.CMFEditions = 4.0.1
Products.CMFPlacefulWorkflow = 3.0.3
Products.CMFPlone = 6.0.7rc1
Products.CMFPlone = 6.0.7
Products.ExtendedPathIndex = 4.0.1
Products.isurlinportal = 2.0.1
Products.MimetypesRegistry = 3.0.0
Expand Down

0 comments on commit 0b5e9c6

Please sign in to comment.