[med-svn] [Git][med-team/mypy][master] 2 commits: Fix dependecy version between mypy and python3-mypy. Closes: #921990.
Michael R. Crusoe
gitlab at salsa.debian.org
Mon Feb 11 13:33:12 GMT 2019
Michael R. Crusoe pushed to branch master at Debian Med / mypy
Commits:
21eb078c by Michael R. Crusoe at 2019-02-11T10:40:38Z
Fix dependecy version between mypy and python3-mypy. Closes: #921990.
- - - - -
e1c1ae66 by Michael R. Crusoe at 2019-02-11T10:49:20Z
upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,7 @@
-mypy (0.670-2) UNRELEASED; urgency=medium
+mypy (0.670-2) unstable; urgency=medium
* Include upstream's README.md in the the mypy binary package.
+ * Fix dependecy version between mypy and python3-mypy. Closes: #921990.
-- Michael R. Crusoe <michael.crusoe at gmail.com> Sun, 10 Feb 2019 00:25:00 -0800
=====================================
debian/control
=====================================
@@ -1,4 +1,5 @@
Source: mypy
+Description: optional static typing for Python
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>
Section: utils
@@ -28,9 +29,9 @@ Package: mypy
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
- python3-mypy
+ python3-mypy (= ${binary:Version})
Suggests: mypy-doc
-Description: optional static typing for Python
+Description: ${source:Synopsis}
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
programming errors by analyzing your program, without actually having to run
View it on GitLab: https://salsa.debian.org/med-team/mypy/compare/fb119329fe41090b56b672033433d4c0b6c64609...e1c1ae6675f2d7ce1bd259ac99844ac304df6e0d
--
View it on GitLab: https://salsa.debian.org/med-team/mypy/compare/fb119329fe41090b56b672033433d4c0b6c64609...e1c1ae6675f2d7ce1bd259ac99844ac304df6e0d
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/20190211/24b1bf36/attachment-0001.html>
More information about the debian-med-commit
mailing list