forked from pool/python-autobahn
Accepting request 860363 from devel:languages:python
- 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/request/show/860363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autobahn?expand=0&rev=16
This commit is contained in:
3
autobahn-20.12.3.tar.gz
Normal file
3
autobahn-20.12.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:410a93e0e29882c8b5d5ab05d220b07609b886ef5f23c0b8d39153254ffd6895
|
||||
size 1268873
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86bbce30cdd407137c57670993a8f9bfdfe3f8e994b889181d85e844d5aa8dfb
|
||||
size 1260579
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 5 03:42:59 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user