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
This commit is contained in:
Todd R
2017-05-06 04:27:30 +00:00
committed by Git OBS Bridge
parent b244a0d9d6
commit 397d93765c
2 changed files with 10 additions and 3 deletions

View File

@@ -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

View File

@@ -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