Skip to content

Commit 3a15dfa

Browse files
committed
Migrate to Plone 6.1.3
1 parent 040d52c commit 3a15dfa

File tree

5 files changed

+21
-17
lines changed

5 files changed

+21
-17
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
1.6.4 (unreleased)
22
------------------
33

4-
- Nothing changed yet.
4+
- Migrate to Plone 6.1.3
5+
[boulch]
56

67

78
1.6.3 (2025-09-30)

Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM harbor.imio.be/common/plone-base:6.1.1 AS builder
1+
FROM harbor.imio.be/common/plone-base:6.1.3 AS builder
22

33
LABEL maintainer="Benoît Suttor <[email protected]>"
44
ENV PIP=25.0.1 \
5-
ZC_BUILDOUT=4.1.4 \
6-
SETUPTOOLS=75.8.2 \
5+
ZC_BUILDOUT=4.1.12 \
6+
SETUPTOOLS=80.9.0 \
77
WHEEL=0.45.1 \
88
PLONE_MAJOR=6.1 \
9-
PLONE_VERSION=6.1.1
9+
PLONE_VERSION=6.1.3
1010

1111
# hadolint ignore=DL3008
1212
RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -37,13 +37,13 @@ COPY --chown=imio *.cfg /plone/
3737
COPY --chown=imio scripts /plone/scripts
3838
RUN su -c "buildout -c prod.cfg -t 30 -N" -s /bin/sh imio
3939

40-
FROM harbor.imio.be/common/plone-base:6.1.1
40+
FROM harbor.imio.be/common/plone-base:6.1.3
4141
ENV PIP=25.0.1 \
42-
ZC_BUILDOUT=4.1.4 \
43-
SETUPTOOLS=75.8.2 \
42+
ZC_BUILDOUT=4.1.12 \
43+
SETUPTOOLS=80.9.0 \
4444
WHEEL=0.45.1 \
4545
PLONE_MAJOR=6.1 \
46-
PLONE_VERSION=6.1.1 \
46+
PLONE_VERSION=6.1.3 \
4747
ZEO_HOST=db \
4848
ZEO_PORT=8100 \
4949
HOSTNAME_HOST=local \

base.cfg

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ parts =
1010
extensions =
1111
mr.developer
1212

13+
auto-checkout += imio.smartweb.common
14+
1315
extends =
14-
https://dist.plone.org/release/6.1.1/versions.cfg
15-
https://dist.plone.org/release/6.1.1/versions-ecosystem.cfg
16-
https://dist.plone.org/release/6.1.1/versions-extra.cfg
17-
https://raw.githubusercontent.com/IMIO/buildout.smartweb/main/versions.cfg
18-
https://raw.githubusercontent.com/IMIO/buildout.smartweb/main/sources.cfg
16+
https://dist.plone.org/release/6.1.3/versions.cfg
17+
https://dist.plone.org/release/6.1.3/versions-ecosystem.cfg
18+
https://dist.plone.org/release/6.1.3/versions-extra.cfg
19+
https://raw.githubusercontent.com/IMIO/buildout.smartweb/plone613/versions.cfg
20+
https://raw.githubusercontent.com/IMIO/buildout.smartweb/plone613/sources.cfg
1921
versions.cfg
2022

2123
find-links +=
@@ -32,6 +34,7 @@ environment-vars =
3234
TZ Europe/Brussels
3335
eggs =
3436
Plone
37+
horse-with-no-namespace
3538
imio.events.policy
3639
collective.upgrade
3740

@@ -40,6 +43,7 @@ zcml =
4043
imio.events.core
4144
imio.events.core-overrides
4245

46+
initialization = import horse_with_no_namespace
4347

4448
[omelette]
4549
recipe = collective.recipe.omelette

dev.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ extensions =
88

99
auto-checkout +=
1010
imio.events.core
11-
imio.events.policy
12-
imio.smartweb.common
11+
imio.events.policy
1312
imio.smartweb.locales
1413
collective.upgrade
1514
pas.plugins.kimug

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-r https://dist.plone.org/release/6.1.1/requirements.txt
1+
-r https://dist.plone.org/release/6.1.3/requirements.txt

0 commit comments

Comments
 (0)