From f1316ad1d9077a27cc56946faa26d4cc9764f4ce Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 13 Mar 2023 17:12:07 -0400 Subject: [PATCH 1/3] docs: add a couple of missing changelog entries Signed-off-by: Henry Schreiner --- docs/news.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 2fbe136d..8ef5233b 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,12 +3,15 @@ Release Notes **UNRELEASED** +- Added a ``wheel tags`` command to modify tags on an existing wheel. - Updated vendored ``packaging`` to 23.0 - ``wheel unpack`` now preserves the executable attribute of extracted files - Fixed spaces in platform names not being converted to underscores (PR by David Tucker) - Fixed ``RECORD`` files in generated wheels missing the regular file attribute - Fixed ``DeprecationWarning`` about the use of the deprecated ``pkg_resources`` API (PR by Thomas Grainger) +- Wheel now uses flit-core as a build backend, removing a circular dependence + for setuptools. **0.38.4 (2022-11-09)** From 8915602301278d4ae163afb425394ab7e847696a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 13 Mar 2023 23:17:12 +0200 Subject: [PATCH 2/3] Update docs/news.rst Co-authored-by: Henry Schreiner --- docs/news.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 8ef5233b..944317a2 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -10,8 +10,7 @@ Release Notes - Fixed ``RECORD`` files in generated wheels missing the regular file attribute - Fixed ``DeprecationWarning`` about the use of the deprecated ``pkg_resources`` API (PR by Thomas Grainger) -- Wheel now uses flit-core as a build backend, removing a circular dependence - for setuptools. +- Wheel now uses flit-core as a build backend **0.38.4 (2022-11-09)** From aca799262923ccbae4b3f7d4a991fd56a0ac930c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 13 Mar 2023 23:19:05 +0200 Subject: [PATCH 3/3] Update docs/news.rst --- docs/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index 944317a2..ec414104 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,7 +3,7 @@ Release Notes **UNRELEASED** -- Added a ``wheel tags`` command to modify tags on an existing wheel. +- Added a ``wheel tags`` command to modify tags on an existing wheel - Updated vendored ``packaging`` to 23.0 - ``wheel unpack`` now preserves the executable attribute of extracted files - Fixed spaces in platform names not being converted to underscores (PR by David Tucker)