[med-svn] [Git][med-team/pyqi][master] 2 commits: d/p/2to3.patch: Also allow python3.10 as supported option (Closes: #1009462)
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Fri Apr 15 21:34:35 BST 2022
Nilesh Patra pushed to branch master at Debian Med / pyqi
Commits:
4356ff2e by Nilesh Patra at 2022-04-16T02:01:24+05:30
d/p/2to3.patch: Also allow python3.10 as supported option (Closes: #1009462)
- - - - -
a8aac292 by Nilesh Patra at 2022-04-16T02:01:24+05:30
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/patches/2to3.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+pyqi (0.3.2+dfsg-8) unstable; urgency=medium
+
+ * Team Upload.
+ * d/p/2to3.patch: Also allow python3.10 as
+ supported option (Closes: #1009462)
+
+ -- Nilesh Patra <nilesh at debian.org> Sat, 16 Apr 2022 02:00:57 +0530
+
pyqi (0.3.2+dfsg-7) unstable; urgency=medium
* Team Upload
=====================================
debian/patches/2to3.patch
=====================================
@@ -752,8 +752,8 @@ Last-Update: Wed, 11 Sep 2019 11:43:51 +0200
Programming Language :: Python
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3.3
-+ Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
++ Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Operating System :: OS Independent
Operating System :: POSIX
@@ -763,8 +763,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.8', '3.9']:
-+ sys.stderr.write("Only Python 3.8 and 3.9 are supported.")
++if ver not in ['3.9', '3.10']:
++ sys.stderr.write("Only Python 3.9 and 3.10 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/9dd48cf030fbe8c6a51e93d8f02d25749b8fe161...a8aac2921b024dbf96478fbd629931c8f0a627de
--
View it on GitLab: https://salsa.debian.org/med-team/pyqi/-/compare/9dd48cf030fbe8c6a51e93d8f02d25749b8fe161...a8aac2921b024dbf96478fbd629931c8f0a627de
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/20220415/8231dd89/attachment-0001.htm>
More information about the debian-med-commit
mailing list