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
|
Name: python-stevedore
|
||||||
Version: 3.3.0
|
Version: 3.3.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Manage dynamic plugins for Python applications
|
Summary: Manage dynamic plugins for Python applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://stevedore.readthedocs.org
|
URL: https://stevedore.readthedocs.io/
|
||||||
Source: https://pypi.debian.net/stevedore/stevedore-%{version}.tar.gz
|
Source: https://pypi.debian.net/stevedore/stevedore-%{version}.tar.gz
|
||||||
License: Apache License
|
License: Apache License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## 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
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -43,9 +44,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/stevedore-%{version}-py*.egg-info
|
%dir %{python_sitearch}/stevedore-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/stevedore-%{version}-py*.egg-info/*
|
%{python_sitearch}/stevedore-%{version}-py*.egg-info/*
|
||||||
%doc AUTHORS LICENSE ChangeLog README.rst
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 3.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user