summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-01-06 11:42:57 +0200
committerKhem Raj <raj.khem@gmail.com>2026-01-06 07:36:35 -0800
commit382e4de7d8b7d0e980fefcda7a06e5f20f5f26c0 (patch)
tree671cdd1d126753d41456d6005718b0f6e4d3af6a /meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb
parent768a03917189ba64d72ff3b7ac30358e185a21e3 (diff)
downloadmeta-openembedded-382e4de7d8b7d0e980fefcda7a06e5f20f5f26c0.tar.gz
python3-brotli: Upgrade 1.1.0 -> 1.2.0
Upgrade to release 1.2.0: SECURITY - python: added Decompressor::can_accept_more_data method and optional output_buffer_limit argument Decompressor::process; that allows mitigation of unexpectedly large output; reported by Charles Chan (https://github.com/charleswhchan) Added - decoder/encoder: added static initialization to reduce binary size - python: allow limiting decoder output (see SECURITY section) - CLI: brcat alias; allow decoding concatenated brotli streams - kt: pure Kotlin decoder - cgo: support "raw" dictionaries - build: Bazel modules Removed - java: dropped finalize() for native entities Fixed - java: in compress pass correct length to native encoder Improved - build: install man pages - build: updated / fixed / refined Bazel buildfiles - encoder: faster encoding - cgo: link via pkg-config - python: modernize extension / allow multi-phase module initialization Changed - decoder / encoder: static tables use "small" model (allows 2GiB+ binaries) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb b/meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb
new file mode 100644
index 0000000000..f4cdab65b6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-brotli_1.2.0.bb
@@ -0,0 +1,24 @@
1SUMMARY = "Brotli compression format"
2HOMEPAGE = "https://pypi.org/project/Brotli/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b"
6
7PYPI_PACKAGE = "brotli"
8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
9
10CVE_PRODUCT = "brotli"
11
12SRC_URI[sha256sum] = "e310f77e41941c13340a95976fe66a8a95b01e783d430eeaf7a2f87e0a57dd0a"
13
14inherit pypi pkgconfig python_setuptools_build_meta
15
16DEPENDS += " \
17 python3-pkgconfig-native \
18"
19
20RDEPENDS:${PN} += " \
21 python3-cffi \
22"
23
24BBCLASSEXTEND = "native nativesdk"