Update to 8.0.2
This commit is contained in:
parent
61576d2dd4
commit
198db8f157
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/websockets-5.0.1.tar.gz
|
||||
/websockets-6.0.tar.gz
|
||||
/websockets-8.0.tar.gz
|
||||
/websockets-8.0.2.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global pypi_name websockets
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 8.0
|
||||
Release: 4%{?dist}
|
||||
Version: 8.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: An implementation of the WebSocket Protocol for python with asyncio
|
||||
|
||||
License: BSD
|
||||
@ -55,6 +55,9 @@ rm -vf %{buildroot}%{python3_sitearch}/%{pypi_name}/speedups.c
|
||||
%{python3_sitearch}/%{pypi_name}/
|
||||
|
||||
%changelog
|
||||
* Tue Aug 20 2019 Julien Enselme <jujens@jujens> - 8.0.2-1
|
||||
- Update to 8.0.2
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 8.0-4
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (websockets-8.0.tar.gz) = 22ce6f3b915bb064615d30ed9529dcf3183618564d24f99d8ad95fd44e4ada25e9eaf87ed00ad6114833d303c3b09de24336a2edcebb5276e4168236d2edc939
|
||||
SHA512 (websockets-8.0.2.tar.gz) = 1925bb5a9e9e1c568b330e7443ab39be95393b18d0ed9fec2c6d8836296a405b0f448a3087baf738eed5094ebb9fee5795619e68cde0edfa3673c1797b984779
|
||||
|
Loading…
Reference in New Issue
Block a user