!17 Update package

From: @liqiuyu123 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-12-08 15:00:43 +00:00 committed by Gitee
commit fd66c0a63d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 5 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-sqlparse Name: python-sqlparse
Version: 0.4.2 Version: 0.4.3
Release: 2 Release: 1
Summary: A non-validating SQL parser. Summary: A non-validating SQL parser.
License: BSD License: BSD-3-Clause
URL: https://github.com/andialbrecht/sqlparse 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 BuildArch: noarch
%description %description
@ -40,7 +40,6 @@ A non-validating SQL parser.
%install %install
%py3_install %py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -77,6 +76,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Tue Jun 21 2022 renliang <renliang@uniontech.com> - 0.4.2-2
- Setup.py does not execute check, To change parameters, Go to check - 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

Binary file not shown.