- properly provide/obsolete python3-websocket-client-test

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=23
This commit is contained in:
Dirk Mueller 2017-09-05 07:57:49 +00:00 committed by Git OBS Bridge
parent d1dc559d10
commit bb26e3becf
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 5 07:57:36 UTC 2017 - dmueller@suse.com
- properly provide/obsolete python3-websocket-client-test
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 28 16:25:44 UTC 2017 - tbechtold@suse.com Mon Aug 28 16:25:44 UTC 2017 - tbechtold@suse.com

View File

@ -24,7 +24,6 @@
%endif %endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
%bcond_without test %bcond_without test
Name: python-websocket-client Name: python-websocket-client
Version: 0.44.0 Version: 0.44.0
@ -45,9 +44,9 @@ Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun): update-alternatives
%ifpython2 %ifpython2
Requires: %ssl_match_hostname Requires: %ssl_match_hostname
Provides: %{oldpython}-websocket-client-test = %{version}
Obsoletes: %{oldpython}-websocket-client-test < %{version}
%endif %endif
Provides: python-websocket-client-test = %{version}
Obsoletes: python-websocket-client-test < %{version}
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages