forked from pool/python-SQLAlchemy
Accepting request 493131 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/493131 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy?expand=0&rev=39
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Don't provide python2-sqlalchemy, singlespec packages should use
|
||||
correct name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 18:49:28 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
|
||||
@@ -38,12 +38,14 @@ BuildRequires: %{python_module nose >= 0.11}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: python-mock
|
||||
#BuildRequires: python-pysqlite
|
||||
Provides: python-sqlalchemy = %{version}
|
||||
Obsoletes: python-sqlalchemy < %{version}
|
||||
%ifpython2
|
||||
Obsoletes: %{oldpython}-sqlalchemy < %{version}
|
||||
Provides: %{oldpython}-sqlalchemy = %{version}
|
||||
%endif
|
||||
%ifpython3
|
||||
Provides: python3-sqlalchemy = %{version}
|
||||
Obsoletes: python3-sqlalchemy < %{version}
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user