Update to 8.0
This commit is contained in:
parent
5acc83f705
commit
27d89be204
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/websockets-4.0.1.tar.gz
|
||||
/websockets-5.0.1.tar.gz
|
||||
/websockets-6.0.tar.gz
|
||||
/websockets-8.0.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%global pypi_name websockets
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 6.0
|
||||
Release: 2%{?dist}
|
||||
Version: 8.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}
|
||||
Source0: https://github.com/aaugustin/websockets/archive/%{version}/%{pypi_name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
|
||||
@ -44,8 +44,8 @@ rm -vrf %{pypi_name}.egg-info
|
||||
rm -vf %{buildroot}%{python3_sitearch}/%{pypi_name}/speedups.c
|
||||
|
||||
%check
|
||||
# Tests fail randomly on ImportError
|
||||
WEBSOCKETS_TESTS_TIMEOUT_FACTOR=20 %{__python3} setup.py test || :
|
||||
WEBSOCKETS_TESTS_TIMEOUT_FACTOR=100 %{__python3} setup.py test
|
||||
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%license LICENSE
|
||||
@ -54,6 +54,9 @@ WEBSOCKETS_TESTS_TIMEOUT_FACTOR=20 %{__python3} setup.py test || :
|
||||
%{python3_sitearch}/%{pypi_name}/
|
||||
|
||||
%changelog
|
||||
* Sat Jul 13 2019 Julien Enselme <jujens@jujens.eu> - 8.0-1
|
||||
- Update to 8.0
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (websockets-6.0.tar.gz) = ef89ceb4844488b3322c98c762353067cef5df4ee71ec27ae59fe550302b6d4b789af4c5099b0945afb1eeadff5cc0ddb8df8e3309256dc59584640074340579
|
||||
SHA512 (websockets-8.0.tar.gz) = 22ce6f3b915bb064615d30ed9529dcf3183618564d24f99d8ad95fd44e4ada25e9eaf87ed00ad6114833d303c3b09de24336a2edcebb5276e4168236d2edc939
|
||||
|
Loading…
Reference in New Issue
Block a user