Skip to content

Commit

Permalink
Release Plone 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Feb 17, 2023
1 parent 8b1a3a3 commit 314362b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM plone/plone-backend:6.0.0 as base
FROM plone/plone-backend:6.0.1 as base
FROM base as builder

ENV PLONE_VERSION=6.0.0 \
ENV PLONE_VERSION=6.0.1 \
GRAYLOG=logcentral.eea.europa.eu:12201 \
GRAYLOG_FACILITY=plone-backend \
PROFILES=eea.kitkat:default
Expand All @@ -16,7 +16,7 @@ RUN pip wheel -r requirements.txt -c constraints.txt -c https://dist.plone.org/r

FROM base

ENV PLONE_VERSION=6.0.0 \
ENV PLONE_VERSION=6.0.1 \
GRAYLOG=logcentral.eea.europa.eu:12201 \
GRAYLOG_FACILITY=plone-backend \
PROFILES=eea.kitkat:default
Expand Down
29 changes: 14 additions & 15 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python-memcached==1.59
eea.kitkat==4.7

# Required by eea.kitkat
collective.taxonomy==3.0.0
collective.taxonomy==3.0.1
eea.api.layout==3.2
eea.api.taxonomy==1.5
eea.banner==1.4
Expand All @@ -25,61 +25,60 @@ eea.volto.policy==1.7
eea.zotero==1.4

# Required by collective.exportimport
collective.exportimport==1.6
collective.exportimport==1.7
yafowil.plone==4.0.0a5.dev0

# Picked versions
async-generator==1.10
Babel==2.11.0
bda.cache==1.3.0
Beaker==1.12.0
cryptography==38.0.3
cryptography==38.0.4
defusedxml==0.7.1
dnspython==2.2.1
eventlet==0.33.2
dnspython==2.3.0
eventlet==0.33.3
five.globalrequest==99.1
furl==2.1.3
greenlet==2.0.1
greenlet==2.0.2
h11==0.14.0
hurry.filesize==0.9
ijson==3.1.4
ijson==3.2.0.post0
libvcs==0.11.1
Mako==1.2.4
MarkupSafe==2.1.1
node.ext.ldap==1.2
node.ext.ugm==1.1
node==1.2
odict==1.9.0
oic==1.4.0
oic==1.5.0
orderedmultidict==1.0.1
outcome==1.2.0
passlib==1.7.4
plone.app.robotframework==2.0.0
plone.app.testing==7.0.0
plone.testing==8.0.3
plumber==1.7
pycryptodomex==3.16.0
pycryptodomex==3.17
pyjwkest==1.4.2
PySocks==1.7.1
PyYAML==6.0
robotframework-pythonlibcore==4.0.0
robotframework-selenium2library==3.0.0
robotframework-seleniumlibrary==6.0.0
robotframework-seleniumtestability==2.0.0
robotframework==6.0.1
robotframework==6.0.2
robotsuite==2.3.1
selenium==4.6.0
sentry-sdk==1.11.1
selenium==4.7.2
sentry-sdk==1.15.0
sniffio==1.3.0
sortedcontainers==2.4.0
trio-websocket==0.9.2
trio==0.22.0
typing-extensions==4.4.0
wrapt==1.14.1
wsproto==1.2.0
yafowil.plone==4.0.0a5.dev0
yafowil.widget.array==1.7
yafowil.widget.dict==1.8
yafowil.yaml==2.0
yafowil==3.0.1
z3c.jbot==1.1.1
zope.testrunner==5.5.1
zope.testrunner==5.6

0 comments on commit 314362b

Please sign in to comment.