Alexandre Detiste pushed to branch master at Debian Python Team / packages / python-ncls
Commits: 50720ebe by Alexandre Detiste at 2025-11-29T15:03:14+01:00 track version on PyPi - - - - - 5e8c27ec by Alexandre Detiste at 2025-11-29T15:03:40+01:00 use dh-sequence-python3 - - - - - 08118738 by Alexandre Detiste at 2025-11-29T15:03:56+01:00 wrap-and-sort -ast - - - - - 96cad6aa by Alexandre Detiste at 2025-11-29T15:05:03+01:00 release - - - - - 5 changed files: - debian/changelog - debian/control - debian/rules - debian/tests/control - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +python-ncls (0.0.63-hotfix+ds-3) unstable; urgency=medium + + * Team Upload. + * Track version on PyPi, 0.0.70 is available for packaging + * Use dh-sequence-python3 + + -- Alexandre Detiste <[email protected]> Sat, 29 Nov 2025 15:04:20 +0100 + python-ncls (0.0.63-hotfix+ds-2) unstable; urgency=medium * Team Upload. ===================================== debian/control ===================================== @@ -1,16 +1,18 @@ Source: python-ncls Maintainer: Debian Python Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]>, +Uploaders: + Steffen Moeller <[email protected]>, Section: science Testsuite: autopkgtest-pkg-python Priority: optional -Build-Depends: debhelper-compat (= 13), - dh-python, - cython3, - python3-all-dev, - python3-setuptools, - python3-numpy <!nocheck>, - python3-pytest <!nocheck> +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + cython3, + python3-all-dev, + python3-numpy <!nocheck>, + python3-pytest <!nocheck>, + python3-setuptools, Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ncls Vcs-Git: https://salsa.debian.org/python-team/packages/python-ncls.git @@ -19,9 +21,10 @@ Homepage: https://github.com/biocore-ntnu/ncls Package: python3-ncls Architecture: any Section: python -Depends: ${shlibs:Depends}, - ${python3:Depends}, - ${misc:Depends} +Depends: + ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends}, Description: datastructure for interval overlap queries The Nested Containment List is a datastructure for interval overlap queries, like the interval tree. It is usually an order of magnitude ===================================== debian/rules ===================================== @@ -5,4 +5,4 @@ export PYBUILD_NAME=ncls export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild ===================================== debian/tests/control ===================================== @@ -1,3 +1,9 @@ -Tests: run-unit-test -Depends: @, python3-all, python3-pytest, python3-pandas, python3-pytest -Restrictions: allow-stderr +Tests: + run-unit-test, +Depends: + python3-all, + python3-pandas, + python3-pytest, + @, +Restrictions: + allow-stderr, ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ version=4 opts="repacksuffix=+ds,dversionmangle=auto" \ - https://github.com/biocore-ntnu/ncls/tags .*/v?(\d\S+)\.tar\.gz + https://pypi.debian.net/ncls/ncls-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) View it on GitLab: https://salsa.debian.org/python-team/packages/python-ncls/-/compare/b10cb7c9198d50ab0478fb44a208ccb9cf487c9b...96cad6aa5ba93a34e78d4a3cde6783d8db68044d -- View it on GitLab: https://salsa.debian.org/python-team/packages/python-ncls/-/compare/b10cb7c9198d50ab0478fb44a208ccb9cf487c9b...96cad6aa5ba93a34e78d4a3cde6783d8db68044d 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
