Colin Watson pushed to branch master at Debian Python Team / packages / python-stdlib-list
Commits: eaacb15a by Colin Watson at 2024-08-22T00:32:05+01:00 Use pybuild-plugin-pyproject Closes: #1067325 - - - - - 51f308f0 by Colin Watson at 2024-08-22T00:32:12+01:00 Ignore debian/files - - - - - 412706da by Colin Watson at 2024-08-22T00:37:21+01:00 Enable tests at build time - - - - - c77e1d14 by Colin Watson at 2024-08-22T00:37:28+01:00 Switch to autopkgtest-pkg-pybuild - - - - - b8da8403 by Colin Watson at 2024-08-22T00:38:25+01:00 releasing package python-stdlib-list version 0.10.0-2 - - - - - 4 changed files: - + debian/.gitignore - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/.gitignore ===================================== @@ -0,0 +1 @@ +/files ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +python-stdlib-list (0.10.0-2) unstable; urgency=medium + + * Team upload. + * Use pybuild-plugin-pyproject (closes: #1067325). + * Enable tests at build time. + * Switch to autopkgtest-pkg-pybuild. + + -- Colin Watson <[email protected]> Thu, 22 Aug 2024 00:37:29 +0100 + python-stdlib-list (0.10.0-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -3,10 +3,12 @@ Section: python Priority: optional Maintainer: Debian Python Team <[email protected]> Uploaders: Robbi Nespu <[email protected]> -Testsuite: autopkgtest-pkg-python +Testsuite: autopkgtest-pkg-pybuild Build-Depends: debhelper-compat (= 13), dh-sequence-python3, + pybuild-plugin-pyproject, python3-all, + python3-pytest, python3-setuptools, flit Standards-Version: 4.6.2 ===================================== debian/rules ===================================== @@ -2,7 +2,6 @@ export DH_VERBOSE = 1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export PYBUILD_NAME = stdlib-list -export PYBUILD_DISABLE=test %: dh $@ --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/python-team/packages/python-stdlib-list/-/compare/0042ce3138c2d1a1df51b7d2416aafb3844611e4...b8da8403616492bf8ef0787765718b4ddcbafdfd -- View it on GitLab: https://salsa.debian.org/python-team/packages/python-stdlib-list/-/compare/0042ce3138c2d1a1df51b7d2416aafb3844611e4...b8da8403616492bf8ef0787765718b4ddcbafdfd 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
