mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-25 19:51:32 +00:00
Upgrade to release 1.3.2: - Fix type hints to allow BytesMessage to accept bytes again, as well as bytearray. Release 1.3.1: - Add additional license identifier to pyproject.toml. - Use Python 3.13 to build the docs to match ReadTheDocs build environment. Release 1.3.0: - Require h11>=0.16 dependency. - Fix "Upgrade" header value to match RFC. - Add reason "Switching Protocols" to handshake response. - Add docs for wsproto.Connection - Add support for Python 3.12, 3.13, and 3.14. - Drop support for Python 3.7, 3.8, and 3.9. - Improve Python typing, specifically bytes vs. bytearray. - Various linting, styling, and packaging improvements. Fixes: WARNING: python3-wsproto-1.3.2-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
464 B
BlitzBasic
16 lines
464 B
BlitzBasic
SUMMARY = "WebSockets state-machine based protocol implementation"
|
|
HOMEPAGE = "https://github.com/python-hyper/wsproto/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=69fabf732409f4ac61875827b258caaf"
|
|
|
|
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
|
|
|
PTEST_PYTEST_DIR = "test"
|
|
|
|
SRC_URI[sha256sum] = "b86885dcf294e15204919950f666e06ffc6c7c114ca900b060d6e16293528294"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-h11 \
|
|
python3-netclient \
|
|
"
|