| Name: | python3-websockets |
|---|---|
| Version: | 14.2 |
| Release: | 2.el10_0 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 1700260 |
| License: | BSD-3-Clause |
| RPM: | python3-websockets-14.2-2.el10_0.aarch64.rpm |
| Source RPM: | python-websockets-14.2-2.el10_0.src.rpm |
| Build Date: | Tue Aug 05 2025 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/aaugustin/websockets |
| Summary: | Implementation of the WebSocket Protocol for Python |
| Description: | websockets is a library for developing WebSocket servers and clients in Python. It implements RFC 6455 with a focus on correctness and simplicity. It passes the Autobahn Testsuite. Built on top of Python’s asynchronous I/O support introduced in PEP 3156, it provides an API based on coroutines, making it easy to write highly concurrent applications. |
- Add patch to remove shell=True
- Update to version 14.2 Resolves: RHEL-103750
- Bump release for October 2024 mass rebuild: Resolves: RHEL-64018
- Bump release for June 2024 mass rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Update to 12.0 rhbz#2245452
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for Python 3.12
- Switch to GitHub source to get tests - Replace tox with pytest - Add pyproject_check_import