diff --git a/mypy-0.812.tar.gz b/mypy-0.812.tar.gz deleted file mode 100644 index 994d320884b5085e2e229c8f7fd05ff8795f1283..0000000000000000000000000000000000000000 Binary files a/mypy-0.812.tar.gz and /dev/null differ diff --git a/python-mypy.spec b/python-mypy.spec index 07db7817c059df11e054ab79397cb08d83e90f86..9be554fe951426188db7a433a80e6c1fba3d3601 100644 --- a/python-mypy.spec +++ b/python-mypy.spec @@ -1,13 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy -Version: 0.812 +Version: 0.901 Release: 1 Summary: Optional static typing for Python License: MIT and Python-2.0 URL: https://github.com/python/mypy -Source0: https://github.com/python/mypy/archive/v%{version}/mypy-%{version}.tar.gz +Source0: https://github.com/python/mypy/archive/refs/tags/v%{version}.tar.gz -Requires: python3-typed-ast +Requires: python3-typed-ast Requires: python3-typing-extensions Requires: python3-mypy-extensions Requires: python3-psutil @@ -90,6 +90,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_mandir}/man1/stubgen.1* %changelog +* Fri May 06 2022 xigaoxinyan - 0.901-1 +- Upgrade to 0.901 + * Wed Jul 14 2021 huangtianhua -0.812-1 - Upgrade to 0.812 to support OpenStack-W diff --git a/v0.901.tar.gz b/v0.901.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d4385dda11a913b4dbc0be573f79794c83808a9b Binary files /dev/null and b/v0.901.tar.gz differ