From 397d93765c298052447050c953416cd5656ed580a814efd3c17136b498734281 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sat, 6 May 2017 04:27:30 +0000 Subject: [PATCH] Accepting request 493121 from home:TheBlackCat:branches:devel:languages:python Don't provide python2-lazy_object_proxy, singlespec packages should use correct name. OBS-URL: https://build.opensuse.org/request/show/493121 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lazy-object-proxy?expand=0&rev=3 --- python-lazy-object-proxy.changes | 6 ++++++ python-lazy-object-proxy.spec | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-lazy-object-proxy.changes b/python-lazy-object-proxy.changes index 6a26183..515113f 100644 --- a/python-lazy-object-proxy.changes +++ b/python-lazy-object-proxy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com + +- Don't provide python2-lazy_object_proxy, singlespec packages + should use correct name. + ------------------------------------------------------------------- Mon Feb 27 14:04:16 UTC 2017 - jmatejek@suse.com diff --git a/python-lazy-object-proxy.spec b/python-lazy-object-proxy.spec index 42112ec..e922398 100644 --- a/python-lazy-object-proxy.spec +++ b/python-lazy-object-proxy.spec @@ -31,13 +31,14 @@ BuildRequires: %{python_module six} BuildRequires: python-rpm-macros Requires: python-six BuildRoot: %{_tmppath}/%{name}-%{version}-build - -Obsoletes: python-lazy_object_proxy < %{version}-%{release} -Provides: python-lazy_object_proxy = %{version}-%{release} %ifpython2 Obsoletes: %{oldpython}-lazy_object_proxy < %{version} Provides: %{oldpython}-lazy_object_proxy = %{version} %endif +%ifpython3 +Obsoletes: python3-lazy_object_proxy < %{version}-%{release} +Provides: python3-lazy_object_proxy = %{version}-%{release} +%endif %python_subpackages