diff --git a/python-mypy.spec b/python-mypy.spec index 9be554fe951426188db7a433a80e6c1fba3d3601..d2b65193c05a28544e68f514a97f7f1bef4ae72b 100644 --- a/python-mypy.spec +++ b/python-mypy.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy -Version: 0.901 +Version: 0.982 Release: 1 Summary: Optional static typing for Python License: MIT and Python-2.0 @@ -90,6 +90,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_mandir}/man1/stubgen.1* %changelog +* Thu Apr 11 2024 wangjing - 0.982-1 +- update package of version 0.982 +- Restore Type vs Callable special-casing that was broken in refactoring + * Fri May 06 2022 xigaoxinyan - 0.901-1 - Upgrade to 0.901 diff --git a/v0.901.tar.gz b/v0.901.tar.gz deleted file mode 100644 index d4385dda11a913b4dbc0be573f79794c83808a9b..0000000000000000000000000000000000000000 Binary files a/v0.901.tar.gz and /dev/null differ diff --git a/v0.982.tar.gz b/v0.982.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7cdf871a2ab54569c84670a74e75ac2daa5549b3 Binary files /dev/null and b/v0.982.tar.gz differ