From 628dd21584512496302329100190697ef1ba6c3911c1b560af685d604fd0b37d Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 15 Jun 2020 04:53:45 +0000 Subject: [PATCH] - Update to 20.6.1: * new: massive expansion of XBR CLI and EIP712 helpers * new: more (exhaustive) serializer cross-tripping tests * fix: some code quality and bug-risk issues (#1379) * fix: removed externalPort assignment when not set (#1378) * fix: docs link in README (#1381) * fix: docs typo frameword -> framework (#1380) * fix: improve logging; track results on observable mixin * new: add environmental variable that strips xbr. (#1374) * fix: trollius is gone (#1373) * new: added ability to disable TLS channel binding (#1368) * new: XBR CLI (#1367) * fix: add missing XBR dependency py-multihash - Correct BuildRequires/Requires (boo#1172126) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=31 --- autobahn-20.4.3.tar.gz | 3 --- autobahn-20.6.1.tar.gz | 3 +++ python-autobahn.changes | 16 ++++++++++++++++ python-autobahn.spec | 8 +++++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 autobahn-20.4.3.tar.gz create mode 100644 autobahn-20.6.1.tar.gz diff --git a/autobahn-20.4.3.tar.gz b/autobahn-20.4.3.tar.gz deleted file mode 100644 index 0c5cac7..0000000 --- a/autobahn-20.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6fe745d52ba9f9eecf791cd31f558df42aebfc4f9ee558a8f1d18c707e1ae1f -size 938992 diff --git a/autobahn-20.6.1.tar.gz b/autobahn-20.6.1.tar.gz new file mode 100644 index 0000000..6e4f8e5 --- /dev/null +++ b/autobahn-20.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848aa77f808edcdc9144706d98f06fccb1c6ac8619f7418617880c27b285a7d0 +size 1259693 diff --git a/python-autobahn.changes b/python-autobahn.changes index d75470c..7e17c84 100644 --- a/python-autobahn.changes +++ b/python-autobahn.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jun 15 04:37:00 UTC 2020 - Steve Kowalik + +- Update to 20.6.1: + * new: massive expansion of XBR CLI and EIP712 helpers + * new: more (exhaustive) serializer cross-tripping tests + * fix: some code quality and bug-risk issues (#1379) + * fix: removed externalPort assignment when not set (#1378) + * fix: docs link in README (#1381) + * fix: docs typo frameword -> framework (#1380) + * fix: improve logging; track results on observable mixin + * new: add environmental variable that strips xbr. (#1374) + * fix: trollius is gone (#1373) + * new: added ability to disable TLS channel binding (#1368) +- Correct BuildRequires/Requires (boo#1172126) + ------------------------------------------------------------------- Sun Jun 14 08:49:49 UTC 2020 - Dirk Mueller diff --git a/python-autobahn.spec b/python-autobahn.spec index 85d1907..f73d117 100644 --- a/python-autobahn.spec +++ b/python-autobahn.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} %{!?skip_python3:python3-%{**}}} %define skip_python2 1 Name: python-autobahn -Version: 20.4.3 +Version: 20.6.1 Release: 0 Summary: WebSocket and WAMP in Python for Twisted and asyncio License: MIT @@ -28,8 +28,9 @@ Source: https://files.pythonhosted.org/packages/source/a/autobahn/autoba Patch0: respect-cflags.patch BuildRequires: %{python_module PyNaCl >= 1.0.1} BuildRequires: %{python_module PyQRCode >= 1.1} -BuildRequires: %{python_module Twisted >= 12.1.0} +BuildRequires: %{python_module Twisted >= 20.3.0} BuildRequires: %{python_module argon2-cffi >= 18.1.0} +BuildRequires: %{python_module attrs >= 19.2.0} BuildRequires: %{python_module cbor >= 1.0.0} BuildRequires: %{python_module cbor2 >= 4.1.2} BuildRequires: %{python_module cffi >= 1.11.5} @@ -53,9 +54,10 @@ 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: python3-PyNaCl >= 1.0.1 Requires: python3-PyQRCode >= 1.1 -Requires: python3-Twisted >= 12.1.0 +Requires: python3-Twisted >= 20.3.0 Requires: python3-argon2-cffi >= 18.1.0 Requires: python3-cbor >= 1.0.0 Requires: python3-cbor2 >= 4.1.2