1
0

Accepting request 493139 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/493139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lazy-object-proxy?expand=0&rev=2
This commit is contained in:
2017-05-06 16:31:27 +00:00
committed by Git OBS Bridge
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