rebuilt with python3 = 3.11.5 [release 0.4.3-3mamba;Mon Sep 25 2023]
This commit is contained in:
parent
8d85f68997
commit
de44497dd7
@ -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 <autodist@mambasoft.it> 0.4.3-3mamba
|
||||
- rebuilt with python3 = 3.11.5
|
||||
|
||||
* Tue Apr 11 2023 Sdk Build System <sdk@mambasoft.it> 0.4.3-2mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user