Skip to content

Commit

Permalink
add 6.1.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Feb 2, 2025
1 parent bfe44a2 commit 009ebf0
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ Versions

We support the following versions of Plone:

- `6.1.0rc1 <https://raw.githubusercontent.com/starzel/buildout/6.1.0rc1/linkto/base.cfg>`_ (Python 3)
- `6.1.0b2 <https://raw.githubusercontent.com/starzel/buildout/6.1.0b2/linkto/base.cfg>`_ (Python 3)
- `6.1.0b1 <https://raw.githubusercontent.com/starzel/buildout/6.1.0b1/linkto/base.cfg>`_ (Python 3)
- `6.0.14 <https://raw.githubusercontent.com/starzel/buildout/6.0.14/linkto/base.cfg>`_ (Python 3)
- `6.0.13 <https://raw.githubusercontent.com/starzel/buildout/6.0.13/linkto/base.cfg>`_ (Python 3)
- `6.0.12 <https://raw.githubusercontent.com/starzel/buildout/6.0.12/linkto/base.cfg>`_ (Python 3)
Expand Down
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-r https://dist.plone.org/release/6.0.14/requirements.txt
-r https://dist.plone.org/release/6.1.0rc1/requirements.txt
2 changes: 1 addition & 1 deletion linkto/base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 7 additions & 5 deletions linkto/floating_versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions linkto/pinned_versions.cfg
Original file line number Diff line number Diff line change
@@ -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]
#
Expand Down

0 comments on commit 009ebf0

Please sign in to comment.