Alexandre Detiste pushed to branch master at Debian Med / pychopper
Commits: e3dfc154 by Alexandre Detiste at 2024-07-31T14:11:59+02:00 remove dependency on python3-six - - - - - 62e67c49 by Alexandre Detiste at 2024-07-31T14:13:02+02:00 use dh-sequence-python3 - - - - - c0ce22dd by Alexandre Detiste at 2024-07-31T14:13:56+02:00 annotate sphinx dependencies as <!nodoc> - - - - - f5d163d7 by Alexandre Detiste at 2024-07-31T14:25:01+02:00 add dependency on python3-zombie-imp - - - - - 6c0057c6 by Alexandre Detiste at 2024-07-31T14:25:39+02:00 attempt release - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +pychopper (2.7.10-1) unstable; urgency=medium + + * Team upload + * New upstream version 2.7.10 + * Remove build dependency on python3-six + * Use dh-sequence-python3 + * Annotate sphinx dependencies as <!nodoc> + * Add build dependency on python3-zombie-imp + + -- Alexandre Detiste <[email protected]> Wed, 31 Jul 2024 14:25:07 +0200 + pychopper (2.7.9-1) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -4,18 +4,17 @@ Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Steffen Moeller <[email protected]> Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, python3-setuptools, - python3-sphinx, - python3-sphinx-argparse, - python3-sphinx-rtd-theme, + python3-sphinx <!nodoc>, + python3-sphinx-argparse <!nodoc>, + python3-sphinx-rtd-theme <!nodoc>, python3-all, python3-edlib <!nocheck>, python3-parasail <!nocheck>, python3-matplotlib <!nocheck>, python3-seaborn <!nocheck>, python3-tqdm <!nocheck>, - python3-six <!nocheck>, python3-pandas <!nocheck>, python3-pytest <!nocheck>, python3-pytest-arraydiff <!nocheck>, @@ -29,6 +28,7 @@ Build-Depends: debhelper-compat (= 13), python3-hypothesis <!nocheck>, python3-pytest-mock <!nocheck>, python3-pysam <!nocheck>, + python3-zombie-imp <!nodoc>, xonsh <!nocheck> Standards-Version: 4.6.2 Homepage: https://github.com/epi2me-labs/pychopper ===================================== debian/rules ===================================== @@ -7,7 +7,7 @@ DEF_PY=$(shell py3versions -d) DEF_BUILDDIR3 := $(shell pybuild --print build_dir --interpreter python3) %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild override_dh_auto_build: View it on GitLab: https://salsa.debian.org/med-team/pychopper/-/compare/9fecaeb8fc1c1fbfe5c6308504c87a5098ca45e7...6c0057c668509221ab5d660be909d906d151b16e -- View it on GitLab: https://salsa.debian.org/med-team/pychopper/-/compare/9fecaeb8fc1c1fbfe5c6308504c87a5098ca45e7...6c0057c668509221ab5d660be909d906d151b16e 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
