Hello community,

here is the log from the commit of package python-wsproto for openSUSE:Factory 
checked in at 2019-08-13 13:19:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wsproto (Old)
 and      /work/SRC/openSUSE:Factory/.python-wsproto.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wsproto"

Tue Aug 13 13:19:01 2019 rev:5 rq:722197 version:0.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wsproto/python-wsproto.changes    
2019-06-01 09:57:50.535150173 +0200
+++ /work/SRC/openSUSE:Factory/.python-wsproto.new.9556/python-wsproto.changes  
2019-08-13 13:20:14.905434426 +0200
@@ -1,0 +2,22 @@
+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
+
+-------------------------------------------------------------------

Old:
----
  wsproto-0.14.1.tar.gz

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

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

Other differences:
------------------
++++++ python-wsproto.spec ++++++
--- /var/tmp/diff_new_pack.T8TyE0/_old  2019-08-13 13:20:15.789434194 +0200
+++ /var/tmp/diff_new_pack.T8TyE0/_new  2019-08-13 13:20:15.789434194 +0200
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-wsproto
-Version:        0.14.1
+Version:        0.15.0
 Release:        0
 Summary:        WebSockets state-machine based protocol implementation
 License:        MIT

++++++ wsproto-0.14.1.tar.gz -> wsproto-0.15.0.tar.gz ++++++
++++ 6003 lines of diff (skipped)


Reply via email to