Étienne Mollier pushed to branch master at Debian Med / pyqi
Commits: 8f3e43f9 by Étienne Mollier at 2024-07-10T20:41:24+02:00 2to3.patch: freshed supported python3 versions to add 3.12. Closes: #1074741 - - - - - 6e5f7421 by Étienne Mollier at 2024-07-10T20:43:29+02:00 d/lintian-overrides: freshen mismatched override. - - - - - efc3bba0 by Étienne Mollier at 2024-07-10T20:44:13+02:00 d/control: declare compliance to standards version 4.7.0. - - - - - 60628e51 by Étienne Mollier at 2024-07-10T20:50:56+02:00 d/control: update homepage to (archived) biocore project. - - - - - e7bc51f5 by Étienne Mollier at 2024-07-10T20:51:48+02:00 ready to upload to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - debian/lintian-overrides - debian/patches/2to3.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +pyqi (0.3.2+dfsg-10) unstable; urgency=medium + + * Team upload. + * 2to3.patch: freshed supported python3 versions to add 3.12. + (Closes: #1074741) + * d/lintian-overrides: freshen mismatched override. + * d/control: declare compliance to standards version 4.7.0. + * d/control: update homepage to (archived) biocore project. + + -- Étienne Mollier <[email protected]> Wed, 10 Jul 2024 20:51:29 +0200 + pyqi (0.3.2+dfsg-9) unstable; urgency=medium * Also allow python3.11 as supported option ===================================== debian/control ===================================== @@ -12,10 +12,10 @@ Build-Depends: debhelper-compat (= 13), python3-setuptools, sphinx-common, libjs-sphinxdoc -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/pyqi Vcs-Git: https://salsa.debian.org/med-team/pyqi.git -Homepage: https://pypi.python.org/pypi/pyqi/ +Homepage: https://github.com/biocore/pyqi Rules-Requires-Root: no Package: pyqi ===================================== debian/lintian-overrides ===================================== @@ -1 +1 @@ -embedded-javascript-library usr/share/doc/pyqi/html/_static/* +embedded-javascript-library please use sphinx [usr/share/doc/pyqi/html/_static/*] ===================================== debian/patches/2to3.patch ===================================== @@ -746,7 +746,7 @@ Last-Update: Wed, 11 Sep 2019 11:43:51 +0200 #----------------------------------------------------------------------------- # Copyright (c) 2013, The BiPy Development Team. -@@ -32,8 +32,9 @@ classes = """ +@@ -32,8 +32,10 @@ classes = """ Topic :: Software Development :: Libraries :: Application Frameworks Topic :: Software Development :: User Interfaces Programming Language :: Python @@ -755,6 +755,7 @@ Last-Update: Wed, 11 Sep 2019 11:43:51 +0200 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 ++ Programming Language :: Python :: 3.12 Programming Language :: Python :: Implementation :: CPython Operating System :: OS Independent Operating System :: POSIX @@ -764,8 +765,8 @@ Last-Update: Wed, 11 Sep 2019 11:43:51 +0200 ver = '.'.join(map(str, [sys.version_info.major, sys.version_info.minor])) -if ver not in ['2.7', '3.3']: - sys.stderr.write("Only Python 2.7 and 3.3 are supported.") -+if ver not in ['3.9', '3.10', '3.11']: -+ sys.stderr.write("Only Python 3.9, 3.10 and 3.11 are supported.") ++if ver not in ['3.9', '3.10', '3.11', '3.12']: ++ sys.stderr.write("Only Python 3.9 to 3.12 are supported.") sys.exit(1) long_description = """pyqi (canonically pronounced pie chee) is a Python framework designed to support wrapping general commands in multiple types of interfaces, including at the command line, HTML, and API levels.""" View it on GitLab: https://salsa.debian.org/med-team/pyqi/-/compare/bd0102664d3019bb14988f4c4b3bd87b850ebdbc...e7bc51f5c575b0a1a3a7c0d4756940b8386c3ea9 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/med-team/pyqi/-/compare/bd0102664d3019bb14988f4c4b3bd87b850ebdbc...e7bc51f5c575b0a1a3a7c0d4756940b8386c3ea9 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
