diff --git a/python-python-sql.changes b/python-python-sql.changes index d7b847d..d086c87 100644 --- a/python-python-sql.changes +++ b/python-python-sql.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Oct 1 08:59:59 UTC 2018 - Axel Braun + +- Version 1.0.0 + * Add Flavor filter_ to fallback to case expression + * Allow to use expression in AtTimeZone + * Add comparison predicates + * Add COLLATE + * various bugfixes + ------------------------------------------------------------------- Mon Apr 24 11:49:18 UTC 2017 - axel.braun@gmx.de diff --git a/python-python-sql.spec b/python-python-sql.spec index d626aed..ac9b641 100644 --- a/python-python-sql.spec +++ b/python-python-sql.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-sql # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,25 +12,21 @@ # 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-%{**}} %define base_name python-sql Name: python-%{base_name} -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -Version: 0.9 +Version: 1.0.0 Release: 0 Source: https://pypi.io/packages/source/p/%{base_name}/%{base_name}-%{version}.tar.gz Url: https://pypi.io/project/python-sql -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else BuildArch: noarch -%endif Summary: Library to write SQL queries License: BSD-3-Clause Group: Development/Languages/Python @@ -49,8 +45,12 @@ python-sql is a library to write SQL queries in a pythonic way. %install %python_install +%check +%python_exec setup.py test + %files %{python_files} %defattr(-,root,root) +##%license LICENSE %doc README %{python_sitelib}/* diff --git a/python-sql-0.9.tar.gz b/python-sql-0.9.tar.gz deleted file mode 100644 index 1e1128c..0000000 --- a/python-sql-0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07b51cc1c977ef5480fe671cae5075ad4b68a6fc67f4569782e06f012456d35c -size 30219 diff --git a/python-sql-1.0.0.tar.gz b/python-sql-1.0.0.tar.gz new file mode 100644 index 0000000..94ee051 --- /dev/null +++ b/python-sql-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bbbb1eef667679316ec9fc415f0b616a098e482b41eea73ed4945e0cd48d116 +size 31268