Antonio Valentino pushed to branch master at Debian GIS Project / pykdtree
Commits: 7deb54d8 by Antonio Valentino at 2025-09-20T11:04:46+00:00 Skip test_mypy - - - - - 8fce2ec1 by Antonio Valentino at 2025-09-20T11:05:31+00:00 Drop 'Rules-Requires-Root: no' - - - - - a2d01170 by Antonio Valentino at 2025-09-20T11:08:44+00:00 Set distribution to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,17 @@ -pykdtree (1.4.3+ds-2) UNRELEASED; urgency=medium +pykdtree (1.4.3+ds-2) unstable; urgency=medium - * Team upload. + [ Bas Couwenberg ] * Update lintian overrides. - -- Bas Couwenberg <[email protected]> Fri, 12 Sep 2025 17:45:08 +0200 + [ Antonio Valentino ] + * debian/rules: + - Skip test_mypy. No feature is broken. + Linting fails due to a new feature n mypy. + Closes: 1115132. + * debian/control: + - Drop 'Rules-Requires-Root: no', no lonter needed. + + -- Antonio Valentino <[email protected]> Sat, 20 Sep 2025 11:08:36 +0000 pykdtree (1.4.3+ds-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -3,7 +3,6 @@ Maintainer: Debian GIS Project <[email protected]> Uploaders: Antonio Valentino <[email protected]> Section: python Priority: optional -Rules-Requires-Root: no Testsuite: autopkgtest-pkg-pybuild Build-Depends: cython3 (>= 3.0), debhelper-compat (= 13), ===================================== debian/rules ===================================== @@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all export PYBUILD_NAME=pykdtree -export PYBUILD_TEST_ARGS=--pyargs ${PYBUILD_NAME} +export PYBUILD_TEST_ARGS=--pyargs -k "not test_mypy" ${PYBUILD_NAME} %: dh $@ --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/-/compare/bd112f22085b01b49287e6d935a88db2ca5756bc...a2d0117094050a849f557a05647e2e16fabfd09c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pykdtree/-/compare/bd112f22085b01b49287e6d935a88db2ca5756bc...a2d0117094050a849f557a05647e2e16fabfd09c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
