[med-svn] [Git][python-team/packages/python-sinfo][master] 3 commits: wrap-and-sort -ast
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Sun Sep 21 14:11:39 BST 2025
Alexandre Detiste pushed to branch master at Debian Python Team / packages / python-sinfo
Commits:
66b3215b by Alexandre Detiste at 2025-09-21T15:10:35+02:00
wrap-and-sort -ast
- - - - -
d25d8fb5 by Alexandre Detiste at 2025-09-21T15:11:01+02:00
use dh-sequence-python3
- - - - -
23cdf108 by Alexandre Detiste at 2025-09-21T15:11:28+02:00
drop "Rules-Requires-Root: no": it is the new default
- - - - -
4 changed files:
- debian/control
- debian/docs
- debian/rules
- debian/tests/control
Changes:
=====================================
debian/control
=====================================
@@ -2,22 +2,26 @@ Source: python-sinfo
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python at tracker.debian.org>
-Uploaders: Robbi Nespu <robbinespu at gmail.com>
+Uploaders:
+ Robbi Nespu <robbinespu at gmail.com>,
Testsuite: autopkgtest-pkg-python
-Build-Depends: debhelper-compat (= 13),
- dh-python,
- python3-all,
- python3-setuptools,
- python3-stdlib-list
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ python3-all,
+ python3-setuptools,
+ python3-stdlib-list,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-sinfo
Vcs-Git: https://salsa.debian.org/python-team/packages/python-sinfo.git
Homepage: https://gitlab.com/joelostblom/sinfo
-Rules-Requires-Root: no
Package: python3-sinfo
Architecture: all
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
Description: print different version information for loaded modules
sinfo outputs version information for modules loaded in the current session,
Python, the OS, and the CPU. It is designed as a minimum measure to increase
=====================================
debian/docs
=====================================
@@ -1 +1 @@
-README.md
\ No newline at end of file
+README.md
=====================================
debian/rules
=====================================
@@ -1,7 +1,8 @@
#!/usr/bin/make -f
+
export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PYBUILD_NAME = sinfo
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
=====================================
debian/tests/control
=====================================
@@ -1,3 +1,9 @@
-Tests: run-unit-test
-Depends: @, python3-numpy, python3-natsort, python3-stdlib-list
-Restrictions: allow-stderr
+Tests:
+ run-unit-test,
+Depends:
+ python3-natsort,
+ python3-numpy,
+ python3-stdlib-list,
+ @,
+Restrictions:
+ allow-stderr,
View it on GitLab: https://salsa.debian.org/python-team/packages/python-sinfo/-/compare/2bd0b1d71a94dd17d7049fe1c755c49cdd421d9b...23cdf108eac2701e9e1d3260fc74291643f8eb3e
--
View it on GitLab: https://salsa.debian.org/python-team/packages/python-sinfo/-/compare/2bd0b1d71a94dd17d7049fe1c755c49cdd421d9b...23cdf108eac2701e9e1d3260fc74291643f8eb3e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250921/7c19c5a1/attachment-0001.htm>
More information about the debian-med-commit
mailing list