Control: reopen -1 Control: user release.debian....@packages.debian.org Control: usertag -1 pu Control: retitle -1 bookworm-pu: package dh-python/5.20230130+deb12u1 Control: tag -1 bookworm
> The unblock requests that I'm closing in this message all came in after the > deadline of 2023-05-28 12:00 UTC. We didn't have time to process them before > the quiet period that started today. OK, let's re-target to PU. Updated debdiff atteched. If you're interested in having this change to ease upgrades, we can get in in the first point release. It probably doesn't make sense to carry the patch into trixie. Stefano -- Stefano Rivera http://tumbleweed.org.za/ +1 415 683 3272
diff -Nru dh-python-5.20230130/debian/changelog dh-python-5.20230130+deb12u1/debian/changelog --- dh-python-5.20230130/debian/changelog 2023-01-30 12:30:45.000000000 -0400 +++ dh-python-5.20230130+deb12u1/debian/changelog 2023-06-06 10:59:16.000000000 -0400 @@ -1,3 +1,10 @@ +dh-python (5.20230130+deb12u1) bookworm; urgency=medium + + * Reintroduce Breaks+Replaces on python2 needed to help apt in some upgrade + scenarios. (Closes: #1036943) + + -- Stefano Rivera <stefa...@debian.org> Tue, 06 Jun 2023 10:59:16 -0400 + dh-python (5.20230130) unstable; urgency=medium * pybuild.pm: Export SETUPTOOLS_SCM_PRETEND_VERSION for packages using diff -Nru dh-python-5.20230130/debian/control dh-python-5.20230130+deb12u1/debian/control --- dh-python-5.20230130/debian/control 2023-01-30 12:30:45.000000000 -0400 +++ dh-python-5.20230130+deb12u1/debian/control 2023-06-06 10:59:16.000000000 -0400 @@ -29,6 +29,9 @@ Breaks: # due to /usr/bin/dh_python3 and debhelper files python3 (<< 3.3.2-4~), +# due to debhelper files + python2 (<< 2.7.18-2) +Replaces: python2 (<< 2.7.18-2) Description: Debian helper tools for packaging Python libraries and applications This package contains: * pybuild - invokes various build systems for requested Python versions in