17
0

Accepting request 140019 from home:termim:branches:devel:languages:python

Update to 0.7.9

OBS-URL: https://build.opensuse.org/request/show/140019
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=28
This commit is contained in:
Ismail Dönmez
2012-11-06 08:44:18 +00:00
committed by Git OBS Bridge
parent 453f18daef
commit 8b4d3127d4
5 changed files with 229 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
Name: python3-SQLAlchemy
Version: 0.7.7
Version: 0.7.9
Release: 0
Url: http://www.sqlalchemy.org
Summary: Database Abstraction Library
@@ -25,10 +25,10 @@ License: MIT
Group: Development/Languages/Python
Source0: http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python3-2to3
BuildRequires: python3-devel
BuildRequires: python3-distribute
BuildRequires: python3-nose
BuildRequires: python3-2to3
%if 0%{?suse_version} <= 1140
%{!?python3_sitelib: %global python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%{!?py3_ver: %global py3_ver %(python3 -c "import sys; version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); print(version)" 2>/dev/null || echo PYTHON-NOT-FOUND)}