| Name: | python3-engineio |
|---|---|
| Version: | 4.4.0 |
| Release: | 2.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 325973 |
| License: | MIT |
| RPM: | python3-engineio-4.4.0-2.el9.noarch.rpm |
| Source RPM: | python-engineio-4.4.0-2.el9.src.rpm |
| Build Date: | Wed Mar 29 2023 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/miguelgrinberg/python-engineio/ |
| Summary: | Python Engine.IO server and client |
| Description: | Engine.IO is a lightweight transport protocol that enables real-time bidirectional event-based communication between clients (typically, though not always, web browsers) and a server. The official implementations of the client and server components are written in JavaScript. This package provides Python implementations of both, each with standard and asyncio variants. |
- Patch out test coverage analysis
- Update to 4.4.0 (close RHBZ#2179209)
- Don’t assume %_smp_mflags is -j%_smp_build_ncpus
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Add missing patch file
- Apply upstream patch for Python 3.11 test failures
- Don’t ship package-lock.json files with the examples - This keeps from having automated bugs filed for irrelevant CVE’s in NPM packages that are mentioned there. See RHBZ#2127005.
- Update to 4.3.4 (close RHBZ#2115112)
- Confirm that License is SPDX MIT (no License field change)
- Skip the tests that fail on Python 3.11 (close RHBZ#2094381)