Alexandre Detiste pushed to branch master at Debian Med / pyranges
Commits: 6b2c3ea4 by Alexandre Detiste at 2025-11-30T23:21:33+01:00 wrap-and-sort -ast - - - - - 71906d5d by Alexandre Detiste at 2025-11-30T23:22:40+01:00 add an explicit runtime dependency on python3-pkg-resources - - - - - 2546ccae by Alexandre Detiste at 2025-11-30T23:22:59+01:00 drop "Rules-Requires-Root: no": it is now the default - - - - - a5e2a05c by Alexandre Detiste at 2025-11-30T23:24:03+01:00 release - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +pyranges (0.0.111+ds-10) unstable; urgency=medium + + * Team Upload + * Add an explicit runtime dependency on python3-pkg-resources + * Drop "Rules-Requires-Root: no": it is now the default + + -- Alexandre Detiste <[email protected]> Sun, 30 Nov 2025 23:23:46 +0100 + pyranges (0.0.111+ds-9) unstable; urgency=medium * d/rules: skip tests outside 64-bit platforms. ===================================== debian/control ===================================== @@ -1,33 +1,37 @@ Source: pyranges Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]>, - Étienne Mollier <[email protected]> +Uploaders: + Steffen Moeller <[email protected]>, + Étienne Mollier <[email protected]>, Section: python Testsuite: autopkgtest-pkg-python Priority: optional -Build-Depends: debhelper-compat (= 13), - dh-sequence-python3, - python3-setuptools, - python3-all, - python3-ncls <!nocheck>, - python3-pyrle <!nocheck>, - python3-pytest <!nocheck>, - python3-pytest-xdist <!nocheck>, - python3-sorted-nearest, - python3-hypothesis, - bedtools, - samtools +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + bedtools, + python3-all, + python3-hypothesis, + python3-ncls <!nocheck>, + python3-pyrle <!nocheck>, + python3-pytest <!nocheck>, + python3-pytest-xdist <!nocheck>, + python3-setuptools, + python3-sorted-nearest, + samtools, Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/pyranges Vcs-Git: https://salsa.debian.org/med-team/pyranges.git Homepage: https://github.com/biocore-ntnu/pyranges -Rules-Requires-Root: no Package: python3-pyranges Architecture: all -Depends: ${python3:Depends}, - ${misc:Depends} -Suggests: python-pyranges-doc +Depends: + python3-pkg-resources, + ${misc:Depends}, + ${python3:Depends}, +Suggests: + python-pyranges-doc, Description: 2D representation of genomic intervals and their annotations A PyRanges object must have the columns Chromosome, Start and End. These describe the genomic position and function as implicit row View it on GitLab: https://salsa.debian.org/med-team/pyranges/-/compare/03c6593cabbd4995af323bad087ab2686e298ec1...a5e2a05c61adb5a74a9e461111e34dd3e862e0cf -- View it on GitLab: https://salsa.debian.org/med-team/pyranges/-/compare/03c6593cabbd4995af323bad087ab2686e298ec1...a5e2a05c61adb5a74a9e461111e34dd3e862e0cf 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
