Hello community,

here is the log from the commit of package python-wsproto for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:11:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-wsproto (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-wsproto.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wsproto"

Mon Mar  9 18:11:25 2020 rev:11 rq:777290 version:0.15.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-wsproto/python-wsproto.changes  
2020-01-15 15:54:16.091626270 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-wsproto.new.26092/python-wsproto.changes   
    2020-03-09 18:11:27.661204762 +0100
@@ -1,0 +2,55 @@
+Sat Aug 10 14:36:31 UTC 2019 - Luigi Baldoni <[email protected]>
+
+- Update to version 0.15.0
+  * Drop support for Python 2. Please pin to ~= 0.14.0 if you
+    support Python 2.
+  * Drop support for Python 3.5, meaning the minimum supported
+    version is Python 3.6.1.
+  * Switch events to be dataclass based, otherwise the API is
+    consistent.
+  * Add type hints throughout and support PEP 561 via a py.typed
+    file. This should allow projects that use wsproto to type
+    check their usage of wsproto.
+  * Bugfix prevent the test folder being installed as a package
+    called test.
+  * Explicitly require Host header in handshake.
+  * Drop wsaccel support and utilise the aiohttp/@willmcgugan
+    masking method. wsaccel is unmaintained and this new maksing
+    method is almost as quick.
+
+- Disable python2 build
+
+-------------------------------------------------------------------
+Fri May 31 05:16:10 UTC 2019 - Luigi Baldoni <[email protected]>
+
+- Update to version 0.14.1
+  * Loosen the h11 requirement to >= 0.8.1 as wsproto is
+    compatible with 0.9 onwards.
+  * Stop installing a "test" package on installation.
+
+-------------------------------------------------------------------
+Tue Apr  9 15:09:15 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 0.14.0
+  * bugfix release, see CHANGELOG.rst
+  0.13.0
+  * many changes in connection management, see CHANGELOG.rst 
+
+-------------------------------------------------------------------
+Tue Dec  4 21:08:16 UTC 2018 - [email protected]
+
+- Update to version 0.12.0
+  * Support h11 ~0.8.1.
+  * Support Python 3.7.
+  * Make the close-handshake more explicit, by sending a close
+    frame on reciept of a close frame.
+  * Bugfix fix deflate after a non-compressable message.
+  * Bugfix connection header acceptance, by accepting Connection
+    header values that are comma separated lists.
+
+-------------------------------------------------------------------
+Tue Dec  4 12:56:11 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

Old:
----
  wsproto-0.11.0.tar.gz

New:
----
  wsproto-0.15.0.tar.gz

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

Other differences:
------------------
++++++ python-wsproto.spec ++++++
--- /var/tmp/diff_new_pack.kYDKg3/_old  2020-03-09 18:11:27.953205180 +0100
+++ /var/tmp/diff_new_pack.kYDKg3/_new  2020-03-09 18:11:27.953205180 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wsproto
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,24 @@
 # 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
 Name:           python-wsproto
-Version:        0.11.0
+Version:        0.15.0
 Release:        0
 Summary:        WebSockets state-machine based protocol implementation
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://pypi.python.org/pypi/wsproto
 Source:         
https://files.pythonhosted.org/packages/source/w/wsproto/wsproto-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-h11 >= 0.8.1
 BuildArch:      noarch
 %python_subpackages
 
@@ -56,6 +57,8 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+#it seems almost impossible to launch the tests, it has to be done via tox
+
 %files %{python_files}
 %doc README.rst
 %license LICENSE

++++++ wsproto-0.11.0.tar.gz -> wsproto-0.15.0.tar.gz ++++++
++++ 10208 lines of diff (skipped)


Reply via email to