[med-svn] [Git][med-team/conda-package-streaming][master] 4 commits: d/control: reduce python3 support to version 3.11.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sun Jan 22 09:35:01 GMT 2023



Étienne Mollier pushed to branch master at Debian Med / conda-package-streaming


Commits:
e8391e51 by Étienne Mollier at 2023-01-22T10:32:55+01:00
d/control: reduce python3 support to version 3.11.

- - - - -
d35e9270 by Étienne Mollier at 2023-01-22T10:33:23+01:00
d/t/control: remove dependency on python3-all.

- - - - -
5cb88879 by Étienne Mollier at 2023-01-22T10:33:44+01:00
d/t/run-unit-test: switch to testing agains selected python3 versions.

- - - - -
9d857332 by Étienne Mollier at 2023-01-22T10:34:39+01:00
ready to upload to unstable.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/tests/control
- debian/tests/run-unit-test


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+conda-package-streaming (0.7.0-4) unstable; urgency=medium
+
+  * Team upload.
+  * d/control: reduce python3 support to version 3.11.
+  * d/t/control: remove dependency on python3-all.
+  * d/t/run-unit-test: switch to testing agains selected python3 versions.
+
+ -- Étienne Mollier <emollier at debian.org>  Sun, 22 Jan 2023 10:34:17 +0100
+
 conda-package-streaming (0.7.0-3) unstable; urgency=medium
 
   * Team Upload.


=====================================
debian/control
=====================================
@@ -8,7 +8,8 @@ Build-Depends: debhelper-compat (= 13),
                dh-python,
                pybuild-plugin-pyproject,
                python3-flit-scm,
-               python3-all,
+# FIXME: restore python3-all support when python3.10 is removed.
+               python3,
                python3-setuptools,
                python3-pytest <!nocheck>,
                python3-pytest-cov <!nocheck>,
@@ -22,6 +23,7 @@ Vcs-Browser: https://salsa.debian.org/med-team/conda-package-streaming
 Vcs-Git: https://salsa.debian.org/med-team/conda-package-streaming.git
 Homepage: https://github.com/conda/conda-package-streaming
 Rules-Requires-Root: no
+X-Python3-Version: >= 3.11
 
 Package: python3-conda-package-streaming
 Architecture: all


=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
 Tests: run-unit-test
-Depends: @, python3-all, python3-pytest, python3-bottle, python3-boto3
+Depends: @, python3-pytest, python3-bottle, python3-boto3
 Restrictions: allow-stderr


=====================================
debian/tests/run-unit-test
=====================================
@@ -12,6 +12,6 @@ fi
 cd $AUTOPKGTEST_TMP
 cp -a ${CUR_DIR}/tests .
 
-for py in `py3versions -s`; do
+for py in `py3versions --requested`; do
 	$py -m pytest -v;
 done



View it on GitLab: https://salsa.debian.org/med-team/conda-package-streaming/-/compare/df1ecdb60ab8151670bf30e6380b625a08ab4839...9d857332d56d1b95fb9f60072e0b1abbb7866054

-- 
View it on GitLab: https://salsa.debian.org/med-team/conda-package-streaming/-/compare/df1ecdb60ab8151670bf30e6380b625a08ab4839...9d857332d56d1b95fb9f60072e0b1abbb7866054
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/20230122/9ee2c526/attachment-0001.htm>


More information about the debian-med-commit mailing list