Update to latest upstream release 10.2 (closes rhbz#2056433)
This commit is contained in:
parent
8e417ac667
commit
39830c63ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/websockets-9.1.tar.gz
|
/websockets-9.1.tar.gz
|
||||||
/websockets-10.0.tar.gz
|
/websockets-10.0.tar.gz
|
||||||
/websockets-10.1.tar.gz
|
/websockets-10.1.tar.gz
|
||||||
|
/websockets-10.2.tar.gz
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 10.1
|
Version: 10.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An implementation of the WebSocket Protocol for python with asyncio
|
Summary: Implementation of the WebSocket Protocol for Python
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/aaugustin/websockets
|
URL: https://github.com/aaugustin/websockets
|
||||||
@ -55,6 +55,9 @@ BuildRequires: python3-devel
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 22 2022 Fabian Affolter <mail@fabian-affolter.ch> - 10.2-1
|
||||||
|
- Update to latest upstream release 10.2 (closes rhbz#2056433)
|
||||||
|
|
||||||
* Thu Feb 03 2022 Carl George <carl@george.computer> - 10.1-1
|
* Thu Feb 03 2022 Carl George <carl@george.computer> - 10.1-1
|
||||||
- Latest upstream rhbz#2023114
|
- Latest upstream rhbz#2023114
|
||||||
- Only run tests on x86 architectures
|
- Only run tests on x86 architectures
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (websockets-10.1.tar.gz) = c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b
|
SHA512 (websockets-10.2.tar.gz) = b8c7fbe627e1c411112b0d66e561aa9bcf15d6de07a9cccd203211e0e6af49762774e09f8c5f4523fe214731ae7a96ed4b63639c7ed66fee062cdda3e5fba350
|
||||||
|
Loading…
Reference in New Issue
Block a user