diff --git a/python-wrapt-1.10.spec b/python-wrapt-1.10.spec index 9df5b40..b1e3b20 100644 --- a/python-wrapt-1.10.spec +++ b/python-wrapt-1.10.spec @@ -1,6 +1,6 @@ Name: python-wrapt-1.10 Version: 1.10.8 -Release: 3 +Release: 4 Summary: A Python module for decorators, wrappers and monkey patching License: BSD URL: https://github.com/GrahamDumpleton/wrapt @@ -19,6 +19,7 @@ Documentation for the wrapt module %package -n python3-wrapt-1.10 Summary: A Python module for decorators, wrappers and monkey patching +Conflicts: 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 @@ -46,6 +47,9 @@ popd %{python3_sitearch}/wrapt-%{version}-py?.?.egg-info %changelog +* Thu Oct 27 2022 yaoxin - 1.10.8-4 +- Add conficts for python3-wrapt + * Fri Nov 05 2021 huangtianhua - 1.10.8-3 - Correct package name to support multiple version