14
0

Accepting request 490298 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/490298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-sql?expand=0&rev=2
This commit is contained in:
2017-04-26 19:43:39 +00:00
committed by Git OBS Bridge
4 changed files with 31 additions and 13 deletions

View File

@@ -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 Thu Jun 30 14:09:28 UTC 2016 - axel.braun@gmx.de

View File

@@ -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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define base_name python-sql %define base_name python-sql
Name: python-%{base_name} Name: python-%{base_name}
BuildRequires: python-devel BuildRequires: %{python_module devel}
BuildRequires: python-setuptools BuildRequires: %{python_module setuptools}
Version: 0.8 BuildRequires: python-rpm-macros
Version: 0.9
Release: 0 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 Url: https://pypi.io/project/python-sql
%if 0%{?suse_version} && 0%{?suse_version} <= 1110 %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()")} %{!?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 Summary: Library to write SQL queries
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
BuildRoot: %{_tmppath}/%{base_name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%python_subpackages
%description %description
python-sql is a library to write SQL queries in a pythonic way. 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} %setup -q -n %{base_name}-%{version}
%build %build
python setup.py build %python_build
%install %install
python setup.py install --prefix=%_prefix --root=%buildroot %python_install
%files %files %{python_files}
%defattr(-,root,root) %defattr(-,root,root)
%doc README %doc README
%{python_sitelib}/* %{python_sitelib}/*

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:020ed78e77f0321f30e40f4e316e944b24a3b995ce6af6eec2d8e1aed3483376
size 29853

3
python-sql-0.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07b51cc1c977ef5480fe671cae5075ad4b68a6fc67f4569782e06f012456d35c
size 30219