rebuilt with distdeps [release 3.3.0-2mamba;Tue Aug 31 2021]
This commit is contained in:
parent
d458d40d58
commit
20f0dc0181
@ -1,19 +1,20 @@
|
||||
Name: python-stevedore
|
||||
Version: 3.3.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Manage dynamic plugins for Python applications
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://stevedore.readthedocs.org
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://stevedore.readthedocs.io/
|
||||
Source: https://pypi.debian.net/stevedore/stevedore-%{version}.tar.gz
|
||||
License: Apache License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: (python3.7dist(pbr) < 2.1 or python3.7dist(pbr) > 2.1)
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(importlib-metadata)
|
||||
BuildRequires: python3.7dist(pbr)
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -43,9 +44,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/stevedore-%{version}-py*.egg-info
|
||||
%{python_sitearch}/stevedore-%{version}-py*.egg-info/*
|
||||
%doc AUTHORS LICENSE ChangeLog README.rst
|
||||
%doc AUTHORS LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Aug 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.0-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 3.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user