Hello community,
here is the log from the commit of package python-websocket-client for
openSUSE:Factory checked in at 2018-12-24 11:46:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-websocket-client (Old)
and /work/SRC/openSUSE:Factory/.python-websocket-client.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-websocket-client"
Mon Dec 24 11:46:08 2018 rev:10 rq:659754 version:0.46.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-websocket-client/python-websocket-client.changes
2018-02-22 15:04:00.214635701 +0100
+++
/work/SRC/openSUSE:Factory/.python-websocket-client.new.28833/python-websocket-client.changes
2018-12-24 11:46:09.525198797 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:55:59 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-websocket-client.spec ++++++
--- /var/tmp/diff_new_pack.ezu8xQ/_old 2018-12-24 11:46:10.045198341 +0100
+++ /var/tmp/diff_new_pack.ezu8xQ/_new 2018-12-24 11:46:10.045198341 +0100
@@ -12,45 +12,42 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
# RHEL provides this backport in its own repository
%if 0%{?rhel} == 7
%define ssl_match_hostname python-backports-ssl_match_hostname
%else
%define ssl_match_hostname python-backports.ssl_match_hostname
%endif
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-websocket-client
Version: 0.46.0
Release: 0
Summary: WebSocket client implementation
-License: LGPL-2.1
+License: LGPL-2.1-only
Group: Development/Languages/Python
-Url: https://github.com/liris/websocket-client/releases
-Source0:
https://files.pythonhosted.org/packages/source/w/websocket-client/websocket_client-%{version}.tar.gz
+URL: https://github.com/liris/websocket-client/releases
+Source0:
https://files.pythonhosted.org/packages/source/w/websocket_client/websocket_client-%{version}.tar.gz
# PATCH-FIX-OPENSUSE use_system_cabundle.patch bnc#1076519
Patch0: use_system_cabundle.patch
-BuildRequires: %ssl_match_hostname
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
+BuildRequires: %{ssl_match_hostname}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
Requires(post): update-alternatives
Requires(postun): update-alternatives
-%ifpython2
-Requires: %ssl_match_hostname
-%endif
Provides: python-websocket-client-test = %{version}
Obsoletes: python-websocket-client-test < %{version}
BuildArch: noarch
-
+%ifpython2
+Requires: %{ssl_match_hostname}
+%endif
%python_subpackages
%description
@@ -84,8 +81,8 @@
%python_uninstall_alternative wsdump.py
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
%python_alternative %{_bindir}/wsdump.py
%{python_sitelib}/websocket/
%{python_sitelib}/websocket_client-%{version}-py*.egg-info