From 009ebf01c3ffb2e471814dca1e2609959367ce48 Mon Sep 17 00:00:00 2001 From: Philip Bauer Date: Sun, 2 Feb 2025 21:32:53 +0100 Subject: [PATCH] add 6.1.0rc1 --- .github/workflows/ci.yml | 2 +- README.txt | 3 +++ buildout.cfg | 2 +- constraints.txt | 2 +- linkto/base.cfg | 2 +- linkto/floating_versions.cfg | 12 +++++++----- linkto/pinned_versions.cfg | 6 +++--- 7 files changed, 17 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b3c4f0..ab9be81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: # git checkout diff --git a/README.txt b/README.txt index 474d046..0b79990 100644 --- a/README.txt +++ b/README.txt @@ -106,6 +106,9 @@ Versions We support the following versions of Plone: +- `6.1.0rc1 `_ (Python 3) +- `6.1.0b2 `_ (Python 3) +- `6.1.0b1 `_ (Python 3) - `6.0.14 `_ (Python 3) - `6.0.13 `_ (Python 3) - `6.0.12 `_ (Python 3) diff --git a/buildout.cfg b/buildout.cfg index 8811875..bada2d1 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,6 +1,6 @@ [buildout] extends = - https://raw.githubusercontent.com/starzel/buildout/6.0.14/linkto/base.cfg + https://raw.githubusercontent.com/starzel/buildout/6.1.0rc1/linkto/base.cfg local.cfg secret.cfg floating_versions_project.cfg diff --git a/constraints.txt b/constraints.txt index d75ea5c..e7ee484 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1 +1 @@ --r https://dist.plone.org/release/6.0.14/requirements.txt +-r https://dist.plone.org/release/6.1.0rc1/requirements.txt diff --git a/linkto/base.cfg b/linkto/base.cfg index 210fd25..b65cb2c 100644 --- a/linkto/base.cfg +++ b/linkto/base.cfg @@ -4,7 +4,7 @@ extends = pinned_versions.cfg floating_versions.cfg - https://raw.githubusercontent.com/starzel/buildout/master/linkto/hotfixes/6.0.14.cfg + https://raw.githubusercontent.com/starzel/buildout/master/linkto/hotfixes/6.1.0.cfg cron-parts = backup-crontab diff --git a/linkto/floating_versions.cfg b/linkto/floating_versions.cfg index b21ca52..4f8acc1 100644 --- a/linkto/floating_versions.cfg +++ b/linkto/floating_versions.cfg @@ -13,15 +13,17 @@ z3c.recipe.usercrontab = 1.5 # bobtemplates.plone black = 24.10.0 -bobtemplates.plone = 6.3.3 +bobtemplates.plone = 6.3.4 +cachetools = 5.5.1 case-conversion = 2.1.0 +chardet = 5.2.0 isort = 5.13.2 mr.bob = 1.0.1 mypy-extensions = 1.0.0 pathspec = 0.12.1 +platformdirs = 4.3.6 pluggy = 1.5.0 py = 1.11.0 -tox = 4.23.2 -cachetools = 5.5.0 -chardet = 5.2.0 -pyproject-api = 1.8.0 +pyproject-api = 1.9.0 +tox = 4.24.1 +virtualenv = 20.29.1 diff --git a/linkto/pinned_versions.cfg b/linkto/pinned_versions.cfg index 1fb61ca..d063a60 100644 --- a/linkto/pinned_versions.cfg +++ b/linkto/pinned_versions.cfg @@ -1,8 +1,8 @@ [buildout] extends = - https://dist.plone.org/release/6.0.14/versions.cfg - https://dist.plone.org/release/6.0.14/versions-ecosystem.cfg - https://dist.plone.org/release/6.0.14/versions-extra.cfg + https://dist.plone.org/release/6.1.0rc1/versions.cfg + https://dist.plone.org/release/6.1.0rc1/versions-ecosystem.cfg + https://dist.plone.org/release/6.1.0rc1/versions-extra.cfg [versions] #