From 8dfd9c5d56d946f4691b35231cfb764856bd621247c31d2dedde201182f8eb04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 16 Apr 2019 11:12:33 +0000 Subject: [PATCH] - Update to 7.0: * Various fixes * Repository layout changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=13 --- 7.0.tar.gz | 3 +++ python-websockets.changes | 7 +++++++ python-websockets.spec | 8 ++++---- websockets-6.0.tar.gz | 3 --- 4 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 7.0.tar.gz delete mode 100644 websockets-6.0.tar.gz diff --git a/7.0.tar.gz b/7.0.tar.gz new file mode 100644 index 0000000..173445c --- /dev/null +++ b/7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39391d6d8eb1d3973fc104f32df54de653e3d7aa89584a43c761a1b5cb8ed74d +size 122848 diff --git a/python-websockets.changes b/python-websockets.changes index 2254a3c..fd8f2e2 100644 --- a/python-websockets.changes +++ b/python-websockets.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 16 11:11:59 UTC 2019 - Tomáš Chvátal + +- Update to 7.0: + * Various fixes + * Repository layout changes + ------------------------------------------------------------------- Mon Oct 1 07:22:29 UTC 2018 - Tomáš Chvátal diff --git a/python-websockets.spec b/python-websockets.spec index c939949..dd67af6 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -1,7 +1,7 @@ # # spec file for package python-websockets # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-websockets -Version: 6.0 +Version: 7.0 Release: 0 Summary: An implementation of the WebSocket Protocol (RFC 6455) License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/aaugustin/websockets -Source: https://files.pythonhosted.org/packages/source/w/websockets/websockets-%{version}.tar.gz +Source: https://github.com/aaugustin/websockets/archive/%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -56,7 +56,7 @@ export CFLAGS="%{optflags}" %check # Test execution speed depends on BS load and architecture, relax export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5 -%python_exec -m unittest +%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m unittest %files %{python_files} %license LICENSE diff --git a/websockets-6.0.tar.gz b/websockets-6.0.tar.gz deleted file mode 100644 index 37eb7f0..0000000 --- a/websockets-6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f3b956d11c5b301206382726210dc1d3bee1a9ccf7aadf895aaf31f71c3716c -size 70483