Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-wsproto for openSUSE:Factory checked in at 2022-10-04 20:37:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wsproto (Old) and /work/SRC/openSUSE:Factory/.python-wsproto.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wsproto" Tue Oct 4 20:37:17 2022 rev:12 rq:1007724 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wsproto/python-wsproto.changes 2022-02-22 21:18:07.866285566 +0100 +++ /work/SRC/openSUSE:Factory/.python-wsproto.new.2275/python-wsproto.changes 2022-10-04 20:37:19.364881925 +0200 @@ -1,0 +2,21 @@ +Mon Oct 3 16:14:29 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.2.0: + * Bugfix: When a close frame with status NO_STATUS_RCVD is sent, send + and empty payload. + * Bugfix: Changing both encoding and decoding of the Host, from ascii + to idna. + * Bugfix: Support multiple Sec-WebSocket-Extensions and + Sec-WebSocket-Protocol headers. + * Accept bytes alongside string as path argument in + initiate_upgrade_connection. + * Check the state when sending events, raising if the event cannot be + sent in the current state. + * Send an empty payload for NO_STATUS_RCVD. + * Added support for Python 3.10. + * Drop support for Python 3.6, meaning the minimum supported version + is Python 3.7.0. + * Various type checking and code linting improvements. +- drop 170.patch (upstream) + +------------------------------------------------------------------- Old: ---- 170.patch wsproto-1.0.0.tar.gz New: ---- wsproto-1.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wsproto.spec ++++++ --- /var/tmp/diff_new_pack.EACguQ/_old 2022-10-04 20:37:19.980882800 +0200 +++ /var/tmp/diff_new_pack.EACguQ/_new 2022-10-04 20:37:19.984882806 +0200 @@ -19,15 +19,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-wsproto -Version: 1.0.0 +Version: 1.2.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 -# subset of https://github.com/python-hyper/wsproto/pull/170 -Patch1: 170.patch +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros ++++++ wsproto-1.0.0.tar.gz -> wsproto-1.2.0.tar.gz ++++++ ++++ 1681 lines of diff (skipped)