Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-autobahn for openSUSE:Factory 
checked in at 2023-06-26 18:15:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-autobahn (Old)
 and      /work/SRC/openSUSE:Factory/.python-autobahn.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-autobahn"

Mon Jun 26 18:15:42 2023 rev:27 rq:1095236 version:23.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-autobahn/python-autobahn.changes  
2022-08-05 19:52:04.533622149 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-autobahn.new.15902/python-autobahn.changes   
    2023-06-26 18:15:45.578381272 +0200
@@ -1,0 +2,26 @@
+Fri Jun 23 11:21:53 UTC 2023 - Markéta Machová <mmach...@suse.com>
+
+- Update to 23.6.2
+  * fix: use regular PyPI bitarray>=2.7.5 rather than from GitHub master
+  23.6.1
+  * fix: updated bitarray to make eth-account work on pypy
+  * fix: updated web3 and eth-abi to not use beta versions (#1616)
+  23.1.2
+  * fix: monkey patch web3/eth_abi for python 3.11
+  23.1.1
+  * fix: support for Python up to v3.11
+  * fix: update GitHub CI
+  * fix: copyright transferred to typedef int GmbH - no license change!
+  * fix: remove coverage crap
+  22.12.1
+  * new: expand WAMP Flatbuffers schemata (session ID in each message for 
MUXing)
+  * new: update flatc v22.12.06 and regenerate WAMP Flatbuffers type libraries
+  * fix: Twisted 22.10.0 incompability (#1604)
+  * fix: Rapid Cancelling Of Tasks Can Cause InvalidStateError (#1600)
+  * fix: identify_realm_name_category (#1590)
+  * fix: support Python 3.11 (#1599)
+  * fix: building _nvx_utf8validator extension on non-x86 systems (#1596)
+  * fix: asyncio rawsocket protocol transport details (#1592)
+  * new: expand EIP712AuthorityCertificate; more tests
+
+-------------------------------------------------------------------

Old:
----
  autobahn-22.7.1.tar.gz

New:
----
  autobahn-23.6.2.tar.gz

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

Other differences:
------------------
++++++ python-autobahn.spec ++++++
--- /var/tmp/diff_new_pack.9rY6nu/_old  2023-06-26 18:15:46.514385430 +0200
+++ /var/tmp/diff_new_pack.9rY6nu/_new  2023-06-26 18:15:46.518385448 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-autobahn
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 %{?!python_module:%define python_module() python-%{**} 
%{!?skip_python3:python3-%{**}}}
 %define skip_python2 1
 Name:           python-autobahn
-Version:        22.7.1
+Version:        23.6.2
 Release:        0
 Summary:        WebSocket and WAMP in Python for Twisted and asyncio
 License:        MIT
@@ -34,17 +34,14 @@
 Patch0:         respect-cflags.patch
 Patch1:         intrin-arch.patch
 BuildRequires:  %{python_module PyNaCl >= 1.4.0}
-BuildRequires:  %{python_module PyQRCode >= 1.2.1}
 BuildRequires:  %{python_module Twisted >= 20.3.0}
-BuildRequires:  %{python_module argon2-cffi >= 18.1.0}
+BuildRequires:  %{python_module argon2-cffi >= 20.1.0}
 BuildRequires:  %{python_module attrs >= 20.3.0}
-BuildRequires:  %{python_module cbor >= 1.0.0}
 BuildRequires:  %{python_module cbor2 >= 5.2.0}
 BuildRequires:  %{python_module cffi >= 1.14.5}
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module flatbuffers >= 1.12}
+BuildRequires:  %{python_module flatbuffers >= 22.12.6}
 BuildRequires:  %{python_module hyperlink >= 21.0.0}
-BuildRequires:  %{python_module lz4 >= 0.7.0}
 BuildRequires:  %{python_module msgpack >= 1.0.2}
 BuildRequires:  %{python_module passlib >= 1.7.4}
 BuildRequires:  %{python_module py-ubjson >= 0.16.1}
@@ -53,7 +50,7 @@
 BuildRequires:  %{python_module pytest-aiohttp}
 BuildRequires:  %{python_module pytest-asyncio}
 BuildRequires:  %{python_module pytrie >= 0.4.0}
-BuildRequires:  %{python_module service_identity >= 16.0.0}
+BuildRequires:  %{python_module service_identity >= 18.1.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module txaio >= 21.2.1}
 BuildRequires:  %{python_module ujson >= 4.0.2}
@@ -61,23 +58,20 @@
 BuildRequires:  %{python_module zope.interface >= 5.2.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-PyNaCl >= 1.0.1
-Requires:       python-PyQRCode >= 1.2.1
+Requires:       python-PyNaCl >= 1.4.0
 Requires:       python-Twisted >= 20.3.0
 Requires:       python-argon2-cffi >= 20.1.0
 Requires:       python-attrs >= 20.3.0
-Requires:       python-cbor >= 1.0.0
 Requires:       python-cbor2 >= 5.2.0
 Requires:       python-cffi >= 1.14.5
-Requires:       python-flatbuffers >= 1.12
+Requires:       python-flatbuffers >= 22.12.6
 Requires:       python-hyperlink >= 21.0.0
-Requires:       python-lz4 >= 0.7.0
 Requires:       python-msgpack >= 1.0.2
 Requires:       python-passlib >= 1.7.4
 Requires:       python-py-ubjson >= 0.16.1
 Requires:       python-pyOpenSSL >= 20.0.1
 Requires:       python-pytrie >= 0.4.0
-Requires:       python-service_identity >= 16.0.0
+Requires:       python-service_identity >= 18.1.0
 Requires:       python-txaio >= 21.2.1
 Requires:       python-ujson >= 4.0.2
 Requires:       python-wsaccel >= 0.6.3

++++++ autobahn-22.7.1.tar.gz -> autobahn-23.6.2.tar.gz ++++++
++++ 7165 lines of diff (skipped)

++++++ intrin-arch.patch ++++++
--- /var/tmp/diff_new_pack.9rY6nu/_old  2023-06-26 18:15:46.798386692 +0200
+++ /var/tmp/diff_new_pack.9rY6nu/_new  2023-06-26 18:15:46.802386710 +0200
@@ -1,8 +1,8 @@
-Index: autobahn-20.7.1/autobahn/nvx/_utf8validator.c
+Index: autobahn-23.6.2/autobahn/nvx/_utf8validator.c
 ===================================================================
---- autobahn-20.7.1.orig/autobahn/nvx/_utf8validator.c
-+++ autobahn-20.7.1/autobahn/nvx/_utf8validator.c
-@@ -27,8 +27,12 @@
+--- autobahn-23.6.2.orig/autobahn/nvx/_utf8validator.c
++++ autobahn-23.6.2/autobahn/nvx/_utf8validator.c
+@@ -27,10 +27,14 @@
  #include <stdlib.h>
  #include <stdint.h>
  
@@ -10,7 +10,9 @@
 +#include <s390intrin.h>
 +#else
  // 
http://stackoverflow.com/questions/11228855/header-files-for-simd-intrinsics
+ #if defined(__SSE2__) || defined(__SSE4_1__)
  #include <x86intrin.h>
+ #endif
 +#endif
  
  

Reply via email to