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:
parent
5d7a8a7115
commit
545814b52f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a67f20cf44ea6d8405c37e3b8dae00642f517b94517764e87ebcec768b295fc
|
|
||||||
size 153961
|
|
3
8.1.tar.gz
Normal file
3
8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c19ce96ad5f7606127d3915364144df93fb865a215784b06048fae3d39364f14
|
||||||
|
size 156472
|
@ -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>
|
Wed Oct 16 03:19:43 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-websockets
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,14 +19,13 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-websockets
|
Name: python-websockets
|
||||||
Version: 8.0.2
|
Version: 8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An implementation of the WebSocket Protocol (RFC 6455)
|
Summary: An implementation of the WebSocket Protocol (RFC 6455)
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/aaugustin/websockets
|
URL: https://github.com/aaugustin/websockets
|
||||||
Source: https://github.com/aaugustin/websockets/archive/%{version}.tar.gz
|
Source: https://github.com/aaugustin/websockets/archive/%{version}.tar.gz
|
||||||
Patch0: python38-support.patch
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -45,7 +44,6 @@ concurrent applications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n websockets-%{version}
|
%setup -q -n websockets-%{version}
|
||||||
%autopatch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user