summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-01-21 11:02:41 +0200
committerKhem Raj <raj.khem@gmail.com>2026-01-21 15:31:08 -0800
commit7476295bea9c6751e0ae41a77eb847d1443f05f8 (patch)
tree238e86f67a403e9884c58321d03fe6ffe16f6e12 /meta-python
parenta25b352d19d28ef66ad36352332a815e4adf667f (diff)
downloadmeta-openembedded-7476295bea9c6751e0ae41a77eb847d1443f05f8.tar.gz
python3-wsproto: Upgrade 1.2.0 -> 1.3.2
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-wsproto_1.3.2.bb (renamed from meta-python/recipes-devtools/python/python3-wsproto_1.2.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wsproto_1.2.0.bb b/meta-python/recipes-devtools/python/python3-wsproto_1.3.2.bb
index 4aac092fbe..3a9b18b7af 100644
--- a/meta-python/recipes-devtools/python/python3-wsproto_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-wsproto_1.3.2.bb
@@ -3,11 +3,11 @@ HOMEPAGE = "https://github.com/python-hyper/wsproto/"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=69fabf732409f4ac61875827b258caaf" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=69fabf732409f4ac61875827b258caaf"
5 5
6inherit pypi setuptools3 ptest-python-pytest 6inherit pypi python_setuptools_build_meta ptest-python-pytest
7 7
8PTEST_PYTEST_DIR = "test" 8PTEST_PYTEST_DIR = "test"
9 9
10SRC_URI[sha256sum] = "ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065" 10SRC_URI[sha256sum] = "b86885dcf294e15204919950f666e06ffc6c7c114ca900b060d6e16293528294"
11 11
12RDEPENDS:${PN} += " \ 12RDEPENDS:${PN} += " \
13 python3-h11 \ 13 python3-h11 \