diff --git a/python-python-sql.changes b/python-python-sql.changes index f4ec1fb..d7b847d 100644 --- a/python-python-sql.changes +++ b/python-python-sql.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Apr 24 11:49:18 UTC 2017 - axel.braun@gmx.de + +- Version 0.9 + * Add distinct_on on Select + * Allow to use Select as Column of Select query + * Support Select without from clause + +------------------------------------------------------------------- +Mon Apr 17 08:32:08 UTC 2017 - axel.braun@gmx.de + +- singlespec + source URL corrected + ------------------------------------------------------------------- Thu Jun 30 14:09:28 UTC 2016 - axel.braun@gmx.de diff --git a/python-python-sql.spec b/python-python-sql.spec index 4a6934b..d626aed 100644 --- a/python-python-sql.spec +++ b/python-python-sql.spec @@ -1,7 +1,7 @@ # -# spec file for package python +# spec file for package python-python-sql # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -15,13 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%{?!python_module:%define python_module() python-%{**} python3-%{**}} + %define base_name python-sql Name: python-%{base_name} -BuildRequires: python-devel -BuildRequires: python-setuptools -Version: 0.8 +BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros +Version: 0.9 Release: 0 -Source: https://files.pythonhosted.org/packages/c5/4b/c8c15049bc683428c8248eb37a0f22e9ad20e7853f8215ca8deb023ed689/%{base_name}-%{version}.tar.gz +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()")} @@ -31,7 +34,8 @@ BuildArch: noarch Summary: Library to write SQL queries License: BSD-3-Clause Group: Development/Languages/Python -BuildRoot: %{_tmppath}/%{base_name}-%{version}-build +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%python_subpackages %description python-sql is a library to write SQL queries in a pythonic way. @@ -40,12 +44,12 @@ python-sql is a library to write SQL queries in a pythonic way. %setup -q -n %{base_name}-%{version} %build -python setup.py build +%python_build %install -python setup.py install --prefix=%_prefix --root=%buildroot +%python_install -%files +%files %{python_files} %defattr(-,root,root) %doc README %{python_sitelib}/* diff --git a/python-sql-0.8.tar.gz b/python-sql-0.8.tar.gz deleted file mode 100644 index 01a462e..0000000 --- a/python-sql-0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:020ed78e77f0321f30e40f4e316e944b24a3b995ce6af6eec2d8e1aed3483376 -size 29853 diff --git a/python-sql-0.9.tar.gz b/python-sql-0.9.tar.gz new file mode 100644 index 0000000..1e1128c --- /dev/null +++ b/python-sql-0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b51cc1c977ef5480fe671cae5075ad4b68a6fc67f4569782e06f012456d35c +size 30219