15
0

Accepting request 1095236 from devel:languages:python

Forwarded request #1094863 from mcalabkova

- 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/1095236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autobahn?expand=0&rev=27
This commit is contained in:
2023-06-26 16:15:42 +00:00
committed by Git OBS Bridge
5 changed files with 43 additions and 21 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b462ea2e6aad6b4dc0ed45fb800b6cbfeb0325e7fe6983907f122f2be4a1fe9
size 476789

3
autobahn-23.6.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec9421c52a2103364d1ef0468036e6019ee84f71721e86b36fe19ad6966c1181
size 480814

View File

@@ -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 @@ Index: autobahn-20.7.1/autobahn/nvx/_utf8validator.c
+#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

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Jun 23 11:21:53 UTC 2023 - Markéta Machová <mmachova@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
-------------------------------------------------------------------
Thu Aug 4 09:13:28 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>

View File

@@ -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