17
0

Accepting request 492343 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/492343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy?expand=0&rev=38
This commit is contained in:
2017-05-03 13:56:49 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 1 18:49:28 UTC 2017 - toddrme2178@gmail.com
- Add literal python-sqlalchemy provides.
-------------------------------------------------------------------
Tue Apr 18 16:07:16 UTC 2017 - toddrme2178@gmail.com

View File

@@ -19,6 +19,7 @@
%bcond_without tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-SQLAlchemy
Version: 1.1.9
Release: 0
@@ -39,6 +40,10 @@ BuildRequires: python-mock
#BuildRequires: python-pysqlite
Provides: python-sqlalchemy = %{version}
Obsoletes: python-sqlalchemy < %{version}
%ifpython2
Obsoletes: %{oldpython}-sqlalchemy < %{version}
Provides: %{oldpython}-sqlalchemy = %{version}
%endif
%python_subpackages
%description