14
0

Accepting request 639726 from home:DocB:branches: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/639726
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-sql?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2018-10-03 08:42:26 +00:00
committed by Git OBS Bridge
parent 68ae7c5ee7
commit 5c53d9f0dc
4 changed files with 21 additions and 11 deletions

View File

@@ -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}/*