From 96f16a26861e65f98668f7bba4b31a64cc3a05c1b1180f4ed2104b0de9b8d956 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 25 Jun 2023 19:13:18 +0000 Subject: [PATCH] Accepting request 1094863 from home:mcalabkova:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1094863 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=67 --- autobahn-22.7.1.tar.gz | 3 --- autobahn-23.6.2.tar.gz | 3 +++ intrin-arch.patch | 10 ++++++---- python-autobahn.changes | 26 ++++++++++++++++++++++++++ python-autobahn.spec | 22 ++++++++-------------- 5 files changed, 43 insertions(+), 21 deletions(-) delete mode 100644 autobahn-22.7.1.tar.gz create mode 100644 autobahn-23.6.2.tar.gz diff --git a/autobahn-22.7.1.tar.gz b/autobahn-22.7.1.tar.gz deleted file mode 100644 index b6602a2..0000000 --- a/autobahn-22.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b462ea2e6aad6b4dc0ed45fb800b6cbfeb0325e7fe6983907f122f2be4a1fe9 -size 476789 diff --git a/autobahn-23.6.2.tar.gz b/autobahn-23.6.2.tar.gz new file mode 100644 index 0000000..baf6e6c --- /dev/null +++ b/autobahn-23.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9421c52a2103364d1ef0468036e6019ee84f71721e86b36fe19ad6966c1181 +size 480814 diff --git a/intrin-arch.patch b/intrin-arch.patch index e8ede11..88347e7 100644 --- a/intrin-arch.patch +++ b/intrin-arch.patch @@ -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 #include @@ -10,7 +10,9 @@ Index: autobahn-20.7.1/autobahn/nvx/_utf8validator.c +#include +#else // http://stackoverflow.com/questions/11228855/header-files-for-simd-intrinsics + #if defined(__SSE2__) || defined(__SSE4_1__) #include + #endif +#endif diff --git a/python-autobahn.changes b/python-autobahn.changes index 2f963c2..6c03603 100644 --- a/python-autobahn.changes +++ b/python-autobahn.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Jun 23 11:21:53 UTC 2023 - Markéta Machová + +- 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 + ------------------------------------------------------------------- Thu Aug 4 09:13:28 UTC 2022 - Otto Hollmann diff --git a/python-autobahn.spec b/python-autobahn.spec index 6573760..0c9ae22 100644 --- a/python-autobahn.spec +++ b/python-autobahn.spec @@ -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 @@ Source: https://files.pythonhosted.org/packages/source/a/autobahn/autoba 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 >= 2.8.6} 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 wsaccel >= 0.6.3} 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