Update to 10.0
This commit is contained in:
parent
1065e4c6de
commit
88f0e380ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/websockets-8.0.2.tar.gz
|
/websockets-8.0.2.tar.gz
|
||||||
/websockets-8.1.tar.gz
|
/websockets-8.1.tar.gz
|
||||||
/websockets-9.1.tar.gz
|
/websockets-9.1.tar.gz
|
||||||
|
/websockets-10.0.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global pypi_name websockets
|
%global pypi_name websockets
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 9.1
|
Version: 10.0
|
||||||
Release: 1%{?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
|
||||||
|
|
||||||
@ -54,6 +54,10 @@ rm -vf %{buildroot}%{python3_sitearch}/%{pypi_name}/speedups.c
|
|||||||
%{python3_sitearch}/%{pypi_name}/
|
%{python3_sitearch}/%{pypi_name}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 10 2021 Tomas Hrnciar <thrnciar@redhat.com> - 10.0-1
|
||||||
|
- Update to 10.0
|
||||||
|
- Fixes: rhbz#2002542
|
||||||
|
|
||||||
* Mon Jul 19 2021 Carl George <carl@george.computer> - 9.1-1
|
* Mon Jul 19 2021 Carl George <carl@george.computer> - 9.1-1
|
||||||
- Latest upstream
|
- Latest upstream
|
||||||
- Resolves: rhbz#1955976
|
- Resolves: rhbz#1955976
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (websockets-9.1.tar.gz) = ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac
|
SHA512 (websockets-10.0.tar.gz) = 532289dc411d11cffc6e5aa07013cdad9655f124fbbd5dbdfe92985caf554644976a521466b1d3cbe124de11809e395b5e83195eac87495585779591b189c4d7
|
||||||
|
Loading…
Reference in New Issue
Block a user