rebuilt with distdeps [release 0.5.0-2mamba;Mon Aug 30 2021]
This commit is contained in:
parent
145019398c
commit
bac1d3214e
@ -1,6 +1,6 @@
|
|||||||
Name: python-s3transfer
|
Name: python-s3transfer
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An Amazon S3 Transfer Manager for Python
|
Summary: An Amazon S3 Transfer Manager for Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,9 +10,9 @@ URL: https://pypi.org/project/s3transfer/
|
|||||||
Source: https://pypi.debian.net/s3transfer/s3transfer-%{version}.tar.gz
|
Source: https://pypi.debian.net/s3transfer/s3transfer-%{version}.tar.gz
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(botocore)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -40,14 +40,13 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
## note: this list is just an example; modify as required
|
%dir %{python_sitearch}/s3transfer-%{version}-py*.egg-info
|
||||||
# %{python_sitearch}/%{name}.py*
|
%{python_sitearch}/s3transfer-%{version}-py*.egg-info/*
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
|
|
||||||
## note: add extra documentation (if any)
|
|
||||||
# %doc README.rst
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.0-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Sat Jul 17 2021 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
* Sat Jul 17 2021 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user