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

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}