From c30e6bde85f1384a5978e600b5719cb5cb2a38b8 Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 07:16:21 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- python-mypy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-mypy.spec b/python-mypy.spec index d2b6519..0b2a5ce 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: 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 @@ -90,6 +91,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_mandir}/man1/stubgen.1* %changelog +* Tue Aug 20 2024 siyongchang - 0.982-2 +- Added 'Buildarch:noarch' to the help subpackage + * Thu Apr 11 2024 wangjing - 0.982-1 - update package of version 0.982 - Restore Type vs Callable special-casing that was broken in refactoring -- Gitee