diff --git a/python-wrapt.spec b/python-wrapt.spec index 0369c6a964b9e528bc16807ad7f796454bbb3dba..e5fc2e9f737c6c3f166e6c1f220258c5817fc7e9 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-wrapt Version: 1.16.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.16.0-2 +- Add Buildarch: noarch' to the help subpackage + * Fri May 17 2024 wuzhaomin 1.16.0-1 - Upgrade version to 1.16.0 - Fix typos in method name string use in errors.