diff --git a/python-mypy.spec b/python-mypy.spec index 94052efba0e9b849a34f80e7308dcba4a372694f..7a6a7bd0e6057c1a2635556e7af37dcfc22a0bb6 100644 --- a/python-mypy.spec +++ b/python-mypy.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy Version: 0.982 -Release: 2 +Release: 3 Summary: Optional static typing for Python License: MIT and Python-2.0 URL: https://github.com/python/mypy @@ -43,6 +43,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 @@ -92,6 +93,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_mandir}/man1/stubgen.1* %changelog +* Tue Aug 20 2024 siyongchang - 0.982-3 +- Added 'Buildarch:noarch' to the help subpackage + * Thu Apr 25 2024 Han Guangyu - 0.982-2 - Drop redundant Requires python3-typed-ast when python version >= 3.8