diff --git a/python-wrapt.spec b/python-wrapt-1.10.spec similarity index 84% rename from python-wrapt.spec rename to python-wrapt-1.10.spec index 3f4badc..9df5b40 100644 --- a/python-wrapt.spec +++ b/python-wrapt-1.10.spec @@ -1,6 +1,6 @@ -Name: python-wrapt +Name: python-wrapt-1.10 Version: 1.10.8 -Release: 2 +Release: 3 Summary: A Python module for decorators, wrappers and monkey patching License: BSD URL: https://github.com/GrahamDumpleton/wrapt @@ -17,9 +17,9 @@ BuildRequires: python-sphinx python-sphinx_rtd_theme %description doc Documentation for the wrapt module -%package -n python3-wrapt +%package -n python3-wrapt-1.10 Summary: A Python module for decorators, wrappers and monkey patching -%description -n python3-wrapt +%description -n python3-wrapt-1.10 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. @@ -39,13 +39,16 @@ popd %files doc %doc docs/build/html -%files -n python3-wrapt +%files -n python3-wrapt-1.10 %doc README.rst %license LICENSE %{python3_sitearch}/wrapt %{python3_sitearch}/wrapt-%{version}-py?.?.egg-info %changelog +* Fri Nov 05 2021 huangtianhua - 1.10.8-3 +- Correct package name to support multiple version + * Fri Jul 09 2021 wangyue - 1.10.8-2 - Fix build error:Empty %file wrapt-1.10.8/debugfiles.list