From 43480e0bbc3c70616b8e0d0d8efeb982c4839e35 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Feb 04 2016 21:32:00 +0000 Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- diff --git a/python3-mypy.spec b/python3-mypy.spec index 472ca04..21668e2 100644 --- a/python3-mypy.spec +++ b/python3-mypy.spec @@ -3,7 +3,7 @@ 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.dev20160128git%{?dist} +Release: 2.dev20160128git%{?dist} Summary: A static type checker for Python %{?python_provide:%python_provide python3-mypy} @@ -74,6 +74,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_prefix}/lib/mypy %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 0.2.0-2.dev20160128git +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Jan 28 2016 David Shea - 0.2.0-1.dev20160128git - Generalize yield statement function type - Avoid crash on outrageous non-ASCII characters.