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
|
Name: python-sqlparse
|
||||||
Version: 0.4.3
|
Version: 0.4.3
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A non-validating SQL parser
|
Summary: A non-validating SQL parser
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,9 +10,10 @@ URL: https://github.com/andialbrecht/sqlparse
|
|||||||
Source: https://pypi.debian.net/sqlparse/sqlparse-%{version}.tar.gz
|
Source: https://pypi.debian.net/sqlparse/sqlparse-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.7dist(setuptools)
|
BuildRequires: python3.11dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.11.5
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
|
|
||||||
@ -56,6 +57,9 @@ sed -i "\,%{_bindir},d" %{name}.filelist
|
|||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 11 2023 Sdk Build System <sdk@mambasoft.it> 0.4.3-2mamba
|
||||||
- rebuilt with python 3.10
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user