Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-websockets for
openSUSE:Factory checked in at 2021-06-06 22:40:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-websockets (Old)
and /work/SRC/openSUSE:Factory/.python-websockets.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-websockets"
Sun Jun 6 22:40:58 2021 rev:12 rq:897837 version:9.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes
2020-12-01 14:23:11.505619615 +0100
+++
/work/SRC/openSUSE:Factory/.python-websockets.new.1898/python-websockets.changes
2021-06-06 22:41:02.975441910 +0200
@@ -1,0 +2,28 @@
+Sun Jun 6 12:00:22 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 9.1:
+ **Version 9.1 fixes a security issue introduced in version 8.0.**
+ * Restored compatibility of ``python -m websockets`` with Python < 3.9.
+ * Restored compatibility with mypy.
+ * Fixed issues with the packaging of the 9.0 release.
+ * :class:`~datastructures.Headers` and
+ :exc:`~datastructures.MultipleValuesError` were moved from
+ ``websockets.http`` to :mod:`websockets.datastructures`. If you're using
+ them, you should adjust the import path.
+ * The ``client``, ``server``, ``protocol``, and ``auth`` modules were
+ moved from the ``websockets`` package to ``websockets.legacy``
+ sub-package, as part of an upcoming refactoring. Despite the name,
+ they're still fully supported. The refactoring should be a transparent
+ upgrade for most uses when it's available. The legacy implementation
+ will be preserved according to the `backwards-compatibility policy`_.
+ * The ``framing``, ``handshake``, ``headers``, ``http``, and ``uri``
+ modules in the ``websockets`` package are deprecated. These modules
+ provided low-level APIs for reuse by other WebSocket implementations,
+ but that never happened. Keeping these APIs public makes it more
+ difficult to improve websockets for no actual benefit.
+ * Added compatibility with Python 3.9.
+ * Added support for IRIs in addition to URIs.
+ * Added close codes 1012, 1013, and 1014.
+ * Raised an error when passing a :class:`dict` to
+
+-------------------------------------------------------------------
Old:
----
8.1.tar.gz
New:
----
9.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-websockets.spec ++++++
--- /var/tmp/diff_new_pack.3kqXqc/_old 2021-06-06 22:41:03.467442874 +0200
+++ /var/tmp/diff_new_pack.3kqXqc/_new 2021-06-06 22:41:03.467442874 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-websockets
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-websockets
-Version: 8.1
+Version: 9.1
Release: 0
Summary: An implementation of the WebSocket Protocol (RFC 6455)
License: BSD-3-Clause
++++++ 8.1.tar.gz -> 9.1.tar.gz ++++++
++++ 24996 lines of diff (skipped)