Tue, 21 May 2024 05:08:55 UTC | login

Information for build python-websockets-12.0-3.fc40

ID293514
Package Namepython-websockets
Version12.0
Release3.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-websockets.git#bf3eefa0d961fa4b252386977630b3fc5b7a58e8
SummaryImplementation of the WebSocket Protocol for Python
Descriptionwebsockets 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 29 Feb 2024 13:05:03 UTC
CompletedThu, 29 Feb 2024 14:03:32 UTC
Taskbuild (f40, /rpms/python-websockets.git:bf3eefa0d961fa4b252386977630b3fc5b7a58e8)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-websockets.git#bf3eefa0d961fa4b252386977630b3fc5b7a58e8'}}
Tags
f40
f41
RPMs
src
python-websockets-12.0-3.fc40.src.rpm (info) (download)
riscv64
python3-websockets-12.0-3.fc40.riscv64.rpm (info) (download)
python-websockets-debugsource-12.0-3.fc40.riscv64.rpm (info) (download)
python3-websockets-debuginfo-12.0-3.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 12.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jan 03 2024 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 12.0-1 - Update to 12.0 rhbz#2245452 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 11.0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 04 2023 Python Maint <python-maint@redhat.com> - 11.0.3-3 - Rebuilt for Python 3.12 * Wed Jun 28 2023 Major Hayden <major@redhat.com> - 11.0.3-2 - Switch to GitHub source to get tests - Replace tox with pytest - Add pyproject_check_import * Wed Jun 28 2023 Major Hayden <major@redhat.com> - 11.0.3-1 - Update to 11.0.3 * Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 11.0.2-2 - Rebuilt for Python 3.12 * Tue Apr 25 2023 Julien Enselme <jujens@jujens.eu> - 11.0.2-1 - Update to 11.0.2 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 10.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Dec 07 2022 Rommel Layco <rj.layco@gmail.com> - 10.4-1 - Update to 10.4 * Fri Aug 12 2022 Julien Enselme <jujens@jujens.eu> - 10.3-3 - Rebuild to update Python bytecode files. * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 10.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jul 09 2022 Fabian Affolter <mail@fabian-affolter.ch> - 10.3-1 - Update to latest upstream release 10.3 (closes rhbz#2076066) * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 10.2-2 - Rebuilt for Python 3.11 * 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 - Latest upstream rhbz#2023114 - Only run tests on x86 architectures * Wed Feb 02 2022 Carl George <carl@george.computer> - 10.0-3 - Convert to pyproject macros - Run test suite in %check