diff --git a/python-babel.spec b/python-babel.spec index ab17929..777e920 100644 --- a/python-babel.spec +++ b/python-babel.spec @@ -1,6 +1,6 @@ Name: python-babel Version: 2.12.1 -Release: 2mamba +Release: 3mamba Summary: Library for internationalizing Python applications Group: System/Libraries/Python Vendor: openmamba @@ -10,10 +10,10 @@ URL: https://babel.pocoo.org/en/latest/ Source: https://pypi.debian.net/Babel/Babel-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(pytz) -BuildRequires: python3.7dist(setuptools) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba BuildArch: noarch %description @@ -67,6 +67,9 @@ sed -i "s|%{_bindir}/pybabel|%{_bindir}/pybabel-%{?pyappend}|" %{name}.filelist %doc AUTHORS LICENSE %changelog +* Tue Sep 26 2023 Automatic Build System 2.12.1-3mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Thu Mar 09 2023 Silvan Calarco 2.12.1-2mamba - rebuilt with python 3.10