Étienne Mollier pushed to branch master at Debian Med / python-pybedtools
Commits: 811b42d3 by Étienne Mollier at 2022-12-02T11:29:07+01:00 d/watch: repair watch file from github changes. - - - - - 31a5b09d by Étienne Mollier at 2022-12-02T12:04:07+01:00 d/control: stick to python3.10. pysam is currently not compatible with python3.11. Closes: #1025116 - - - - - bfee1c1b by Étienne Mollier at 2022-12-02T12:26:19+01:00 ready to upload to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +python-pybedtools (0.9.0-3) unstable; urgency=medium + + * Team Upload. + * d/watch: repair watch file from github changes. + * d/control: stick to python3.10. (Closes: #1025116) + + -- Étienne Mollier <[email protected]> Fri, 02 Dec 2022 12:19:36 +0100 + python-pybedtools (0.9.0-2) unstable; urgency=medium * Team Upload. ===================================== debian/control ===================================== @@ -9,7 +9,8 @@ Build-Depends: debhelper-compat (= 13), dh-python, bedtools, cython3, - python3-all-dev, +# FIXME: restore python3-all-dev when #1024425 is resolved. + python3-dev, python3-setuptools, python3-pysam, python3-matplotlib, @@ -29,6 +30,8 @@ Vcs-Browser: https://salsa.debian.org/med-team/python-pybedtools Vcs-Git: https://salsa.debian.org/med-team/python-pybedtools.git Homepage: https://daler.github.io/pybedtools/ Rules-Requires-Root: no +# FIXME: remove the below when #1024425 is resolved. +X-Python3-Version: 3.10 Package: pybedtools-bin Architecture: all ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ version=4 - -opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ - https://github.com/daler/pybedtools/releases .*/v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) +opts="mode=git,dversionmangle=auto" \ +https://github.com/daler/pybedtools.git \ +refs/tags/v?@ANY_VERSION@ View it on GitLab: https://salsa.debian.org/med-team/python-pybedtools/-/compare/81ae981964a7719d0e77f6d6b5cddbe314ea483c...bfee1c1bc232b3b1f078f198a51d9e5bdfa16733 -- View it on GitLab: https://salsa.debian.org/med-team/python-pybedtools/-/compare/81ae981964a7719d0e77f6d6b5cddbe314ea483c...bfee1c1bc232b3b1f078f198a51d9e5bdfa16733 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
