diff --git a/python-cloudpickle.spec b/python-cloudpickle.spec index 9e7230b..51938f6 100644 --- a/python-cloudpickle.spec +++ b/python-cloudpickle.spec @@ -1,6 +1,6 @@ Name: python-cloudpickle Version: 1.6.0 -Release: 1mamba +Release: 2mamba Summary: Serialize Python constructs not supported by the default pickle module from the Python standard library Group: System/Libraries Vendor: openmamba @@ -10,11 +10,8 @@ URL: https://pypi.org/project/cloudpickle/ Source: https://pypi.debian.net/cloudpickle/cloudpickle-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: python3 +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -38,12 +35,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/cloudpickle-%{version}-py*.egg-info +%{python_sitearch}/cloudpickle-%{version}-py*.egg-info/* + %doc LICENSE %changelog +* Sun Apr 11 2021 Silvan Calarco 1.6.0-2mamba +- rebuilt with distdeps + * Thu Jan 21 2021 Silvan Calarco 1.6.0-1mamba - package created using the webbuild interface