diff --git a/python-stevedore.spec b/python-stevedore.spec index df91482..edaf4f7 100644 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -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 -URL: http://stevedore.readthedocs.org +Packager: Silvan Calarco +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 3.3.0-2mamba +- rebuilt with distdeps + * Wed Dec 02 2020 Automatic Build System 3.3.0-1mamba - automatic version update by autodist