From 03d8d8f5bfb97c2b6c714b3a43750b5698891951 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 02:29:52 +0000 Subject: [PATCH 1/2] chore(release): sync changelog for v2.3.3 backports --- CHANGELOG.md | 20 ++++++++++++++++++++ news/4007.changed.md | 1 - news/4135.fixed.md | 3 --- news/py_zipapp_runtime_files.fixed.md | 2 -- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 news/4007.changed.md delete mode 100644 news/4135.fixed.md delete mode 100644 news/py_zipapp_runtime_files.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 54de7cc697..0272046074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,26 @@ Unreleased changes are tracked as individual files in the [news/](./news) directory, or view the [latest generated changelog](https://rules-python.readthedocs.io/en/latest/changelog.html). +{#v2-3-3} +## [2.3.3] - 2026-09-04 + +[2.3.3]: https://github.com/bazel-contrib/rules_python/releases/tag/2.3.3 + +{#v2-3-3-changed} +### Changed +* (publish): The twine packages are now configured for three major platforms. + +{#v2-3-3-fixed} +### Fixed +* (gazelle) Fixed a regression from version 1.8.0 which broke module map + generation for old-style namespace packages. + ([#4135](https://github.com/bazel-contrib/rules_python/pull/4135)). +* (zipapp) Fixed handling of {obj}`PyRuntimeInfo` with `files = None` so creating + zipapp archives does not error. + + + + {#v2-3-2} ## [2.3.2] - 2026-08-22 diff --git a/news/4007.changed.md b/news/4007.changed.md deleted file mode 100644 index c779304eb0..0000000000 --- a/news/4007.changed.md +++ /dev/null @@ -1 +0,0 @@ -(publish): The twine packages are now configured for three major platforms. diff --git a/news/4135.fixed.md b/news/4135.fixed.md deleted file mode 100644 index f0be6936ba..0000000000 --- a/news/4135.fixed.md +++ /dev/null @@ -1,3 +0,0 @@ -(gazelle) Fixed a regression from version 1.8.0 which broke module map -generation for old-style namespace packages. -([#4135](https://github.com/bazel-contrib/rules_python/pull/4135)). diff --git a/news/py_zipapp_runtime_files.fixed.md b/news/py_zipapp_runtime_files.fixed.md deleted file mode 100644 index bc1343c1da..0000000000 --- a/news/py_zipapp_runtime_files.fixed.md +++ /dev/null @@ -1,2 +0,0 @@ -(zipapp) Fixed handling of {obj}`PyRuntimeInfo` with `files = None` so creating -zipapp archives does not error. From e378ddafee67ff86da1e764375fcf282ed84eacb Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Thu, 3 Sep 2026 19:31:10 -0700 Subject: [PATCH 2/2] rm extra newlines --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0272046074..abcd5ba3dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,9 +46,6 @@ changelog](https://rules-python.readthedocs.io/en/latest/changelog.html). * (zipapp) Fixed handling of {obj}`PyRuntimeInfo` with `files = None` so creating zipapp archives does not error. - - - {#v2-3-2} ## [2.3.2] - 2026-08-22