rebuilt with distdeps [release 4.0.2-2mamba;Tue Apr 19 2022]
This commit is contained in:
parent
dca175784a
commit
93e2f6b84a
@ -1,6 +1,6 @@
|
||||
Name: python-async-timeout
|
||||
Version: 4.0.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: asyncio-compatible timeout context manager
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,9 +10,9 @@ URL: https://pypi.org/project/async-timeout/
|
||||
Source: https://pypi.debian.net/async-timeout/async-timeout-%{version}.tar.gz
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(typing-extensions)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -36,13 +36,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}/async_timeout-%{version}-py*.egg-info
|
||||
%{python_sitearch}/async_timeout-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Apr 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.2-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Tue Dec 21 2021 Automatic Build System <autodist@mambasoft.it> 4.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user