diff --git a/python-mypy.spec b/python-mypy.spec index 9be554fe951426188db7a433a80e6c1fba3d3601..4660a3ac6b29e71c4e58e75a458d3e93441dc52a 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.931 Release: 1 Summary: Optional static typing for Python License: MIT and Python-2.0 @@ -11,6 +11,7 @@ Requires: python3-typed-ast Requires: python3-typing-extensions Requires: python3-mypy-extensions Requires: python3-psutil +Requires: python3-tomli >= 1.1.0 %description Add type annotations to your Python programs, and use mypy to type @@ -29,6 +30,11 @@ BuildRequires: python3-cffi BuildRequires: gcc BuildRequires: python3-pip BuildRequires: python3-pbr +BuildRequires: python3-typing-extensions +BuildRequires: python3-mypy-extensions +BuildRequires: python3-tomli >= 1.1.0 +BuildRequires: python3-psutil +BuildRequires: python3-typed-ast # Needed to generate the man pages BuildRequires: help2man %description -n python3-mypy @@ -90,6 +96,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_mandir}/man1/stubgen.1* %changelog +* Wed Jul 20 2022 OpenStack_SIG - 0.931-1 +- Upgrade package python-mypy to version 0.931 + * 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.931.tar.gz b/v0.931.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d1a02d2e90876203de3a2672da9390b19f646630 Binary files /dev/null and b/v0.931.tar.gz differ