diff --git a/python-wrapt.spec b/python-wrapt.spec index c89eef61ae858d94e4e580027023c1e825372ee9..e3921b3443c9e58c0f27013b29351e2920b3f672 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-wrapt Version: 1.14.0 -Release: 2 +Release: 3 Summary: A Python module for decorators, wrappers and monkey patching License: BSD-2-Clause URL: https://github.com/GrahamDumpleton/wrapt @@ -32,6 +32,7 @@ Python3 module for wrapt module. %package help Summary: Module for decorators, wrappers and monkey patching. Provides: python3-wrapt-doc +Buildarch: noarch %description help The aim of the wrapt module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions. @@ -60,6 +61,9 @@ popd %doc docs/build/html %changelog +* Wed Aug 21 2024 Guangtao Huang - 1.14.0-3 +- Add Buildarch: noarch' to the help subpackage + * Tue Nov 22 2022 xu_ping - 1.14.0-2 - Modify invalid source