Tue, 21 May 2024 03:34:37 UTC | login

Information for build python-websockets-3.2-2.fc25

ID19048
Package Namepython-websockets
Version3.2
Release2.fc25
Epoch
SummaryAn implementation of the WebSocket Protocol for python with asyncio
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. It requires Python ≥ 3.4 or Python 3.3 with the asyncio module.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:29:30 UTC
CompletedSat, 14 Apr 2018 20:29:30 UTC
Tags
f28
f29
RPMs
src
python-websockets-3.2-2.fc25.src.rpm (info) (download)
noarch
python3-websockets-3.2-2.fc25.noarch.rpm (info) (download)
Changelog * Sun Sep 18 2016 Julien Enselme <jujens@jujens.eu> - 3.2-2 - Correct tests on Python 3.5.2 * Sun Sep 18 2016 Julien Enselme <jujens@jujens.eu> - 3.2-1 - Update to 3.2 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Tue Jun 21 2016 Julien Enselme <jujens@jujens.eu> - 3.1-1 - Update to 3.1 * Sun Feb 14 2016 Julien Enselme <jujens@jujens.eu> - 3.0-1 - Update to 3.0 - Correct build on rawhide * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sun Nov 22 2015 Julien Enselme <jujens@jujens.eu> - 2.7-1 - Update to 2.7 * Thu Nov 12 2015 Kalev Lember <klember@redhat.com> - 2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Wed Aug 26 2015 Julien Enselme <jujens@jujens.eu> - 2.6-1 - Initial package