Update to 6.0
This commit is contained in:
parent
8122c2632c
commit
0c6153fd24
@ -1,19 +1,13 @@
|
||||
%global pypi_name websockets
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 5.0.1
|
||||
Release: 3%{?dist}
|
||||
Version: 6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: An implementation of the WebSocket Protocol for python with asyncio
|
||||
|
||||
License: BSD
|
||||
URL: https://pypi.python.org/pypi/websockets
|
||||
Source0: %{pypi_source}
|
||||
# Not reliable on koji on some arch (eg arm and ppc)
|
||||
#Patch0: remove-tests-with-timeouts.patch
|
||||
# Backports from master. support for py3.7
|
||||
Patch0001: 0001-Add-support-for-Python-3.7.patch
|
||||
Patch0002: 0002-Replace-conditional-errors-with-version-checks.patch
|
||||
Patch0003: 0003-Support-yield-from-connect-serve-on-Python-3.7.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
|
||||
@ -60,6 +54,9 @@ WEBSOCKETS_TESTS_TIMEOUT_FACTOR=20 %{__python3} setup.py test || :
|
||||
%{python3_sitearch}/%{pypi_name}/
|
||||
|
||||
%changelog
|
||||
* Fri Jul 20 2018 Julien Enselme <jujens@jujens.eu> - 6.0
|
||||
- Update to 6.0
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user