Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## YYYYMMDD-XX
- aggiornato relstorage 3 a relstorage 4 (nessun cambiamento rilevante indicato)

## 20260407-01
- collective.volto.formsupport 3.3.0 -> 3.3.2
- Fix csv export: always insert fixed_columns as latest ones. [cekk]
Expand Down
6 changes: 3 additions & 3 deletions dependabot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PySocks==1.7.1
PyYAML==6.0.1
Pygments==2.18.0
Record==4.1
RelStorage==3.5.0
RelStorage==4.1.1
RestrictedPython==7.4
SecretStorage==3.3.3
Sphinx==8.1.3
Expand Down Expand Up @@ -257,7 +257,7 @@ pdbpp==0.10.3
pdfkit==1.0.0
pep440==0.1.2
pep517==0.13.1
perfmetrics==3.3.0
perfmetrics==4.1.0
persistent==6.1
piexif==1.1.3
pip==24.3.1
Expand Down Expand Up @@ -373,7 +373,7 @@ plumber==1.7
progress==1.6
prompt-toolkit==3.0.48
psutil==5.9.5
psycopg2==2.9.6
psycopg2==2.9.10
py==1.11.0
pyOpenSSL==24.3.0
pyasn1==0.5.0
Expand Down
5 changes: 4 additions & 1 deletion development.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

[buildout]
extends =
https://raw.githubusercontent.com/plone/buildout.coredev/6.0.13/buildout.cfg
https://raw.githubusercontent.com/plone/buildout.coredev/6.0.14/buildout.cfg
versions.cfg
parts +=
site
Expand All @@ -30,6 +30,9 @@ eggs +=
collective.upgrade
design.plone.policy
design.plone.contenttypes
# relstorage qui non è usato ma viene testata comunque il recupero degli egg
# TODO: l'immagine ha dei prerequisti (libpsql, python-dev, ... per ora lasciamo senza)
# relstorage[postgresql]

[site]
recipe = collective.recipe.plonesite
Expand Down
2 changes: 2 additions & 0 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Plone
design.plone.policy
# TODO: l'immagine ha dei prerequisti (libpsql, python-dev, ... per ora lasciamo senza)
# relstorage[postgresql]
6 changes: 3 additions & 3 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ dataflake.wsgi.bjoern = 2.0
bjoern = 3.2.2

# Relstorage
RelStorage = 3.5.0
psycopg2 = 2.9.6
perfmetrics = 3.3.0
RelStorage = 4.2.0
psycopg2 = 2.9.12
perfmetrics = 4.2.0

# LDAP
redturtle.pasldap = 1.0.0a2
Expand Down
Loading