[med-svn] [Git][python-team/packages/mypy][master] 2 commits: Depend on python3-setuptools for autopkgtest, no longer a dependency of python3-virtualenv.
Stefano Rivera (@stefanor)
gitlab at salsa.debian.org
Fri Sep 16 10:16:26 BST 2022
Stefano Rivera pushed to branch master at Debian Python Team / packages / mypy
Commits:
2ebccef4 by Stefano Rivera at 2022-09-16T10:38:22+02:00
Depend on python3-setuptools for autopkgtest, no longer a dependency of python3-virtualenv.
- - - - -
3b80f51f by Stefano Rivera at 2022-09-16T10:38:57+02:00
Recommend python3-setuptools, required by mypyc.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,7 +1,13 @@
mypy (0.971-3) UNRELEASED; urgency=medium
+ [ Michael R. Crusoe ]
* Stop skipping tests.
+ [ Stefano Rivera ]
+ * Depend on python3-setuptools for autopkgtest, no longer a dependency of
+ python3-virtualenv.
+ * Recommend python3-setuptools, required by mypyc.
+
-- Michael R. Crusoe <crusoe at debian.org> Wed, 17 Aug 2022 19:51:00 +0200
mypy (0.971-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -87,7 +87,7 @@ Depends: ${misc:Depends},
python3-psutil,
python3-distutils,
python3-pkg-resources
-Recommends: python3-lxml
+Recommends: python3-lxml, python3-setuptools
Description: public modules for mypy (Python 3)
Add type annotations to your Python programs, and use mypy to type check them.
Mypy is essentially a Python linter on steroids, and it can catch many
=====================================
debian/tests/control
=====================================
@@ -1,3 +1,10 @@
Tests: run-unit-test
-Depends: mypy, python3-typeshed, python3-pytest-xdist, python3-virtualenv, python3-lxml, python3-dev, gcc
+Depends: gcc,
+ mypy,
+ python3-dev,
+ python3-lxml,
+ python3-pytest-xdist,
+ python3-setuptools,
+ python3-typeshed,
+ python3-virtualenv
Restrictions: allow-stderr
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/4467e0fccb1b889977b3aad6b3b9e23f7fb3a308...3b80f51fbf1977ee7812fcecbe33f3bd2bc736ab
--
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/4467e0fccb1b889977b3aad6b3b9e23f7fb3a308...3b80f51fbf1977ee7812fcecbe33f3bd2bc736ab
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/20220916/678e7e8d/attachment-0001.htm>
More information about the debian-med-commit
mailing list