forked from pool/python-python-sql
Accepting request 639727 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/639727 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-sql?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 08:59:59 UTC 2018 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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,29 +12,23 @@
|
||||
# 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-%{**}}
|
||||
|
||||
%{?!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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
URL: https://pypi.io/project/python-sql
|
||||
Source: https://pypi.io/packages/source/p/%{base_name}/%{base_name}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -44,13 +38,15 @@ python-sql is a library to write SQL queries in a pythonic way.
|
||||
%setup -q -n %{base_name}-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%python_build
|
||||
|
||||
%install
|
||||
%python_install
|
||||
|
||||
%check
|
||||
%python_exec setup.py test
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root)
|
||||
%doc README
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07b51cc1c977ef5480fe671cae5075ad4b68a6fc67f4569782e06f012456d35c
|
||||
size 30219
|
3
python-sql-1.0.0.tar.gz
Normal file
3
python-sql-1.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bbbb1eef667679316ec9fc415f0b616a098e482b41eea73ed4945e0cd48d116
|
||||
size 31268
|
Reference in New Issue
Block a user