Accepting request 770596 from home:mcalabkova:branches:devel:languages:python

- update to 8.1
  * Added compatibility with Python 3.8.
- drop upstreamed patch python38-support.patch

OBS-URL: https://build.opensuse.org/request/show/770596
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal 2020-02-06 14:02:22 +00:00 committed by Git OBS Bridge
parent 5d7a8a7115
commit 545814b52f
5 changed files with 12 additions and 2208 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a67f20cf44ea6d8405c37e3b8dae00642f517b94517764e87ebcec768b295fc
size 153961

3
8.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c19ce96ad5f7606127d3915364144df93fb865a215784b06048fae3d39364f14
size 156472

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 6 13:45:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 8.1
* Added compatibility with Python 3.8.
- drop upstreamed patch python38-support.patch
-------------------------------------------------------------------
Wed Oct 16 03:19:43 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-websockets
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,14 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-websockets
Version: 8.0.2
Version: 8.1
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://github.com/aaugustin/websockets/archive/%{version}.tar.gz
Patch0: python38-support.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@ -45,7 +44,6 @@ concurrent applications.
%prep
%setup -q -n websockets-%{version}
%autopatch -p1
%build
export CFLAGS="%{optflags}"

File diff suppressed because it is too large Load Diff