Hello community,

here is the log from the commit of package python-websockets for 
openSUSE:Leap:15.2 checked in at 2020-03-02 13:24:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-websockets (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-websockets.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-websockets"

Mon Mar  2 13:24:54 2020 rev:11 rq:777280 version:8.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-websockets/python-websockets.changes    
2020-01-15 15:54:11.615623705 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-websockets.new.26092/python-websockets.changes
 2020-03-02 13:24:55.258584896 +0100
@@ -1,0 +2,56 @@
+Thu Feb  6 13:45:03 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 8.1
+  * Added compatibility with Python 3.8.
+- drop upstreamed patch python38-support.patch
+
+-------------------------------------------------------------------
+Wed Oct 16 03:19:43 UTC 2019 - Steve Kowalik <[email protected]>
+
+- Add python38-support.patch from upstream that fixes build failures
+  against Python 3.8.
+
+-------------------------------------------------------------------
+Tue Aug 13 16:35:47 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 8.0.2:
+  * Restored the ability to pass a socket with the sock parameter of 
:func:`~server.serve`.
+  * Removed an incorrect assertion when a connection drops.
+
+-------------------------------------------------------------------
+Mon Jul 22 11:41:40 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 8.0.1:
+  * Version 8.0 drops compatibility with Python 3.4 and 3.5.
+  * Various fixes
+
+-------------------------------------------------------------------
+Tue Apr 16 11:11:59 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 7.0:
+  * Various fixes
+  * Repository layout changes
+
+-------------------------------------------------------------------
+Mon Oct  1 07:22:29 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Call the tests the same way as upstream to avoid import cycles
+
+-------------------------------------------------------------------
+Mon Sep 24 07:35:18 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Do make sure to error out on test failure.
+
+-------------------------------------------------------------------
+Wed Aug 29 11:41:58 UTC 2018 - [email protected]
+
+- Version update to 6.0:
+  * compatibility with python 3.6
+
+-------------------------------------------------------------------
+Wed Jun 27 09:20:26 UTC 2018 - [email protected]
+
+- Update to version 5.0.1
+  * CVE-2018-1000518: Defend against zip bombs (boo#1099269).
+
+-------------------------------------------------------------------

Old:
----
  websockets-3.4.tar.gz

New:
----
  8.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-websockets.spec ++++++
--- /var/tmp/diff_new_pack.C1tzDq/_old  2020-03-02 13:24:55.550585477 +0100
+++ /var/tmp/diff_new_pack.C1tzDq/_new  2020-03-02 13:24:55.554585485 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-websockets
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,25 @@
 # 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-%{**}}
 %define         skip_python2 1
-%bcond_without  test
 Name:           python-websockets
-Version:        3.4
+Version:        8.1
 Release:        0
-License:        BSD-3-Clause
 Summary:        An implementation of the WebSocket Protocol (RFC 6455)
-Url:            https://github.com/aaugustin/websockets
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Source:         
https://files.pythonhosted.org/packages/source/w/websockets/websockets-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
+URL:            https://github.com/aaugustin/websockets
+Source:         
https://github.com/aaugustin/websockets/archive/%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Suggests:       python-asyncio
-
 %python_subpackages
 
 %description
@@ -54,16 +53,14 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%if %{with test}
 %check
 # Test execution speed depends on BS load and architecture, relax
 export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5
-%python_exec setup.py test
-%endif
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m unittest
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitearch}/websockets
 %{python_sitearch}/websockets-%{version}-py*.egg-info
 

++++++ websockets-3.4.tar.gz -> 8.1.tar.gz ++++++
++++ 20871 lines of diff (skipped)


Reply via email to