diff --git a/mypy-0.800.tar.gz b/mypy-0.800.tar.gz deleted file mode 100644 index 668d3411217b369b03dbed86c561aa903f0626e3..0000000000000000000000000000000000000000 Binary files a/mypy-0.800.tar.gz and /dev/null differ diff --git a/mypy-0.812.tar.gz b/mypy-0.812.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..994d320884b5085e2e229c8f7fd05ff8795f1283 Binary files /dev/null and b/mypy-0.812.tar.gz differ diff --git a/python-mypy.spec b/python-mypy.spec index 9c1b04dc2d2af65b85dc2ca9e884194a2d8f4521..07db7817c059df11e054ab79397cb08d83e90f86 100644 --- a/python-mypy.spec +++ b/python-mypy.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy -Version: 0.800 -Release: 2 +Version: 0.812 +Release: 1 Summary: Optional static typing for Python License: MIT and Python-2.0 URL: https://github.com/python/mypy @@ -27,6 +27,8 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc +BuildRequires: python3-pip +BuildRequires: python3-pbr # Needed to generate the man pages BuildRequires: help2man %description -n python3-mypy @@ -49,7 +51,7 @@ features such as type inference, gradual typing, generics and union types. %prep -%autosetup -n mypy-0.800 +%autosetup -n mypy-%{version} %build %py3_build @@ -88,6 +90,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_mandir}/man1/stubgen.1* %changelog +* Wed Jul 14 2021 huangtianhua -0.812-1 +- Upgrade to 0.812 to support OpenStack-W + * Wed Aug 04 2021 chenyanpanHW - 0.800-2 - DESC: delete BuildRequires gdb