17
0

Accepting request 620059 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/620059
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=115
This commit is contained in:
2018-07-01 21:24:33 +00:00
committed by Git OBS Bridge
parent 27c2b295e7
commit 0cf291d7da
5 changed files with 146 additions and 53 deletions

View File

@@ -20,14 +20,13 @@
%define oldpython python
%bcond_without tests
Name: python-SQLAlchemy
Version: 1.2.8
Version: 1.2.9
Release: 0
Summary: Database Abstraction Library
License: MIT
Group: Development/Languages/Python
URL: http://www.sqlalchemy.org
Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
Patch0: fix_test_reflection.patch
BuildRequires: %{python_module devel}
# Test requirements:
BuildRequires: %{python_module mock}
@@ -70,7 +69,6 @@ reference for python-SQLAlchemy.
%prep
%setup -q -n SQLAlchemy-%{version}
%patch0 -p1
rm -rf doc/build # Remove unnecessary scripts for building documentation
sed -i 's/\r$//' examples/dynamic_dict/dynamic_dict.py