Skip to content

Commit

Permalink
Add 6.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Apr 26, 2024
1 parent 273ebad commit 3f76c67
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 17 deletions.
9 changes: 5 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,18 @@ Structure

.. code-block:: ini

extends = https://raw.githubusercontent.com/starzel/buildout/6.0.5/linkto/base.cfg
extends = https://raw.githubusercontent.com/starzel/buildout/6.0.11/linkto/base.cfg

This example refers to the tag 6.0.5 of this buildout that uses Plone 6.0.5 To use a different Plone-version simply change that to point to a different tag.
This example refers to the tag 6.0.11 of this buildout that uses Plone 6.0.11 To use a different Plone-version simply change that to point to a different tag.

``local.cfg``
For each environment (development, production, test) there is a separate ``local_*.cfg``-file. You create a *symlink* called ``local.cfg`` to one of these files depending on your environment.

``base.cfg``
This remote file conatains most of the commonly used logic used for prodcution. It also includes two version-files that are also hosted on github:

* `pinned_versions.cfg <https://raw.githubusercontent.com/starzel/buildout/6.0.5/linkto/pinned_versions.cfg>`_: Pinns the Plone-version using http://dist.plone.org/release/6.0.5/versions.cfg
* `floating_versions.cfg <https://raw.githubusercontent.com/starzel/buildout/6.0.5/linkto/floating_versions.cfg>`_: Pinns all commonly used addons of this buildout.
* `pinned_versions.cfg <https://raw.githubusercontent.com/starzel/buildout/6.0.11/linkto/pinned_versions.cfg>`_: Pinns the Plone-version using http://dist.plone.org/release/6.0.11/versions.cfg
* `floating_versions.cfg <https://raw.githubusercontent.com/starzel/buildout/6.0.11/linkto/floating_versions.cfg>`_: Pinns all commonly used addons of this buildout.

``pinned_versions_project.cfg``
Here you pinn versions to overwrite or extend the hosted ``pinned_versions.cfg``. These eggs are usually pinned for a reason and are usually not safe to be upgraded.
Expand All @@ -106,6 +106,7 @@ Versions

We support the following versions of Plone:

- `6.0.11 <https://raw.githubusercontent.com/starzel/buildout/6.0.10.1/linkto/base.cfg>`_ (Python 3)
- `6.0.10.1 <https://raw.githubusercontent.com/starzel/buildout/6.0.10.1/linkto/base.cfg>`_ (Python 3)
- `6.0.10 <https://raw.githubusercontent.com/starzel/buildout/6.0.10/linkto/base.cfg>`_ (Python 3)
- `6.0.9 <https://raw.githubusercontent.com/starzel/buildout/6.0.9/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.10.1/linkto/base.cfg
https://raw.githubusercontent.com/starzel/buildout/6.0.11/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.10.1/requirements.txt
-r https://dist.plone.org/release/6.0.11/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.10.cfg
https://raw.githubusercontent.com/starzel/buildout/master/linkto/hotfixes/6.0.11.cfg

cron-parts =
backup-crontab
Expand Down
17 changes: 10 additions & 7 deletions linkto/floating_versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,24 @@
#
collective.recipe.backup = 5.0.0
collective.recipe.template = 2.2
coverage = 7.2.7
coverage = 7.5.0
gobre.recipe.template = 2.0
plone.recipe.precompiler = 0.7.2
regex = 2023.6.3
regex = 2024.4.16
watchdog = 2.3.1
z3c.recipe.usercrontab = 1.5

# bobtemplates.plone
black = 23.11.0
black = 24.4.2
bobtemplates.plone = 6.3.1
case-conversion = 2.1.0
isort = 5.12.0
isort = 5.13.2
mr.bob = 1.0.1
mypy-extensions = 1.0.0
pathspec = 0.11.1
pluggy = 1.2.0
pathspec = 0.12.1
pluggy = 1.5.0
py = 1.11.0
tox = 3.28.0
tox = 4.14.2
cachetools = 5.3.3
chardet = 5.2.0
pyproject-api = 1.6.1
6 changes: 6 additions & 0 deletions linkto/hotfixes/6.0.12.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[buildout]

eggs +=


[versions]
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.10.1/versions.cfg
https://dist.plone.org/release/6.0.10.1/versions-ecosystem.cfg
https://dist.plone.org/release/6.0.10.1/versions-extra.cfg
https://dist.plone.org/release/6.0.11/versions.cfg
https://dist.plone.org/release/6.0.11/versions-ecosystem.cfg
https://dist.plone.org/release/6.0.11/versions-extra.cfg

[versions]
#
Expand Down

0 comments on commit 3f76c67

Please sign in to comment.