diff --git a/python-sqlparse.spec b/python-sqlparse.spec index 7a9228d..bc8cd59 100644 --- a/python-sqlparse.spec +++ b/python-sqlparse.spec @@ -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 - 0.4.3-1 +- Update package to version 0.4.3 + * Tue Jun 21 2022 renliang - 0.4.2-2 - Setup.py does not execute check, To change parameters, Go to check diff --git a/sqlparse-0.4.2.tar.gz b/sqlparse-0.4.2.tar.gz deleted file mode 100644 index 30d6f13..0000000 Binary files a/sqlparse-0.4.2.tar.gz and /dev/null differ diff --git a/sqlparse-0.4.3.tar.gz b/sqlparse-0.4.3.tar.gz new file mode 100644 index 0000000..d1b8e43 Binary files /dev/null and b/sqlparse-0.4.3.tar.gz differ