diff --git a/python-mypy.spec b/python-mypy.spec index bfa12dec6170aa4615863bd9980ee678a52e20ed..e146e10ba4970d4a3184dce4d65b350cb8bfb215 100644 --- a/python-mypy.spec +++ b/python-mypy.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy Version: 1.10.0 -Release: 1 +Release: 2 Summary: Optional static typing for Python License: MIT and Python-2.0 URL: https://github.com/python/mypy @@ -41,6 +41,7 @@ types. %package help Summary: Development documents and examples for mypy +Buildarch: noarch Provides: python3-mypy-doc %description help Add type annotations to your Python programs, and use mypy to type @@ -106,6 +107,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 siyongchang - 1.10.0-2 +- Added 'Buildarch:noarch' to the help subpackage + * Tue May 7 2024 tenglei - 1.10.0-1 - upgrade package to 1.10.0 - Enum private attributes are not enum members