[med-svn] [Git][med-team/mypy][master] Make explicit the dependencies of python3-mypy
Michael R. Crusoe
gitlab at salsa.debian.org
Wed Jan 23 20:15:08 GMT 2019
Michael R. Crusoe pushed to branch master at Debian Med / mypy
Commits:
50352f13 by Michael R. Crusoe at 2019-01-22T23:54:06Z
Make explicit the dependencies of python3-mypy
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+mypy (0.660-2) unstable; urgency=medium
+
+ * Make explicit the dependencies of python3-mypy; add "Breaks" for older
+ cwltool releases.
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Tue, 22 Jan 2019 15:53:22 -0800
+
mypy (0.660-1) unstable; urgency=medium
* New upstream version
=====================================
debian/control
=====================================
@@ -60,9 +60,12 @@ Architecture: all
Section: python
Depends: ${misc:Depends},
${python3:Depends},
+ python3-typed-ast,
+ python3-mypy-extenions,
+ python3-psutil,
python3-distutils,
python3-pkg-resources
-Breaks: mypy (<< 0.540-2)
+Breaks: mypy (<< 0.540-2), cwltool (<< 1.0.20181217162649+dfsg-9)
Replaces: mypy (<< 0.540-2)
Description: public modules for mypy (Python 3)
Add type annotations to your Python programs, and use mypy to type check them.
View it on GitLab: https://salsa.debian.org/med-team/mypy/commit/50352f13883aa92a0e09b01c35f31b66454add43
--
View it on GitLab: https://salsa.debian.org/med-team/mypy/commit/50352f13883aa92a0e09b01c35f31b66454add43
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/20190123/840d696d/attachment.html>
More information about the debian-med-commit
mailing list