From de44497dd71d8764a516bd6fc4aa573c70472fe9 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:44:01 +0100 Subject: [PATCH] rebuilt with python3 = 3.11.5 [release 0.4.3-3mamba;Mon Sep 25 2023] --- python-sqlparse.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-sqlparse.spec b/python-sqlparse.spec index 4f4bb45..4fe01b7 100644 --- a/python-sqlparse.spec +++ b/python-sqlparse.spec @@ -1,6 +1,6 @@ Name: python-sqlparse Version: 0.4.3 -Release: 2mamba +Release: 3mamba Summary: A non-validating SQL parser Group: System/Libraries Vendor: openmamba @@ -10,9 +10,10 @@ URL: https://github.com/andialbrecht/sqlparse Source: https://pypi.debian.net/sqlparse/sqlparse-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(setuptools) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11.5 BuildRequires: libpython-devel Requires: python >= %python_version @@ -56,6 +57,9 @@ sed -i "\,%{_bindir},d" %{name}.filelist %doc AUTHORS LICENSE %changelog +* Mon Sep 25 2023 Automatic Build System 0.4.3-3mamba +- rebuilt with python3 = 3.11.5 + * Tue Apr 11 2023 Sdk Build System 0.4.3-2mamba - rebuilt with python 3.10