Accepting request 738721 from devel:languages:python

- Add python38-support.patch from upstream that fixes build failures
  against Python 3.8.

OBS-URL: https://build.opensuse.org/request/show/738721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockets?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2019-10-16 07:18:54 +00:00 committed by Git OBS Bridge
commit 9252de4e34
3 changed files with 2209 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 16 03:19:43 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>
- Add python38-support.patch from upstream that fixes build failures
against Python 3.8.
-------------------------------------------------------------------
Tue Aug 13 16:35:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -26,6 +26,7 @@ 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
@ -44,6 +45,7 @@ concurrent applications.
%prep
%setup -q -n websockets-%{version}
%autopatch -p1
%build
export CFLAGS="%{optflags}"

2201
python38-support.patch Normal file

File diff suppressed because it is too large Load Diff