diff --git a/.gitignore b/.gitignore index f511ef0..0a70012 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /mypy-0.2.0-4167eca.tar.gz /mypy-0.2.0-2736e25.tar.gz /mypy-0.2.0-5559de4.tar.gz +/mypy-0.2.0-cd96f02.tar.gz diff --git a/python3-mypy.spec b/python3-mypy.spec index c8a06d3..f67c11f 100644 --- a/python3-mypy.spec +++ b/python3-mypy.spec @@ -1,9 +1,9 @@ -%global checkout 5559de4 +%global checkout cd96f02 Name: python3-mypy # Last actual version was 0.2.0, which is 7805b2c, continues as 0.2.0_dev Version: 0.2.0 -Release: 1.dev20160104git.1%{?dist} +Release: 1.dev20160111git%{?dist} Summary: A static type checker for Python %{?python_provide:%python_provide python3-mypy} @@ -11,7 +11,7 @@ Summary: A static type checker for Python # package does not include those files License: MIT URL: https://github.com/JukkaL/mypy -# git archive --prefix=mypy-0.2.0-5559de4/ 5559de4 | gzip -c9 > mypy-0.2.0-5559de4.tar.gz +# git archive --prefix=mypy-0.2.0-cd96f02/ cd96f02 | gzip -c9 > mypy-0.2.0-cd96f02.tar.gz Source0: mypy-%{version}-%{checkout}.tar.gz # The bundled typing.py is not needed with python 3.5 @@ -77,6 +77,14 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_prefix}/lib/mypy %changelog +* Mon Jan 11 2016 David Shea - 0.2.0-1.dev20160111git +- Add support for more kinds of function redefinition +- Allow conditionally assigning None to a module +- Support conditionally defined nested functions +- Tighten argument type for Instance(erased=...) from Any to bool. +- Reformat a few messages so they are easier to find using grep. +- Update README.md to fix installation instructions for Python 3.5 + * Thu Jan 7 2016 David Shea - 0.2.0-1.dev20160104git.1 - Fix a bug in the discovery of the typeshed files diff --git a/sources b/sources index 3e04767..7a72406 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8d0e030a53bea7653d3c0e6d75b78a5f mypy-0.2.0-5559de4.tar.gz +d707aa0c543cdf2eeb832b26d956dcb1 mypy-0.2.0-cd96f02.tar.gz