14
0

Accepting request 405765 from Application:ERP:Tryton:3.8

pypi link changed

OBS-URL: https://build.opensuse.org/request/show/405765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-sql?expand=0&rev=2
This commit is contained in:
Thomas Bechtold
2016-07-04 05:09:24 +00:00
committed by Git OBS Bridge
parent 5e12cfbf09
commit cb144d0a00
2 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 30 14:09:28 UTC 2016 - axel.braun@gmx.de
- corrected name/metaname
-------------------------------------------------------------------
Thu Jun 30 13:11:32 UTC 2016 - axel.braun@gmx.de

View File

@@ -15,14 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-sql
%define base_name python-sql
Name: python-%{base_name}
BuildRequires: python-devel
BuildRequires: python-setuptools
Version: 0.8
Release: 0
Source: https://pypi.python.org/packages/source/p/python-sql/%{name}-%{version}.tar.gz
Url: https://pypi.python.org/pypi/python-sql
Source: https://files.pythonhosted.org/packages/c5/4b/c8c15049bc683428c8248eb37a0f22e9ad20e7853f8215ca8deb023ed689/%{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
@@ -31,13 +31,13 @@ BuildArch: noarch
Summary: Library to write SQL queries
License: BSD-3-Clause
Group: Development/Languages/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRoot: %{_tmppath}/%{base_name}-%{version}-build
%description
python-sql is a library to write SQL queries in a pythonic way.
%prep
%setup -q -n %{name}-%{version}
%setup -q -n %{base_name}-%{version}
%build
python setup.py build