diff --git a/last_commit.txt b/last_commit.txt index be1fcf0f1a..c2122ea0b5 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1,17 +1,40 @@ -Repository: plone.rest +Repository: plone.app.registry -Branch: refs/heads/main -Date: 2023-10-18T12:14:38+02:00 -Author: Timo Stollenwerk (tisto) -Commit: https://github.com/plone/plone.rest/commit/eb59f3df002f388b6d282eb16ab50eabc4c40c80 +Branch: refs/heads/master +Date: 2023-10-17T22:56:39+02:00 +Author: Maurits van Rees (mauritsvanrees) +Commit: https://github.com/plone/plone.app.registry/commit/5dd4e9d72ee995a71aa1d5a35ecc7a3e65dd0faf -Use proper changelog format +Require setuptools 68.2+ for building the package. + +Configuring with plone/meta + +Files changed: +A news/18d04723.internal +M .meta.toml +M pyproject.toml +M tox.ini + +b'diff --git a/.meta.toml b/.meta.toml\nindex 24a698f..dd48f43 100644\n--- a/.meta.toml\n+++ b/.meta.toml\n@@ -3,4 +3,4 @@\n # See the inline comments on how to expand/tweak this configuration file\n [meta]\n template = "default"\n-commit-id = "68cda6e4"\n+commit-id = "e9621627"\ndiff --git a/news/18d04723.internal b/news/18d04723.internal\nnew file mode 100644\nindex 0000000..8497643\n--- /dev/null\n+++ b/news/18d04723.internal\n@@ -0,0 +1,2 @@\n+Require ``setuptools`` 68.2+ for building the package.\n+[plone devs]\ndiff --git a/pyproject.toml b/pyproject.toml\nindex 008afba..288d08c 100644\n--- a/pyproject.toml\n+++ b/pyproject.toml\n@@ -1,6 +1,9 @@\n # Generated from:\n # https://github.com/plone/meta/tree/master/config/default\n # See the inline comments on how to expand/tweak this configuration file\n+[build-system]\n+requires = ["setuptools>=68.2"]\n+\n [tool.towncrier]\n directory = "news/"\n filename = "CHANGES.rst"\ndiff --git a/tox.ini b/tox.ini\nindex 0924e16..076efb6 100644\n--- a/tox.ini\n+++ b/tox.ini\n@@ -65,7 +65,7 @@ deps =\n build\n z3c.dependencychecker==2.11\n commands =\n- python -m build --sdist --no-isolation\n+ python -m build --sdist\n dependencychecker\n \n [testenv:dependencies-graph]\n@@ -167,7 +167,7 @@ commands =\n # we build the change log as news entries might break\n # the README that is displayed on PyPI\n towncrier build --version=100.0.0 --yes\n- python -m build --sdist --no-isolation\n+ python -m build --sdist\n twine check dist/*\n \n [testenv:circular]\n' + +Repository: plone.app.registry + + +Branch: refs/heads/master +Date: 2023-10-18T14:58:45+02:00 +Author: Maurits van Rees (mauritsvanrees) +Commit: https://github.com/plone/plone.app.registry/commit/5e75a87d90dc731484c547a6a4967d0b0ef72354 + +Merge pull request #74 from plone/config-with-default-template-18d04723 + +Require setuptools 68.2+ for building the package. Files changed: -A news/166.bugfix -M news/167.feature -D news/explicitacquisition.bugfix +A news/18d04723.internal +M .meta.toml +M pyproject.toml +M tox.ini -b'diff --git a/news/166.bugfix b/news/166.bugfix\nnew file mode 100644\nindex 0000000..bc0cc87\n--- /dev/null\n+++ b/news/166.bugfix\n@@ -0,0 +1 @@\n+Make REST endpoints check for acquired items. @jaroel\ndiff --git a/news/167.feature b/news/167.feature\nindex f450b55..a9860db 100644\n--- a/news/167.feature\n+++ b/news/167.feature\n@@ -1 +1 @@\n-Add support for Python 3.12 @tisto\n\\ No newline at end of file\n+Add support for Python 3.12. @tisto\n\\ No newline at end of file\ndiff --git a/news/explicitacquisition.bugfix b/news/explicitacquisition.bugfix\ndeleted file mode 100644\nindex 37d8c63..0000000\n--- a/news/explicitacquisition.bugfix\n+++ /dev/null\n@@ -1,2 +0,0 @@\n-- Make REST endpoints check for acquired items.\n- [jaroel]\n' +b'diff --git a/.meta.toml b/.meta.toml\nindex 24a698f..dd48f43 100644\n--- a/.meta.toml\n+++ b/.meta.toml\n@@ -3,4 +3,4 @@\n # See the inline comments on how to expand/tweak this configuration file\n [meta]\n template = "default"\n-commit-id = "68cda6e4"\n+commit-id = "e9621627"\ndiff --git a/news/18d04723.internal b/news/18d04723.internal\nnew file mode 100644\nindex 0000000..8497643\n--- /dev/null\n+++ b/news/18d04723.internal\n@@ -0,0 +1,2 @@\n+Require ``setuptools`` 68.2+ for building the package.\n+[plone devs]\ndiff --git a/pyproject.toml b/pyproject.toml\nindex 008afba..288d08c 100644\n--- a/pyproject.toml\n+++ b/pyproject.toml\n@@ -1,6 +1,9 @@\n # Generated from:\n # https://github.com/plone/meta/tree/master/config/default\n # See the inline comments on how to expand/tweak this configuration file\n+[build-system]\n+requires = ["setuptools>=68.2"]\n+\n [tool.towncrier]\n directory = "news/"\n filename = "CHANGES.rst"\ndiff --git a/tox.ini b/tox.ini\nindex 0924e16..076efb6 100644\n--- a/tox.ini\n+++ b/tox.ini\n@@ -65,7 +65,7 @@ deps =\n build\n z3c.dependencychecker==2.11\n commands =\n- python -m build --sdist --no-isolation\n+ python -m build --sdist\n dependencychecker\n \n [testenv:dependencies-graph]\n@@ -167,7 +167,7 @@ commands =\n # we build the change log as news entries might break\n # the README that is displayed on PyPI\n towncrier build --version=100.0.0 --yes\n- python -m build --sdist --no-isolation\n+ python -m build --sdist\n twine check dist/*\n \n [testenv:circular]\n'