From 9379e3c3ebed2a66dc5731563eb135a8786849d5880b122c07f177ac8f67968b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Feb 2021 20:08:17 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=2021.2.1:=20=20=20*=20new:=20XB?= =?UTF-8?q?R=20ABI=20files=20now=20via=20separate=20package=20(=E2=80=9Cxb?= =?UTF-8?q?r=E2=80=9D)=20-=20substantially=20reduce=20=20=20=20=20package?= =?UTF-8?q?=20size=20for=20non-XBR=20users=20=20=20*=20fix:=20circular=20d?= =?UTF-8?q?ependency=20in=20=E2=80=9Cxbr=E2=80=9D=20install=20flavor=20=20?= =?UTF-8?q?=20*=20fix:=20XBR=20package=20manifest=20and=20CLI=20user=20pro?= =?UTF-8?q?file=20loading=20=20=20*=20fix:=20consider=20=E2=80=98wamp.clos?= =?UTF-8?q?e.goodbye=5Fand=5Fout=E2=80=99=20a=20clean=20exit=20=20=20*=20f?= =?UTF-8?q?ix:=20HASH=20import=20as=20well=20as=20improve=20diagnostics=20?= =?UTF-8?q?if=20things=20go=20wrong=20=20=20*=20fix:=20add=20missing=20jin?= =?UTF-8?q?ja2=20dependency=20for=20XBR=20CLI=20=20=20*=20fix:=20wamp.clos?= =?UTF-8?q?e.goodbye=5Fand=5Fout=20counts=20as=20a=20clean=20exit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=52 --- autobahn-20.12.3.tar.gz | 3 --- autobahn-21.2.1.tar.gz | 3 +++ python-autobahn.changes | 13 +++++++++++++ python-autobahn.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 autobahn-20.12.3.tar.gz create mode 100644 autobahn-21.2.1.tar.gz diff --git a/autobahn-20.12.3.tar.gz b/autobahn-20.12.3.tar.gz deleted file mode 100644 index 46b8790..0000000 --- a/autobahn-20.12.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:410a93e0e29882c8b5d5ab05d220b07609b886ef5f23c0b8d39153254ffd6895 -size 1268873 diff --git a/autobahn-21.2.1.tar.gz b/autobahn-21.2.1.tar.gz new file mode 100644 index 0000000..a736a99 --- /dev/null +++ b/autobahn-21.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6b1bf95196b733978bab2d54a7ab8899c16ce11be369dc58422c07b7eea726 +size 343966 diff --git a/python-autobahn.changes b/python-autobahn.changes index 3f7998b..3b9ee73 100644 --- a/python-autobahn.changes +++ b/python-autobahn.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Feb 13 20:06:02 UTC 2021 - Dirk Müller + +- update to 21.2.1: + * new: XBR ABI files now via separate package (“xbr”) - substantially reduce + package size for non-XBR users + * fix: circular dependency in “xbr” install flavor + * fix: XBR package manifest and CLI user profile loading + * fix: consider ‘wamp.close.goodbye_and_out’ a clean exit + * fix: HASH import as well as improve diagnostics if things go wrong + * fix: add missing jinja2 dependency for XBR CLI + * fix: wamp.close.goodbye_and_out counts as a clean exit + ------------------------------------------------------------------- Tue Jan 12 05:13:37 UTC 2021 - Steve Kowalik diff --git a/python-autobahn.spec b/python-autobahn.spec index ee0cf6a..4dc9db0 100644 --- a/python-autobahn.spec +++ b/python-autobahn.spec @@ -25,7 +25,7 @@ %{?!python_module:%define python_module() python-%{**} %{!?skip_python3:python3-%{**}}} %define skip_python2 1 Name: python-autobahn -Version: 20.12.3 +Version: 21.2.1 Release: 0 Summary: WebSocket and WAMP in Python for Twisted and asyncio License: MIT