Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Due to a racing condition between two uploads this one has won as debian/0.580-2.
· 55a6b361
Andreas Tille
authored
Apr 04, 2018
55a6b361
Add basic autopkgtest and enable autopkgtest-pkg-python
· a1127f04
Andreas Tille
authored
Apr 04, 2018
a1127f04
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a1127f04
mypy (0.580-
2
)
unstable
; urgency=medium
mypy (0.580-
3
)
UNRELEASED
; urgency=medium
* Add basic autopkgtest and enable autopkgtest-pkg-python
* mypy: also depend on python3-pkg-resources (Closes: #894075)
-- Michael R. Crusoe <michael.crusoe@gmail.com> Wed, 04 Apr 2018 04:31:28 -0700
mypy (0.580-2) unstable; urgency=medium
* Team upload
* Depends: python3-pkg-resources
Closes: #894075
-- Andreas Tille <tille@debian.org> Wed, 04 Apr 2018 13:41:34 +0200
mypy (0.580-1) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
a1127f04
...
...
@@ -2,6 +2,7 @@ Source: mypy
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Section: utils
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-python,
...
...
@@ -21,14 +22,12 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/mypy.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/mypy.git
Homepage: http://www.mypy-lang.org/
X-Python3-Version: >= 3.2
Testsuite: autopkgtest-pkg-python
Package: mypy
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-mypy,
python3-pkg-resources
python3-mypy
Suggests: mypy-doc
Description: optional static typing for Python
Add type annotations to your Python programs, and use mypy to type check them.
...
...
@@ -59,7 +58,8 @@ Architecture: all
Section: python
Depends: ${misc:Depends},
${python3:Depends},
python3-distutils
python3-distutils,
python3-pkg-resources
Breaks: mypy (<< 0.540-2)
Replaces: mypy (<< 0.540-2)
Description: public modules for mypy (Python 3)
...
...