From 8d1bca1b3858362dd9f72bdfa6b2cae7046170a517f2b0163e2a0dfd7d05e403 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 14 Sep 2021 12:28:39 +0000 Subject: [PATCH] Accepting request 918883 from home:DocB:branches:devel:languages:python - Version 1.3.0 * Add GROUPS frame to Window * Add exclude to Window * Add method for each type of join * Remove support for Python older than 3.5 * Support Select queries in conditionals and functions OBS-URL: https://build.opensuse.org/request/show/918883 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-sql?expand=0&rev=14 --- python-python-sql.changes | 10 ++++++++++ python-python-sql.spec | 4 +++- python-sql-1.2.2.tar.gz | 3 --- python-sql-1.3.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 python-sql-1.2.2.tar.gz create mode 100644 python-sql-1.3.0.tar.gz diff --git a/python-python-sql.changes b/python-python-sql.changes index ab26bc2..e7514d5 100644 --- a/python-python-sql.changes +++ b/python-python-sql.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 14 10:18:53 UTC 2021 - Axel Braun + +- Version 1.3.0 + * Add GROUPS frame to Window + * Add exclude to Window + * Add method for each type of join + * Remove support for Python older than 3.5 + * Support Select queries in conditionals and functions + ------------------------------------------------------------------- Fri Sep 10 07:14:18 UTC 2021 - pgajdos@suse.com diff --git a/python-python-sql.spec b/python-python-sql.spec index 7877980..72027b9 100644 --- a/python-python-sql.spec +++ b/python-python-sql.spec @@ -17,9 +17,11 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +# Requires python >= 3.5 +%define skip_python2 1 %define base_name python-sql Name: python-%{base_name} -Version: 1.2.2 +Version: 1.3.0 Release: 0 Summary: Library to write SQL queries License: BSD-3-Clause diff --git a/python-sql-1.2.2.tar.gz b/python-sql-1.2.2.tar.gz deleted file mode 100644 index c151451..0000000 --- a/python-sql-1.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d916357a0172c35eccac29064cd18cd41616fc60109a37dac0e9d11a0b1183a -size 33306 diff --git a/python-sql-1.3.0.tar.gz b/python-sql-1.3.0.tar.gz new file mode 100644 index 0000000..0d3389e --- /dev/null +++ b/python-sql-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d603a6273f2f5966bab7ce77e1f50e88818d5237ac85e566e2dc84ebfabd176 +size 32362