diff --git a/python-ordereddict.spec b/python-ordereddict.spec index ce9be51..8341787 100644 --- a/python-ordereddict.spec +++ b/python-ordereddict.spec @@ -1,17 +1,18 @@ Name: python-ordereddict Version: 1.1 -Release: 3mamba +Release: 4mamba Summary: A drop-in substitute for Py2.7's new collections.OrderedDict Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://pypi.python.org/pypi/ordereddict +URL: https://pypi.org/project/ordereddict/ Source: https://pypi.debian.net/ordereddict/ordereddict-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba BuildArch: noarch %description @@ -44,6 +45,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Tue Sep 26 2023 Automatic Build System 1.1-4mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sat Apr 03 2021 Silvan Calarco 1.1-3mamba - rebuilt with distdeps