From a7950713af36ebe5fc57880cf7b90fc94c9bee6208e26ddcde39c34b3d582415 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 5 Jan 2021 04:06:46 +0000 Subject: [PATCH] - Update to 20.12.3: * fix: URL must be re-encoded when doing redirect (#1439) * new: minimum supported Python (language) version is now 3.6 * fix: derive_bip32childkey traceback (#1436) * fix: update and adjust docker files to upstream changes * new: CLI commands for WAMP IDL (xbrnetwork describe-schema / codegen-schema) * new: add eth address helpers (#1413) * new: cryptosign authextra allow arbitrary keys (#1411) * fix: adapt to planet api prefix change (#1408) * fix: Type check improve (#1405) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=46 --- autobahn-20.12.3.tar.gz | 3 +++ autobahn-20.7.1.tar.gz | 3 --- python-autobahn.changes | 14 ++++++++++++++ python-autobahn.spec | 7 ++++--- 4 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 autobahn-20.12.3.tar.gz delete mode 100644 autobahn-20.7.1.tar.gz diff --git a/autobahn-20.12.3.tar.gz b/autobahn-20.12.3.tar.gz new file mode 100644 index 0000000..46b8790 --- /dev/null +++ b/autobahn-20.12.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410a93e0e29882c8b5d5ab05d220b07609b886ef5f23c0b8d39153254ffd6895 +size 1268873 diff --git a/autobahn-20.7.1.tar.gz b/autobahn-20.7.1.tar.gz deleted file mode 100644 index a0bafb1..0000000 --- a/autobahn-20.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86bbce30cdd407137c57670993a8f9bfdfe3f8e994b889181d85e844d5aa8dfb -size 1260579 diff --git a/python-autobahn.changes b/python-autobahn.changes index 2997cb6..d004a81 100644 --- a/python-autobahn.changes +++ b/python-autobahn.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jan 5 03:42:59 UTC 2021 - Steve Kowalik + +- Update to 20.12.3: + * fix: URL must be re-encoded when doing redirect (#1439) + * new: minimum supported Python (language) version is now 3.6 + * fix: derive_bip32childkey traceback (#1436) + * fix: update and adjust docker files to upstream changes + * new: CLI commands for WAMP IDL (xbrnetwork describe-schema / codegen-schema) + * new: add eth address helpers (#1413) + * new: cryptosign authextra allow arbitrary keys (#1411) + * fix: adapt to planet api prefix change (#1408) + * fix: Type check improve (#1405) + ------------------------------------------------------------------- Mon Dec 21 21:50:35 UTC 2020 - Benjamin Greiner diff --git a/python-autobahn.spec b/python-autobahn.spec index a4100f7..3d44d8b 100644 --- a/python-autobahn.spec +++ b/python-autobahn.spec @@ -1,7 +1,7 @@ # # spec file for package python-autobahn # -# 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 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %ifarch %arm aarch64 %bcond_with nvx_support %else @@ -24,7 +25,7 @@ %{?!python_module:%define python_module() python-%{**} %{!?skip_python3:python3-%{**}}} %define skip_python2 1 Name: python-autobahn -Version: 20.7.1 +Version: 20.12.3 Release: 0 Summary: WebSocket and WAMP in Python for Twisted and asyncio License: MIT @@ -60,11 +61,11 @@ BuildRequires: %{python_module wsaccel >= 0.6.2} BuildRequires: %{python_module zope.interface >= 3.6.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-attrs >= 19.2.0 Requires: python-PyNaCl >= 1.0.1 Requires: python-PyQRCode >= 1.1 Requires: python-Twisted >= 20.3.0 Requires: python-argon2-cffi >= 18.1.0 +Requires: python-attrs >= 19.2.0 Requires: python-cbor >= 1.0.0 Requires: python-cbor2 >= 4.1.2 Requires: python-cffi >= 1.11.5