Update to 6.0

epel9
Julien Enselme 7 years ago
parent 8122c2632c
commit 0c6153fd24

@ -1,19 +1,13 @@
%global pypi_name websockets %global pypi_name websockets
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 5.0.1 Version: 6.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: An implementation of the WebSocket Protocol for python with asyncio Summary: An implementation of the WebSocket Protocol for python with asyncio
License: BSD License: BSD
URL: https://pypi.python.org/pypi/websockets URL: https://pypi.python.org/pypi/websockets
Source0: %{pypi_source} 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 BuildRequires: gcc
@ -60,6 +54,9 @@ WEBSOCKETS_TESTS_TIMEOUT_FACTOR=20 %{__python3} setup.py test || :
%{python3_sitearch}/%{pypi_name}/ %{python3_sitearch}/%{pypi_name}/
%changelog %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 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

Loading…
Cancel
Save