Antonio Valentino pushed to branch master at Debian GIS Project / trollsift
Commits: ddc01f26 by Antonio Valentino at 2023-10-14T06:53:08+00:00 Use the <!nocheck> marker - - - - - 6a4dd6e8 by Antonio Valentino at 2023-10-14T06:53:29+00:00 Switch to autopkgtest-pkg-pybuild - - - - - fd3b0ca6 by Antonio Valentino at 2023-10-14T06:53:38+00:00 Update d/copyright - - - - - e55b3245 by Antonio Valentino at 2023-10-14T06:53:39+00:00 Drop dependency on python3-six - - - - - 6 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules - − debian/tests/control - − debian/tests/python3 Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,6 @@ trollsift (0.5.0-2) UNRELEASED; urgency=medium + [ Bas Couwenberg ] * Team upload. * Enable Salsa CI. * Bump Standards-Version to 4.6.2, no changes. @@ -7,6 +8,15 @@ trollsift (0.5.0-2) UNRELEASED; urgency=medium * Remove generated files in clean target. * Switch to dh-sequence-*. + [ Antonio Valentino ] + * debian/control: + - Use <!nocheck> marker. + - Remove dependency from python3-six, no longer needed. + * Switch to autopkgtest-pkg-pybuild and remove the + no longer necessary d/tests folder. + * debian/copyright: + - Update copyright date. + -- Bas Couwenberg <[email protected]> Sun, 08 Jan 2023 15:26:04 +0100 trollsift (0.5.0-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -3,15 +3,14 @@ Maintainer: Debian GIS Project <[email protected]> Uploaders: Antonio Valentino <[email protected]> Section: python Priority: optional -Testsuite: autopkgtest-pkg-python +Testsuite: autopkgtest-pkg-pybuild Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, python3-all, - python3-pytest, - python3-setuptools, - python3-six + python3-pytest <!nocheck>, + python3-setuptools Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/debian-gis-team/trollsift Vcs-Git: https://salsa.debian.org/debian-gis-team/trollsift.git ===================================== debian/copyright ===================================== @@ -14,7 +14,7 @@ Copyright: Brian Warner License: CC0-1.0 Files: debian/* -Copyright: 2018-2022, Antonio Valentino <[email protected]> +Copyright: 2018-2023, Antonio Valentino <[email protected]> License: GPL-3+ License: GPL-3+ ===================================== debian/rules ===================================== @@ -5,6 +5,7 @@ #export DH_VERBOSE=1 export PYBUILD_NAME=trollsift +export PYBUILD_TEST_ARGS=--pyargs ${PYBUILD_NAME} %: dh $@ --buildsystem=pybuild ===================================== debian/tests/control deleted ===================================== @@ -1,2 +0,0 @@ -Tests: python3 -Depends: @builddeps@, @, python3-all ===================================== debian/tests/python3 deleted ===================================== @@ -1,11 +0,0 @@ -#!/bin/sh -set -efu - -PYS=${PYS:-"$(py3versions -s 2>/dev/null)"} - -cd "$AUTOPKGTEST_TMP" - -for py in $PYS; do - echo "=== $py ===" - $py -m pytest -v --pyargs trollsift 2>&1 -done View it on GitLab: https://salsa.debian.org/debian-gis-team/trollsift/-/compare/504a286dace448b34247c5ad06d59f2b3153319f...e55b3245c9c0354223d27079dda5cf01317f362f -- View it on GitLab: https://salsa.debian.org/debian-gis-team/trollsift/-/compare/504a286dace448b34247c5ad06d59f2b3153319f...e55b3245c9c0354223d27079dda5cf01317f362f 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
