[med-svn] [Git][med-team/mypy][master] Fix the version of mypy_extension.

Michael R. Crusoe gitlab at salsa.debian.org
Sat Oct 13 13:53:13 BST 2018


Michael R. Crusoe pushed to branch master at Debian Med / mypy


Commits:
a5ec3512 by Michael R. Crusoe at 2018-09-18T18:38:17Z
Fix the version of mypy_extension.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/adjust-mypy-extensions-version
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+mypy (0.630-2) unstable; urgency=medium
+
+  * Fix the version of mypy_extension. Closes: #909070, #909068
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Tue, 18 Sep 2018 11:38:12 -0700
+
 mypy (0.630-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/patches/adjust-mypy-extensions-version
=====================================
@@ -0,0 +1,13 @@
+Author: Michael R. Crusoe <michael.crusoe at gmail.com>
+Description: match the published version on PyPI
+--- mypy.orig/extensions/setup.py
++++ mypy/extensions/setup.py
+@@ -2,7 +2,7 @@
+ 
+ from setuptools import setup
+ 
+-version = '0.5.0-dev'
++version = '0.4.1'
+ description = 'Experimental type system extensions for programs checked with the mypy typechecker.'
+ long_description = '''
+ Mypy Extensions


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 adjust-test-py-path
+adjust-mypy-extensions-version



View it on GitLab: https://salsa.debian.org/med-team/mypy/commit/a5ec351255dcb34b946626337ec848966930220e

-- 
View it on GitLab: https://salsa.debian.org/med-team/mypy/commit/a5ec351255dcb34b946626337ec848966930220e
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/20181013/fcd0fb04/attachment.html>


More information about the debian-med-commit mailing list