From c3fdb2a2f18a80aba603441046f4973e8e4b0762 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 15 Apr 2026 20:00:32 -0400 Subject: [PATCH 1/2] chore: update changelog for 26.2 Signed-off-by: Henry Schreiner --- CHANGELOG.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cb1e2e380..dd0099599 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,16 +6,25 @@ Changelog Fixes: +* Fix incorrect sysconfig var name for pyemscripten in (:pr:`1160`) * Make ``Version`` pickle-safe and backward-compatible with pickles created before 26.1 that reference the removed ``packaging._structures`` module (:pull:`1163`) +Documentation: + +* Add errors section and fix missing details in (:pr:`1159`) + +Internal: + +* Enable the auditor persona on zizmor in (:pr:`1158`) + 26.1 - 2026-04-14 ~~~~~~~~~~~~~~~~~ Features: -* PEP 783: add handling for Emscripten wheel tags in (:pull:`804`) +* PEP 783: add handling for Emscripten wheel tags in (:pull:`804`) (old name used in implementation, fixed in next release) * PEP 803: add handling for the ``abi3.abi3t`` free-threading tag in (:pull:`1099`) * PEP 723: add ``packaging.dependency_groups`` module, based on the ``dependency-groups`` package in (:pull:`1065`) * Add the ``packaging.direct_url`` module in (:pull:`944`) From a6dc096ca33ecd9e3738b506d98410bd575e1fd7 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 15 Apr 2026 23:45:25 -0400 Subject: [PATCH 2/2] Update pull request references in CHANGELOG --- CHANGELOG.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dd0099599..71ed3f381 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,18 +6,18 @@ Changelog Fixes: -* Fix incorrect sysconfig var name for pyemscripten in (:pr:`1160`) +* Fix incorrect sysconfig var name for pyemscripten in (:pull:`1160`) * Make ``Version`` pickle-safe and backward-compatible with pickles created before 26.1 that reference the removed ``packaging._structures`` module (:pull:`1163`) Documentation: -* Add errors section and fix missing details in (:pr:`1159`) +* Add errors section and fix missing details in (:pull:`1159`) Internal: -* Enable the auditor persona on zizmor in (:pr:`1158`) +* Enable the auditor persona on zizmor in (:pull:`1158`) 26.1 - 2026-04-14 ~~~~~~~~~~~~~~~~~