17
0

Accepting request 399999 from home:tbechtold:branches:devel:languages:python

- update to 1.0.13:
  * see http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.12
    and http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.13
Remove 0001-fix-sqlite3.10.0-test.patch. Applied upstream.

OBS-URL: https://build.opensuse.org/request/show/399999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=79
This commit is contained in:
2016-06-06 11:13:22 +00:00
committed by Git OBS Bridge
parent 9bdebf9a74
commit 00f9254901
5 changed files with 12 additions and 158 deletions

View File

@@ -17,16 +17,13 @@
Name: python-SQLAlchemy
Version: 1.0.11
Version: 1.0.13
Release: 0
Url: http://www.sqlalchemy.org
Summary: Database Abstraction Library
License: MIT
Group: Development/Languages/Python
Source0: http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
# PATCH-FIX-UPSTREAM 0001-fix-sqlite3.10.0-test.patch
# https://bitbucket.org/zzzeek/sqlalchemy/issues/3633/sqlite-dotted-names-limitation-repaired-in
Patch1: 0001-fix-sqlite3.10.0-test.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools
@@ -64,7 +61,6 @@ reference for python-SQLAlchemy.
%prep
%setup -q -n SQLAlchemy-%{version}
%patch1 -p1
rm -rf doc/build # Remove unnecessary scripts for building documentation
sed -i 's/\r$//' examples/dynamic_dict/dynamic_dict.py