[med-svn] [Git][med-team/pyqi][master] 5 commits: Change supported python versions
Nilesh Patra
gitlab at salsa.debian.org
Fri Nov 27 18:13:33 GMT 2020
Nilesh Patra pushed to branch master at Debian Med / pyqi
Commits:
43fea973 by Nilesh Patra at 2020-11-27T23:23:28+05:30
Change supported python versions
- - - - -
1eb1de21 by Nilesh Patra at 2020-11-27T23:35:53+05:30
Superficial import test
- - - - -
b1115ac8 by Nilesh Patra at 2020-11-27T23:37:04+05:30
Override false positive
- - - - -
3926da35 by Nilesh Patra at 2020-11-27T23:37:56+05:30
Version: 4 in d/watch
- - - - -
5246d920 by Nilesh Patra at 2020-11-27T23:38:39+05:30
sv:4.5.1, compat:13
- - - - -
5 changed files:
- debian/control
- + debian/lintian-overrides
- debian/patches/2to3.patch
- + debian/tests/control
- debian/watch
Changes:
=====================================
debian/control
=====================================
@@ -3,9 +3,8 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>,
Tim Booth <tbooth at ceh.ac.uk>
Section: python
-Testsuite: autopkgtest-pkg-python
Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
dh-python,
dh-linktree,
python3,
@@ -13,7 +12,7 @@ Build-Depends: debhelper-compat (= 12),
python3-setuptools,
sphinx-common,
libjs-sphinxdoc
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
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/
=====================================
debian/lintian-overrides
=====================================
@@ -0,0 +1 @@
+embedded-javascript-library usr/share/doc/pyqi/html/_static/*
=====================================
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.7
+ Programming Language :: Python :: 3.8
++ Programming Language :: Python :: 3.9
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.7', '3.8']:
-+ sys.stderr.write("Only Python 3.7 and 3.8 are supported.")
++if ver not in ['3.8', '3.9']:
++ sys.stderr.write("Only Python 3.8 and 3.9 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."""
=====================================
debian/tests/control
=====================================
@@ -0,0 +1,7 @@
+Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import pyqi; print(pyqi)" ; done
+Depends: @, python3-all
+Restrictions: allow-stderr, superficial
+
+Test-Command: pyqi -h
+Depends: @, python3-all
+Restrictions: allow-stderr, superficial
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
opts=dversionmangle=s/\+dfsg[0-9]*// \
https://pypi.python.org/packages/source/p/pyqi/pyqi-([.\d]+)\.tar\.gz
View it on GitLab: https://salsa.debian.org/med-team/pyqi/-/compare/0d954185893719e6865815b70e68e493abb24a33...5246d92053936a3b6de2ed44f3dded09a88f034c
--
View it on GitLab: https://salsa.debian.org/med-team/pyqi/-/compare/0d954185893719e6865815b70e68e493abb24a33...5246d92053936a3b6de2ed44f3dded09a88f034c
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/20201127/cbc297e3/attachment-0001.html>
More information about the debian-med-commit
mailing list