Skip to content

Commit 20cb9f9

Browse files
authored
onceonly (#132)
* onceonly
1 parent 1e2a413 commit 20cb9f9

File tree

5 files changed

+13
-21
lines changed

5 files changed

+13
-21
lines changed

.github/workflows/buildout.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
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
2729
- name: Build
2830
run: |
2931
buildout -t 2

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## 20250303-01
410
- design.plone.iocittadino 1.1.5 -> 1.2.0
511
- TODO: quando si porta questo su ioComune va valutato se mettere nella release.md di iocittadino

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM plone/plone-backend:6.0.10.1
1+
FROM plone/plone-backend:6.0.14
22
COPY docker/create-constraints.py docker/constraints.cfg docker/requirements.txt /app/
33
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} && \
55
python create-constraints.py constraints.cfg constraints.txt && \
66
./bin/pip install --ignore-requires-python -r requirements.txt -c constraints.txt ${PIP_PARAMS} && \
77
find /app/lib -name LC_MESSAGES -exec chown -R plone:plone {} \;

requirements.txt

+1-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
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

versions.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Products.ZMIntrospection = 1.0
9595
experimental.gracefulblobmissing = 2.0
9696

9797
# io-cittadino
98-
design.plone.iocittadino = 1.2.0
98+
design.plone.iocittadino = 1.2.1
9999
Brotli = 1.0.9
100100
cssselect2 = 0.7.0
101101
fonttools = 4.39.3
@@ -114,7 +114,7 @@ zeep = 4.2.1
114114
zopfli = 0.2.2
115115

116116
# io-prenoto
117-
design.plone.ioprenoto = 1.2.9
117+
design.plone.ioprenoto = 1.2.10
118118
redturtle.prenotazioni = 2.8.6
119119
pas.plugins.jwt = 1.0a4
120120
pyexcel-ods3 = 0.6.1

0 commit comments

Comments
 (0)