diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d8dc1094..18ae8a7b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,9 +7,9 @@ jobs: fail-fast: false matrix: python: [3.7, 3.8, 3.9, "3.10", "3.11"] - plone: ["6.0.0", "5.2.10"] + plone: ["6.0.6", "5.2.10"] exclude: - - plone: "6.0.0" + - plone: "6.0.6" python: 3.7 - plone: "5.2.10" python: 3.9 diff --git a/MANIFEST.in b/MANIFEST.in index 9f94b068..d7c4988c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,6 @@ graft src/plone/volto graft docs include *.rst include *.txt -recursive-include requirements *.txt exclude *.cfg exclude *.yml exclude *.in diff --git a/Makefile b/Makefile index f7a97d63..ec7dc4b3 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ GREEN=`tput setaf 2` RESET=`tput sgr0` YELLOW=`tput setaf 3` -PLONE5=5.2.9 -PLONE6=6.0.0b1 +PLONE5=5.2.10 +PLONE6=6.0.6 CODE_QUALITY_VERSION=1.0.1 LINT=docker run --rm -v "$(PWD)":/github/workspace plone/code-quality:${CODE_QUALITY_VERSION} check diff --git a/plone-6.0.x.cfg b/plone-6.0.x.cfg index 2ef8a1bd..098e0430 100644 --- a/plone-6.0.x.cfg +++ b/plone-6.0.x.cfg @@ -1,6 +1,6 @@ [buildout] extends = - https://dist.plone.org/release/6.0.0/versions.cfg + https://dist.plone.org/release/6.0.6/versions.cfg base.cfg [instance] diff --git a/requirements/dev.txt b/requirements/dev.txt deleted file mode 100644 index 17e79de8..00000000 --- a/requirements/dev.txt +++ /dev/null @@ -1 +0,0 @@ --e ".[test]" \ No newline at end of file diff --git a/requirements/plone-5.2.txt b/requirements/plone-5.2.txt deleted file mode 100644 index cd1dfbbc..00000000 --- a/requirements/plone-5.2.txt +++ /dev/null @@ -1,4 +0,0 @@ --c https://dist.plone.org/release/5.2.6/constraints.txt -wheel -Plone -Paste \ No newline at end of file diff --git a/requirements/plone-6.0.txt b/requirements/plone-6.0.txt deleted file mode 100644 index 3a0e3a80..00000000 --- a/requirements/plone-6.0.txt +++ /dev/null @@ -1,3 +0,0 @@ --c https://dist.plone.org/release/6.0.0a2/constraints.txt -wheel -Plone \ No newline at end of file diff --git a/requirements/prod.txt b/requirements/prod.txt deleted file mode 100644 index 9c558e35..00000000 --- a/requirements/prod.txt +++ /dev/null @@ -1 +0,0 @@ -.