diff --git a/python-wrapt.spec b/python-wrapt.spec index d24bb71f5c6a015ac982032a4fde86e31a943efa..ff67ab23cac801f3cd6bf4988b569290101d6b40 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-wrapt Version: 1.15.0 -Release: 1 +Release: 2 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.15.0-2 +- Add Buildarch: noarch' to the help subpackage + * Tue Apr 04 2023 xu_ping - 1.15.0-1 - Upgrade version to 1.15.0