Hello community,
here is the log from the commit of package python-sqlparse for openSUSE:Factory
checked in at 2019-03-14 14:54:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sqlparse (Old)
and /work/SRC/openSUSE:Factory/.python-sqlparse.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sqlparse"
Thu Mar 14 14:54:41 2019 rev:7 rq:684138 version:0.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sqlparse/python-sqlparse.changes
2018-08-24 17:11:18.250584942 +0200
+++
/work/SRC/openSUSE:Factory/.python-sqlparse.new.28833/python-sqlparse.changes
2019-03-14 14:54:42.939766639 +0100
@@ -1,0 +2,26 @@
+Tue Mar 12 01:49:22 UTC 2019 - John Vandenberg <[email protected]>
+
+- Move fdupes from %check to %install
+- Update to v0.3.0
+ * Remove support for Python 3.3.
+ * New formatting option "--indent_after_first"
+ * New formatting option "--indent_columns"
+ * Add UPSERT keyword
+ * Strip multiple whitespace within parentheses
+ * Support double slash (//) comments
+ * Support for Calcite temporal keywords
+ * Fix occasional IndexError
+ * Fix incorrect splitting of strings containing new lines
+ * Fix reindent issue for parenthesis
+ * Fix from( parsing issue
+ * Fix for get_real_name() to return correct name
+ * Wrap function params when wrap_after is set
+ * Fix parsing of "WHEN name" clauses
+ * Add missing EXPLAIN keyword
+ * Fix issue with strip_comments causing a syntax error
+ * Fix formatting on INSERT which caused staircase effect on values
+ * Avoid formatting of psql commands
+ * Unify handling of GROUP BY/ORDER BY
+ * Remove unnecessary compat shim for bytes
+
+-------------------------------------------------------------------
Old:
----
sqlparse-0.2.4.tar.gz
New:
----
sqlparse-0.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sqlparse.spec ++++++
--- /var/tmp/diff_new_pack.VWihOp/_old 2019-03-14 14:54:43.587766539 +0100
+++ /var/tmp/diff_new_pack.VWihOp/_new 2019-03-14 14:54:43.591766539 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-sqlparse
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sqlparse
-Version: 0.2.4
+Version: 0.3.0
Release: 0
Summary: Non-validating SQL parser
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/andialbrecht/sqlparse
Source:
https://files.pythonhosted.org/packages/source/s/sqlparse/sqlparse-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -50,6 +49,7 @@
%install
%python_install
%python_clone -a %{buildroot}%{_bindir}/sqlformat
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%post
%python_install_alternative sqlformat
@@ -59,10 +59,8 @@
%check
%python_exec %{_bindir}/py.test tests
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%defattr(-,root,root,-)
%doc AUTHORS README.rst
%license LICENSE
%python_alternative %{_bindir}/sqlformat
++++++ sqlparse-0.2.4.tar.gz -> sqlparse-0.3.0.tar.gz ++++++
++++ 1991 lines of diff (skipped)