rebuilt with python 3.10 [release 0.4.3-2mamba;Tue Apr 11 2023]
This commit is contained in:
parent
9e6f669a0b
commit
8d85f68997
@ -1,6 +1,6 @@
|
||||
Name: python-sqlparse
|
||||
Version: 0.4.3
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A non-validating SQL parser
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -40,13 +40,25 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%if "%{?with_pyver}" != "3"
|
||||
# Rename any conflicting file outside of python site packages tree
|
||||
for f in %{_bindir}/sqlformat; do
|
||||
mv %{buildroot}${f}{,-%{?pyappend}}
|
||||
done
|
||||
sed -i "\,%{_bindir},d" %{name}.filelist
|
||||
%endif
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/sqlformat*
|
||||
%dir %{python_sitearch}/sqlparse-%{version}-py*.egg-info
|
||||
%{python_sitearch}/sqlparse-%{version}-py*.egg-info/*
|
||||
%doc AUTHORS LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Apr 11 2023 Sdk Build System <sdk@mambasoft.it> 0.4.3-2mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
* Sun Sep 25 2022 Automatic Build System <autodist@mambasoft.it> 0.4.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user