Ross Burton
3809d75326
meta-python: remove redundant PYPI_PACKAGE assignments
...
Remove assignments to PYPI_PACKAGE where the value is the default value,
that is the recipe name with any python3- prefix removed.
Signed-off-by: Ross Burton <ross.burton@arm.com >
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com >
2026-09-04 17:10:37 -07:00
Ross Burton
e2f053038c
meta-python: remove redundant UPSTREAM_CHECK_PYPI_PACKAGE
...
Remove redundant UPSTREAM_CHECK_PYPI_PACKAGE assignments of PYPI_PACKAGE,
which is the default value.
Signed-off-by: Ross Burton <ross.burton@arm.com >
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com >
2026-09-04 17:10:37 -07:00
Leon Anavi
382e4de7d8
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 >
2026-01-06 07:36:35 -08:00