Alexandre Detiste pushed to branch master at Debian Med / python-pbcommand
Commits: ae4eb292 by Alexandre Detiste at 2025-09-24T11:17:27+02:00 python3-tz -> python3-pytz transition - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-pbcommand (2.1.1+git20231020.28d1635-2) unstable; urgency=medium + + * Team upload. + * No-change rebuild against newer dh-python that picks up python3-pytz + + -- Alexandre Detiste <[email protected]> Wed, 24 Sep 2025 11:15:55 +0200 + python-pbcommand (2.1.1+git20231020.28d1635-1) unstable; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -17,11 +17,10 @@ Build-Depends: debhelper-compat (= 13), python3-pytest-xdist <!nocheck>, python3-pbcore <!nocheck>, python3-pytz <!nocheck> -Standards-Version: 4.7.0 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/python-pbcommand Vcs-Git: https://salsa.debian.org/med-team/python-pbcommand.git Homepage: https://pbcommand.readthedocs.org/en/latest/ -Rules-Requires-Root: no Package: python3-pbcommand Architecture: all ===================================== debian/rules ===================================== @@ -10,10 +10,8 @@ export PYBUILD_NAME=pbcommand %: LC_ALL=C.UTF-8 dh $@ --buildsystem=pybuild -override_dh_install: - dh_install +execute_after_dh_install: find debian \( -name .coverage -o -name coverage.xml -o -name nosetests.xml \) -delete -override_dh_auto_clean: - dh_auto_clean +execute_after_dh_auto_clean: rm -rf .pytest_cache pbcommand.egg-info View it on GitLab: https://salsa.debian.org/med-team/python-pbcommand/-/commit/ae4eb292aa96c242d396904d959ff0ed3aba698f -- View it on GitLab: https://salsa.debian.org/med-team/python-pbcommand/-/commit/ae4eb292aa96c242d396904d959ff0ed3aba698f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
