forked from pool/python-python-sql
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:
committed by
Git OBS Bridge
parent
5e12cfbf09
commit
cb144d0a00
@@ -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
|
Thu Jun 30 13:11:32 UTC 2016 - axel.braun@gmx.de
|
||||||
|
|
||||||
|
@@ -15,14 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%define base_name python-sql
|
||||||
Name: python-sql
|
Name: python-%{base_name}
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
Version: 0.8
|
Version: 0.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: https://pypi.python.org/packages/source/p/python-sql/%{name}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/c5/4b/c8c15049bc683428c8248eb37a0f22e9ad20e7853f8215ca8deb023ed689/%{base_name}-%{version}.tar.gz
|
||||||
Url: https://pypi.python.org/pypi/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()")}
|
||||||
%else
|
%else
|
||||||
@@ -31,13 +31,13 @@ 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}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{base_name}-%{version}-build
|
||||||
|
|
||||||
%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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{base_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
Reference in New Issue
Block a user