From 0cb733750b6ebaef8675ddb66ea12be039ff2155ba709e8cbf34daf612afc541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Jul 2019 11:43:21 +0000 Subject: [PATCH] - Update to 8.0.1: * Version 8.0 drops compatibility with Python 3.4 and 3.5. * Various fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=15 --- 7.0.tar.gz | 3 --- 8.0.1.tar.gz | 3 +++ python-websockets.changes | 7 +++++++ python-websockets.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 7.0.tar.gz create mode 100644 8.0.1.tar.gz diff --git a/7.0.tar.gz b/7.0.tar.gz deleted file mode 100644 index 173445c..0000000 --- a/7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39391d6d8eb1d3973fc104f32df54de653e3d7aa89584a43c761a1b5cb8ed74d -size 122848 diff --git a/8.0.1.tar.gz b/8.0.1.tar.gz new file mode 100644 index 0000000..5eeaaf3 --- /dev/null +++ b/8.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1039bdbdf25fd341bc10e915f01b7d8a94b0ef394f235df0c11de61f3f25b18f +size 153980 diff --git a/python-websockets.changes b/python-websockets.changes index fd8f2e2..ac2fb6f 100644 --- a/python-websockets.changes +++ b/python-websockets.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 22 11:41:40 UTC 2019 - Tomáš Chvátal + +- Update to 8.0.1: + * Version 8.0 drops compatibility with Python 3.4 and 3.5. + * Various fixes + ------------------------------------------------------------------- Tue Apr 16 11:11:59 UTC 2019 - Tomáš Chvátal diff --git a/python-websockets.spec b/python-websockets.spec index dd67af6..5e7b4c0 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-websockets -Version: 7.0 +Version: 8.0.1 Release: 0 Summary: An implementation of the WebSocket Protocol (RFC 6455) License: BSD-3-Clause