Dear maintainer, I've prepared an NMU for url-normalize (versioned as 1.4.3-3.1) and uploaded. Here is the nmudiff.
I did broke this package in a very indirrect way by uploading urrlib3 2.x Before this upload, python3-six was pulled in by this long and unexpected dependency chain: -> python3-pytest -> python3-request -> python3-urllib3 (1.x) -> python3-six Greetings diff -Nru url-normalize-1.4.3/debian/changelog url-normalize-1.4.3/debian/changelog --- url-normalize-1.4.3/debian/changelog 2024-03-02 08:28:29.000000000 +0100 +++ url-normalize-1.4.3/debian/changelog 2024-07-03 21:56:22.000000000 +0200 @@ -1,3 +1,10 @@ +url-normalize (1.4.3-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add missing python3-six build dependency (Closes: #1073423) + + -- Alexandre Detiste <tc...@debian.org> Wed, 03 Jul 2024 21:56:22 +0200 + url-normalize (1.4.3-3) unstable; urgency=medium [ Debian Janitor ] diff -Nru url-normalize-1.4.3/debian/control url-normalize-1.4.3/debian/control --- url-normalize-1.4.3/debian/control 2024-03-02 08:28:29.000000000 +0100 +++ url-normalize-1.4.3/debian/control 2024-07-03 21:55:40.000000000 +0200 @@ -8,6 +8,7 @@ python3-poetry, python3-pytest <!nocheck>, python3-pytest-cov <!nocheck>, + python3-six, Standards-Version: 4.6.0.1 Testsuite: autopkgtest-pkg-python Homepage: https://github.com/niksite/url-normalize