17
0
2017-07-10 10:44:13 +00:00
committed by Git OBS Bridge
parent a7f63d76f8
commit e2f0f6705f
4 changed files with 14 additions and 6 deletions

3
SQLAlchemy-1.1.11.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76f76965e9a968ba3aecd2a8bc0d991cea04fd9a182e6c95c81f1551487b0211
size 5197520

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b65cdc73cd348448ef0164f6c77d45a9f27ca575d3c5d71ccc33adf684bc6ef0
size 5164787

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 7 18:06:52 UTC 2017 - tbechtold@suse.com
- Update to 1.1.11:
* See http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html#change-1.1.11
- Update to 1.1.10:
* See http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html#change-1.1.10
-------------------------------------------------------------------
Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com

View File

@@ -21,7 +21,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-SQLAlchemy
Version: 1.1.9
Version: 1.1.11
Release: 0
Url: http://www.sqlalchemy.org
Summary: Database Abstraction Library
@@ -29,10 +29,10 @@ License: MIT
Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# Test requirements:
BuildRequires: %{python_module nose >= 0.11}
BuildRequires: %{python_module pytest}