From a7f63d76f8851aa064a517e530e34966aa4f558268000fe7c5aeccc9bc77154f Mon Sep 17 00:00:00 2001 From: Todd R Date: Sat, 6 May 2017 04:25:35 +0000 Subject: [PATCH] Accepting request 493120 from home:TheBlackCat:branches:devel:languages:python Don't provide python2-sqlalchemy, singlespec packages should use correct name. OBS-URL: https://build.opensuse.org/request/show/493120 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=88 --- python-SQLAlchemy.changes | 6 ++++++ python-SQLAlchemy.spec | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index af283e8..7e2bea3 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -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 diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 0496d45..411e899 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -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