From e57b09a7ae5863b652405a8f32b3c3e2a41d73fbdf381e61651c3894311da77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Sep 2019 12:44:23 +0000 Subject: [PATCH] - Update to 19.9.2: * Various bugfixes mostly, not many features OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=22 --- autobahn-19.5.1.tar.gz | 3 --- autobahn-19.9.2.tar.gz | 3 +++ python-autobahn.changes | 6 ++++++ python-autobahn.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 autobahn-19.5.1.tar.gz create mode 100644 autobahn-19.9.2.tar.gz diff --git a/autobahn-19.5.1.tar.gz b/autobahn-19.5.1.tar.gz deleted file mode 100644 index d1371ba..0000000 --- a/autobahn-19.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2eee98f68ba4eb8d8ea3f15e411db9e69433d9367799c85bdca0ff2de4c101d3 -size 276319 diff --git a/autobahn-19.9.2.tar.gz b/autobahn-19.9.2.tar.gz new file mode 100644 index 0000000..3ee3655 --- /dev/null +++ b/autobahn-19.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985401e0af1c5f3fb59a209681ee878194c23fe88f865f6157679aa1db386724 +size 589920 diff --git a/python-autobahn.changes b/python-autobahn.changes index 0a5b2cf..caf86b5 100644 --- a/python-autobahn.changes +++ b/python-autobahn.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 13 12:43:37 UTC 2019 - Tomáš Chvátal + +- Update to 19.9.2: + * Various bugfixes mostly, not many features + ------------------------------------------------------------------- Tue May 14 22:26:05 UTC 2019 - Jonathan Harker diff --git a/python-autobahn.spec b/python-autobahn.spec index 721a96a..d7e2499 100644 --- a/python-autobahn.spec +++ b/python-autobahn.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} %{!?skip_python3:python3-%{**}}} Name: python-autobahn -Version: 19.5.1 +Version: 19.9.2 Release: 0 Summary: WebSocket and WAMP in Python for Twisted and asyncio License: MIT