Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package htmlmin [ Reason ] htmlmin/0.1.12-2 was build with an old toolchain using pkg_resources instead of importlib. [ Impact ] htmlmin does not work with python3-pkg-resources not installed (#959508). [ Tests ] I made sure that htmlmin now works without python3-pkg-resources installed. [ Risks ] This is a no change rebuild of an arch all package, I only left some metadata changes from git in there. [ Checklist ] [X] all changes are documented in the d/changelog [X] I reviewed all changes and I approve them [X] attach debdiff against the package in testing unblock htmlmin/0.1.12-3
diff -Nru htmlmin-0.1.12/debian/changelog htmlmin-0.1.12/debian/changelog --- htmlmin-0.1.12/debian/changelog 2019-08-10 20:37:03.000000000 +0200 +++ htmlmin-0.1.12/debian/changelog 2021-06-04 23:58:00.000000000 +0200 @@ -1,3 +1,22 @@ +htmlmin (0.1.12-3) unstable; urgency=medium + + * Team upload. + + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Database. + * Set upstream metadata fields: Bug-Submit. + + [ Ondřej Nový ] + * d/control: Update Maintainer field with new Debian Python Team + contact address. + * d/control: Update Vcs-* fields with new Debian Python Team Salsa + layout. + + [ Jochen Sprickerhof ] + * No changes rebuild to use importlib instead of pkg_resources (Closes: #959508) + + -- Jochen Sprickerhof <jspri...@debian.org> Fri, 04 Jun 2021 23:58:00 +0200 + htmlmin (0.1.12-2) unstable; urgency=medium * Team upload. diff -Nru htmlmin-0.1.12/debian/control htmlmin-0.1.12/debian/control --- htmlmin-0.1.12/debian/control 2019-08-10 20:37:03.000000000 +0200 +++ htmlmin-0.1.12/debian/control 2021-06-04 23:56:54.000000000 +0200 @@ -1,5 +1,5 @@ Source: htmlmin -Maintainer: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org> +Maintainer: Debian Python Team <team+pyt...@tracker.debian.org> Uploaders: Adrian Vondendriesch <adrian.vondendrie...@credativ.de>, Section: python @@ -7,8 +7,8 @@ Build-Depends: dh-python, python3-setuptools, python3-all, debhelper-compat (= 9), help2man Standards-Version: 4.1.2 Homepage: https://htmlmin.readthedocs.org/en/latest/ -Vcs-Git: https://salsa.debian.org/python-team/modules/htmlmin.git -Vcs-Browser: https://salsa.debian.org/python-team/modules/htmlmin +Vcs-Git: https://salsa.debian.org/python-team/packages/htmlmin.git +Vcs-Browser: https://salsa.debian.org/python-team/packages/htmlmin Package: python3-htmlmin Architecture: all diff -Nru htmlmin-0.1.12/debian/upstream/metadata htmlmin-0.1.12/debian/upstream/metadata --- htmlmin-0.1.12/debian/upstream/metadata 1970-01-01 01:00:00.000000000 +0100 +++ htmlmin-0.1.12/debian/upstream/metadata 2021-06-04 23:45:32.000000000 +0200 @@ -0,0 +1,2 @@ +Bug-Database: https://github.com/mankyd/htmlmin/issues +Bug-Submit: https://github.com/mankyd/htmlmin/issues/new