diff --git a/python-stevedore.spec b/python-stevedore.spec index aab0405..1f0c547 100644 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -1,6 +1,6 @@ Name: python-stevedore Version: 5.1.0 -Release: 1mamba +Release: 2mamba Summary: Manage dynamic plugins for Python applications Group: System/Libraries Vendor: openmamba @@ -10,10 +10,11 @@ URL: https://docs.openstack.org/stevedore/latest/ Source: https://pypi.debian.net/stevedore/stevedore-%{version}.tar.gz License: Apache License ## AUTOBUILDREQ-BEGIN -BuildRequires: (python3.7dist(pbr) < 2.1 or python3.7dist(pbr) > 2.1) -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(pbr) +BuildRequires: (python3.11dist(pbr) < 2.1 or python3.11dist(pbr) > 2.1) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(pbr) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -46,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc AUTHORS LICENSE %changelog +* Wed Sep 27 2023 Automatic Build System 5.1.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sat Sep 16 2023 Automatic Build System 5.1.0-1mamba - automatic version update by autodist