From 78f5a3bb09d8ae247e2ecaf26305a6305aea9a18 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sat, 20 Apr 2024 01:04:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20a=20change=20note=20for=20?= =?UTF-8?q?PR=20#690?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's added to the `packaging` category as the downstreams are the ones that would care about this happening most. --- docs/changelog-fragments.d/690.packaging.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/changelog-fragments.d/690.packaging.rst diff --git a/docs/changelog-fragments.d/690.packaging.rst b/docs/changelog-fragments.d/690.packaging.rst new file mode 100644 index 0000000000..68ab9a0815 --- /dev/null +++ b/docs/changelog-fragments.d/690.packaging.rst @@ -0,0 +1,9 @@ +The packaging metadata has been migrated to the +:file:`pyproject.toml`-based `:pep:`621` declaration +-- by :user:`jaraco` and :user:`webknjaz`. + +As a part of this update, the minimum version of the +``setuptools`` build backend was bumped to 61.2. +Moreover, any compatibility shims that existed in +:file:`setup.cfg` and :file:`setup.py` have been +removed for good.