rebuilt with distdeps [release 1.6.0-2mamba;Sun Apr 11 2021]
This commit is contained in:
parent
79066c0133
commit
e5d3cbd7b7
@ -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 <silvan.calarco@mambasoft.it> 1.6.0-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Thu Jan 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user