[med-svn] [mypy] 01/01: recommend python3-typed-ast for the fast parser
Michael Crusoe
misterc-guest at moszumanska.debian.org
Fri Aug 26 12:38:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository mypy.
commit 0757e63f2c32ade479350155a1b793da4d23ca7f
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date: Fri Aug 26 05:34:23 2016 -0700
recommend python3-typed-ast for the fast parser
---
debian/changelog | 6 ++++++
debian/control | 1 +
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c7a88cd..64c756e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mypy (0.4.4-2) UNRELEASED; urgency=medium
+
+ * recommend python3-typed-ast for the fast parser
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Fri, 26 Aug 2016 05:34:08 -0700
+
mypy (0.4.4-1) unstable; urgency=medium
* new upstream release
diff --git a/debian/control b/debian/control
index 8d7ac72..25e2967 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ X-Python3-Version: >= 3.2
Package: mypy
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
+Recommends: python3-typed-ast
Description: Optional static typing for Python
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mypy.git
More information about the debian-med-commit
mailing list