From 893c17ef35b6fcc1675226cf8350250ef5b75d0f Mon Sep 17 00:00:00 2001 From: David Shea Date: Dec 21 2015 14:29:27 +0000 Subject: Fix an internal error when updating a partial type from an outer scope --- diff --git a/.gitignore b/.gitignore index 26b3288..b817ea2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mypy-0.2.0-4167eca.tar.gz +/mypy-0.2.0-2736e25.tar.gz diff --git a/python3-mypy.spec b/python3-mypy.spec index 64d81ca..434fb6d 100644 --- a/python3-mypy.spec +++ b/python3-mypy.spec @@ -1,9 +1,9 @@ -%global checkout 4167eca +%global checkout 2736e25 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.dev20151217git%{?dist} +Release: 1.dev20151220git%{?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-4167eca/ 4167eca | gzip -c9 > mypy-0.2.0-4167eca.tar.gz +# git archive --prefix=mypy-0.2.0-2736e25/ 2736e25 | gzip -c9 > mypy-0.2.0-2736e25.tar.gz Source0: mypy-%{version}-%{checkout}.tar.gz # The bundled typing.py is not needed with python 3.5 @@ -40,7 +40,8 @@ running them! %prep %autosetup -n mypy-%{version}-%{checkout} -p1 -%build %py3_build +%build +%py3_build %install %py3_install @@ -70,5 +71,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_prefix}/lib/mypy %changelog +* Mon Dec 21 2015 David Shea - 0.2.0-1.dev20151220git +- Fix an internal error when updating a partial type from an outer scope + * Thu Dec 17 2015 David Shea - 0.2.0-1.dev20151217git - Initial package diff --git a/sources b/sources index 05de58b..2a15384 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f81cca6d0718ec9b97d3a570905e9aa mypy-0.2.0-4167eca.tar.gz +78ac30675f7abbe9b4baf4842f058a74 mypy-0.2.0-2736e25.tar.gz