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 2026-03-05 17:14:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wsproto (Old) and /work/SRC/openSUSE:Factory/.python-wsproto.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wsproto" Thu Mar 5 17:14:17 2026 rev:17 rq:1336313 version:1.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wsproto/python-wsproto.changes 2025-06-13 18:43:42.974606387 +0200 +++ /work/SRC/openSUSE:Factory/.python-wsproto.new.561/python-wsproto.changes 2026-03-05 17:17:25.172293738 +0100 @@ -1,0 +2,18 @@ +Wed Mar 4 08:48:51 UTC 2026 - Dirk Müller <[email protected]> + +- update to 1.3.2: + * Fix type hints to allow BytesMessage to accept bytes again, + as well as bytearray. + * Add additional license identifier to pyproject.toml. + * Use Python 3.13 to build the docs to match ReadTheDocs build + environment. + * Require h11>=0.16 dependency. + * Fix "Upgrade" header value to match RFC. + * Add reason "Switching Protocols" to handshake response. + * Add docs for wsproto.Connection + * Add support for Python 3.12, 3.13, and 3.14. + * Drop support for Python 3.7, 3.8, and 3.9. + * Improve Python typing, specifically bytes vs. bytearray. + * Various linting, styling, and packaging improvements. + +------------------------------------------------------------------- Old: ---- wsproto-1.2.0.tar.gz New: ---- wsproto-1.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wsproto.spec ++++++ --- /var/tmp/diff_new_pack.zKB1KF/_old 2026-03-05 17:17:27.532391410 +0100 +++ /var/tmp/diff_new_pack.zKB1KF/_new 2026-03-05 17:17:27.560392568 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-wsproto # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-wsproto -Version: 1.2.0 +Version: 1.3.2 Release: 0 Summary: WebSockets state-machine based protocol implementation License: MIT @@ -31,10 +31,10 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-h11 >= 0.9.0 +Requires: python-h11 >= 0.16 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module h11 >= 0.9.0} +BuildRequires: %{python_module h11 >= 0.16} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages ++++++ wsproto-1.2.0.tar.gz -> wsproto-1.3.2.tar.gz ++++++ ++++ 8629 lines of diff (skipped)
