Update to 5.0.1
This commit is contained in:
parent
f53376d9e4
commit
8d9a12715f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/websockets-3.3.tar.gz
|
/websockets-3.3.tar.gz
|
||||||
/websockets-3.4.tar.gz
|
/websockets-3.4.tar.gz
|
||||||
/websockets-4.0.1.tar.gz
|
/websockets-4.0.1.tar.gz
|
||||||
|
/websockets-5.0.1.tar.gz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
%global pypi_name websockets
|
%global pypi_name websockets
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 4.0.1
|
Version: 5.0.1
|
||||||
Release: 2%{?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/%{pypi_name}
|
URL: https://pypi.python.org/pypi/%{pypi_name}
|
||||||
Source0: https://files.pythonhosted.org/packages/b6/12/6194aac840c65253e45a38912e318f9ac548f9ba86d75bdb8fe66841b335/websockets-4.0.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/4b/c6/026da2eeed75a49dd0b72a0c7ed6ee5cb2943e396ca9753eabff7359b27b/websockets-5.0.1.tar.gz
|
||||||
# Not reliable on koji on some arch (eg arm and ppc)
|
# Not reliable on koji on some arch (eg arm and ppc)
|
||||||
Patch0: remove-tests-with-timeouts.patch
|
Patch0: remove-tests-with-timeouts.patch
|
||||||
|
|
||||||
@ -71,6 +71,9 @@ WEBSOCKETS_TESTS_TIMEOUT_FACTOR=20 %{__python3} setup.py test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 02 2018 Julien Enselme <jujens@jujens.eu> - 5.0.1-1
|
||||||
|
- Update to 5.0.1
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-2
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (websockets-4.0.1.tar.gz) = a60a453f33f1005c7ec7cee10f6ba6cca18628306de51872ad5a910f12f39831049f3a67ff4c3cc62efce47ce030b9e9d075d4418e8da2dcc594b8824ce21dfb
|
SHA512 (websockets-5.0.1.tar.gz) = 66cb4590721afabb480f823f14c19390702350c8bca50ee44f30b8a1a17e813657b85a25081b55390b27c9c390fdefa23f0b19ba09e9d3ed6511a04f0f908f32
|
||||||
|
Loading…
Reference in New Issue
Block a user