From 5b5a0ef44ff0dad5f020db22cc7b2e409569dd37380be4a702a1b6032c5a4f21 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 8 Jul 2020 02:20:53 +0000 Subject: [PATCH] - Update to 20.6.2: * fix: xbr fixes (#1396) * fix: use cpy 3.8 for running flake in CI * new: Ticket1392 internal attrs (#1394) * new: internal-only router attributes and hook for router to add custom information OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=33 --- autobahn-20.6.1.tar.gz | 3 --- autobahn-20.6.2.tar.gz | 3 +++ python-autobahn.changes | 10 ++++++++++ python-autobahn.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 autobahn-20.6.1.tar.gz create mode 100644 autobahn-20.6.2.tar.gz diff --git a/autobahn-20.6.1.tar.gz b/autobahn-20.6.1.tar.gz deleted file mode 100644 index 6e4f8e5..0000000 --- a/autobahn-20.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:848aa77f808edcdc9144706d98f06fccb1c6ac8619f7418617880c27b285a7d0 -size 1259693 diff --git a/autobahn-20.6.2.tar.gz b/autobahn-20.6.2.tar.gz new file mode 100644 index 0000000..cbd508d --- /dev/null +++ b/autobahn-20.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac6b6653b8d20d632b034adccf6a566154d4efbeaa23abf7c3995fd601e9a01 +size 1260326 diff --git a/python-autobahn.changes b/python-autobahn.changes index 7e17c84..a629c6f 100644 --- a/python-autobahn.changes +++ b/python-autobahn.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 8 02:19:00 UTC 2020 - Steve Kowalik + +- Update to 20.6.2: + * fix: xbr fixes (#1396) + * fix: use cpy 3.8 for running flake in CI + * new: Ticket1392 internal attrs (#1394) + * new: internal-only router attributes and hook for router to add custom + information + ------------------------------------------------------------------- Mon Jun 15 04:37:00 UTC 2020 - Steve Kowalik diff --git a/python-autobahn.spec b/python-autobahn.spec index f73d117..25a40bf 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.6.1 +Version: 20.6.2 Release: 0 Summary: WebSocket and WAMP in Python for Twisted and asyncio License: MIT