diff --git a/python-mypy.spec b/python-mypy.spec index 78d94f56977b4598d9c9a370c7f950ffb06394d6..9c1b04dc2d2af65b85dc2ca9e884194a2d8f4521 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: 1 +Release: 2 Summary: Optional static typing for Python License: MIT and Python-2.0 URL: https://github.com/python/mypy @@ -27,7 +27,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: gdb # Needed to generate the man pages BuildRequires: help2man %description -n python3-mypy @@ -89,5 +88,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_mandir}/man1/stubgen.1* %changelog +* Wed Aug 04 2021 chenyanpanHW - 0.800-2 +- DESC: delete BuildRequires gdb + * Mon Feb 01 2021 yanglongkang - 0.800-1 - Package init