File tree 5 files changed +13
-21
lines changed
5 files changed +13
-21
lines changed Original file line number Diff line number Diff line change 24
24
run : |
25
25
python -m pip install --upgrade pip
26
26
pip install -r requirements.txt
27
+ # XXX: update setuptools for https://github.com/pypa/setuptools/pull/4856/files
28
+ pip install setuptools==75.8.2
27
29
- name : Build
28
30
run : |
29
31
buildout -t 2
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 20250305-01
4
+ - design.plone.iocittadino 1.2.0 -> 1.2.1
5
+ - design.plone.ioprenoto 1.2.9 -> 1.2.10
6
+ gestione onceonly ioprenoto (campi email e telefono vengono mantenuti se l'utente è autenticato
7
+ e iocittadino attivo)
8
+
3
9
## 20250303-01
4
10
- design.plone.iocittadino 1.1.5 -> 1.2.0
5
11
- TODO: quando si porta questo su ioComune va valutato se mettere nella release.md di iocittadino
Original file line number Diff line number Diff line change 1
- FROM plone/plone-backend:6.0.10.1
1
+ FROM plone/plone-backend:6.0.14
2
2
COPY docker/create-constraints.py docker/constraints.cfg docker/requirements.txt /app/
3
3
COPY versions.cfg /
4
- RUN pip install -r https://dist.plone.org/release/6.0.10.1 /requirements.txt ${PIP_PARAMS} && \
4
+ RUN pip install -r https://dist.plone.org/release/6.0.14 /requirements.txt ${PIP_PARAMS} && \
5
5
python create-constraints.py constraints.cfg constraints.txt && \
6
6
./bin/pip install --ignore-requires-python -r requirements.txt -c constraints.txt ${PIP_PARAMS} && \
7
7
find /app/lib -name LC_MESSAGES -exec chown -R plone:plone {} \;
Original file line number Diff line number Diff line change 1
- pip == 24.2
2
- # Overrided all requirements of plone6.0.13 because of this: https://github.com/pypa/setuptools/pull/4856/files
3
- setuptools == 75.8.2
4
- wheel == 0.44.0
5
- zc.buildout == 3.1.0
6
-
7
- # Windows specific down here (has to be installed here, fails in buildout)
8
- # Dependency of zope.sendmail:
9
- pywin32 ; platform_system == 'Windows'
10
-
11
- # SSL Certs on windows, because Python is missing them otherwise:
12
- certifi ; platform_system == 'Windows'
13
-
14
- # VSCode robotframework-lsp requires robotframework directly in venv
15
- robotframework == 6.0.2
16
- # robotframework >= 6.1 is only supported with robotframwork-lsp >= 1.11.0,
17
- # but https://github.com/robocorp/robotframework-lsp/issues/947
1
+ -r https://dist.plone.org/release/6.0.14/requirements.txt
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Products.ZMIntrospection = 1.0
95
95
experimental.gracefulblobmissing = 2.0
96
96
97
97
# io-cittadino
98
- design.plone.iocittadino = 1.2.0
98
+ design.plone.iocittadino = 1.2.1
99
99
Brotli = 1.0.9
100
100
cssselect2 = 0.7.0
101
101
fonttools = 4.39.3
@@ -114,7 +114,7 @@ zeep = 4.2.1
114
114
zopfli = 0.2.2
115
115
116
116
# io-prenoto
117
- design.plone.ioprenoto = 1.2.9
117
+ design.plone.ioprenoto = 1.2.10
118
118
redturtle.prenotazioni = 2.8.6
119
119
pas.plugins.jwt = 1.0a4
120
120
pyexcel-ods3 = 0.6.1
You can’t perform that action at this time.
0 commit comments