!17 Update package
From: @liqiuyu123 Reviewed-by: @myeuler Signed-off-by: @myeuler
This commit is contained in:
commit
fd66c0a63d
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-sqlparse
|
||||
Version: 0.4.2
|
||||
Release: 2
|
||||
Version: 0.4.3
|
||||
Release: 1
|
||||
Summary: A non-validating SQL parser.
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/andialbrecht/sqlparse
|
||||
Source0: https://files.pythonhosted.org/packages/32/fe/8a8575debfd924c8160295686a7ea661107fc34d831429cce212b6442edb/sqlparse-0.4.2.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/ba/fa/5b7662b04b69f3a34b8867877e4dbf2a37b7f2a5c0bbb5a9eed64efd1ad1/sqlparse-0.4.3.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -40,7 +40,6 @@ A non-validating SQL parser.
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||
@ -77,6 +76,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 07 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.4.3-1
|
||||
- Update package to version 0.4.3
|
||||
|
||||
* Tue Jun 21 2022 renliang <renliang@uniontech.com> - 0.4.2-2
|
||||
- Setup.py does not execute check, To change parameters, Go to check
|
||||
|
||||
|
||||
Binary file not shown.
BIN
sqlparse-0.4.3.tar.gz
Normal file
BIN
sqlparse-0.4.3.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user