diff --git a/python-wrapt.spec b/python-wrapt.spec index 1b379e5..3f4badc 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,11 +1,11 @@ Name: python-wrapt Version: 1.10.8 -Release: 1 +Release: 2 Summary: A Python module for decorators, wrappers and monkey patching License: BSD URL: https://github.com/GrahamDumpleton/wrapt Source0: https://github.com/GrahamDumpleton/wrapt/archive/%{version}.tar.gz -BuildRequires: python3-devel +BuildRequires: python3-devel gcc %description 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 @@ -46,5 +46,8 @@ popd %{python3_sitearch}/wrapt-%{version}-py?.?.egg-info %changelog +* Fri Jul 09 2021 wangyue - 1.10.8-2 +- Fix build error:Empty %file wrapt-1.10.8/debugfiles.list + * Thu Apr 14 2021 huanghaitao - 1.10.8-1 - package init