diff -Nru conda-package-handling-2.2.0/debian/changelog conda-package-handling-2.2.0/debian/changelog --- conda-package-handling-2.2.0/debian/changelog 2023-09-11 10:30:15.000000000 +0000 +++ conda-package-handling-2.2.0/debian/changelog 2023-12-08 11:19:13.000000000 +0000 @@ -1,3 +1,11 @@ +conda-package-handling (2.2.0-2) unstable; urgency=medium + + * Drop python3-six from (Build-)Depends + Closes: #1052523 + * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) + + -- Andreas Tille Fri, 08 Dec 2023 12:19:13 +0100 + conda-package-handling (2.2.0-1) unstable; urgency=medium * New upstream version diff -Nru conda-package-handling-2.2.0/debian/control conda-package-handling-2.2.0/debian/control --- conda-package-handling-2.2.0/debian/control 2023-09-11 10:30:15.000000000 +0000 +++ conda-package-handling-2.2.0/debian/control 2023-12-08 11:19:13.000000000 +0000 @@ -4,13 +4,12 @@ Section: science Priority: optional Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, cython3, python3-dev, python3-setuptools, libarchive-dev, python3-pytest , - python3-six , python3-tqdm , python3-pytest-mock , python3-conda-package-streaming @@ -25,7 +24,6 @@ Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}, - python3-six, python3-tqdm Description: create and extract conda packages of various formats Cph is an abstraction of conda package handling and a tool for diff -Nru conda-package-handling-2.2.0/debian/rules conda-package-handling-2.2.0/debian/rules --- conda-package-handling-2.2.0/debian/rules 2023-09-11 10:30:15.000000000 +0000 +++ conda-package-handling-2.2.0/debian/rules 2023-12-08 11:19:13.000000000 +0000 @@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild override_dh_install: dh_install