From 75a6c1d58cb8f7f758ed08b9764db341a799b148 Mon Sep 17 00:00:00 2001 From: Basti <230051+Barry1@users.noreply.github.com> Date: Wed, 18 Mar 2026 08:48:42 +0100 Subject: [PATCH 1/7] Add Bastian Ebeling to the AUTHORS file --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 6885ec6e793..9e8d7892fe5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -62,6 +62,7 @@ Aviv Palivoda Babak Keyvani Bahram Farahmand Barney Gale +Bastian Ebeling Ben Brown Ben Gartner Ben Leith From c3b0b600f95edd2aee247441754ef5e2e220d033 Mon Sep 17 00:00:00 2001 From: Basti <230051+Barry1@users.noreply.github.com> Date: Wed, 18 Mar 2026 08:49:54 +0100 Subject: [PATCH 2/7] Restrict setuptools version range in pyproject.toml pkg_resources is needed and only in setuptools before 82 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ae76a3c8dd..112fbe9d806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] build-backend = "setuptools.build_meta" requires = [ - "setuptools>=77", + "setuptools (>=77,<82)", "setuptools-scm[toml]>=6.2.3", ] From 6146c1ddf589f4f58e4d64a6ee174bb8334a9ccd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 07:53:15 +0000 Subject: [PATCH 3/7] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 112fbe9d806..49d3d976d7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] build-backend = "setuptools.build_meta" requires = [ - "setuptools (>=77,<82)", + "setuptools>=77,<82", "setuptools-scm[toml]>=6.2.3", ] From b5740a8859d47ea366e2cf98e772e33138f44565 Mon Sep 17 00:00:00 2001 From: Basti <230051+Barry1@users.noreply.github.com> Date: Wed, 18 Mar 2026 09:26:00 +0100 Subject: [PATCH 4/7] Update setuptools requirement for pytest compatibility Updated the required setuptools version in pyproject.toml to ensure compatibility with pytest. --- "changelog/14302.misc.rst\342\200\216" | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 "changelog/14302.misc.rst\342\200\216" diff --git "a/changelog/14302.misc.rst\342\200\216" "b/changelog/14302.misc.rst\342\200\216" new file mode 100644 index 00000000000..bb43fb89f81 --- /dev/null +++ "b/changelog/14302.misc.rst\342\200\216" @@ -0,0 +1,2 @@ +Running `pytest` needs `pkg_resources` which is or has been part of `setuptools` before version 82. +The only change done here is the adopted requirement for setupuptools in the pyproject.toml file. From 28ee9e3dd28e6d959ec1da08597e25c983c22ffa Mon Sep 17 00:00:00 2001 From: Basti <230051+Barry1@users.noreply.github.com> Date: Wed, 18 Mar 2026 09:34:25 +0100 Subject: [PATCH 5/7] misc seems not to be working, so named deprecation --- .../14302.deprecation.rst\342\200\216" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "changelog/14302.misc.rst\342\200\216" => "changelog/14302.deprecation.rst\342\200\216" (100%) diff --git "a/changelog/14302.misc.rst\342\200\216" "b/changelog/14302.deprecation.rst\342\200\216" similarity index 100% rename from "changelog/14302.misc.rst\342\200\216" rename to "changelog/14302.deprecation.rst\342\200\216" From baf5e5256e2ca43a1eb728c3060d3f052a8e0752 Mon Sep 17 00:00:00 2001 From: Basti <230051+Barry1@users.noreply.github.com> Date: Wed, 18 Mar 2026 09:37:48 +0100 Subject: [PATCH 6/7] Fix formatting in deprecation changelog --- "changelog/14302.deprecation.rst\342\200\216" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/changelog/14302.deprecation.rst\342\200\216" "b/changelog/14302.deprecation.rst\342\200\216" index bb43fb89f81..6c7b600a20e 100644 --- "a/changelog/14302.deprecation.rst\342\200\216" +++ "b/changelog/14302.deprecation.rst\342\200\216" @@ -1,2 +1,2 @@ -Running `pytest` needs `pkg_resources` which is or has been part of `setuptools` before version 82. +Running pytest needs pkg_resources which is or has been part of setuptools before version 82. The only change done here is the adopted requirement for setupuptools in the pyproject.toml file. From 2bb3f18492fab0812eede8c90ccec649af5e9d72 Mon Sep 17 00:00:00 2001 From: Basti <230051+Barry1@users.noreply.github.com> Date: Wed, 18 Mar 2026 09:48:36 +0100 Subject: [PATCH 7/7] =?UTF-8?q?Rename=2014302.deprecation.rst=E2=80=8E=20t?= =?UTF-8?q?o=2014302.misc.rst=E2=80=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit checked if test will succeed with other name --- .../14302.misc.rst\342\200\216" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "changelog/14302.deprecation.rst\342\200\216" => "changelog/14302.misc.rst\342\200\216" (100%) diff --git "a/changelog/14302.deprecation.rst\342\200\216" "b/changelog/14302.misc.rst\342\200\216" similarity index 100% rename from "changelog/14302.deprecation.rst\342\200\216" rename to "changelog/14302.misc.rst\342\200\216"