From f8bfffed3bc0862e624ccc7b7c96609da5cd6d296970af18c812f792e7da5eee Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 27 Mar 2022 13:53:52 +0000 Subject: [PATCH] - update to 22.3.1: * fix generate_token * reduce twisted log noise for wamp clients * add GitHub URL for PyPi OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=61 --- autobahn-22.2.2.tar.gz | 3 --- autobahn-22.3.1.tar.gz | 3 +++ python-autobahn.changes | 8 ++++++++ python-autobahn.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 autobahn-22.2.2.tar.gz create mode 100644 autobahn-22.3.1.tar.gz diff --git a/autobahn-22.2.2.tar.gz b/autobahn-22.2.2.tar.gz deleted file mode 100644 index 4de0bbf..0000000 --- a/autobahn-22.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60e1f4c602aacd052ffe3d46ae40b6b75f8286b3c46922c213b523162e58c17e -size 375443 diff --git a/autobahn-22.3.1.tar.gz b/autobahn-22.3.1.tar.gz new file mode 100644 index 0000000..b478adc --- /dev/null +++ b/autobahn-22.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae0d803581b6cab0258366d270c5698b2757bd9d437d3d520893e5ca9b397b5 +size 375616 diff --git a/python-autobahn.changes b/python-autobahn.changes index ef92fa5..342dce8 100644 --- a/python-autobahn.changes +++ b/python-autobahn.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Mar 27 13:53:14 UTC 2022 - Dirk Müller + +- update to 22.3.1: + * fix generate_token + * reduce twisted log noise for wamp clients + * add GitHub URL for PyPi + ------------------------------------------------------------------- Fri Mar 11 08:54:00 UTC 2022 - Guillaume GARDET diff --git a/python-autobahn.spec b/python-autobahn.spec index 97ada47..ca8cf0a 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: 22.2.2 +Version: 22.3.1 Release: 0 Summary: WebSocket and WAMP in Python for Twisted and asyncio License: MIT