diff mbox series

[meta-python,47/70] python3-pybase64: upgrade 1.4.3 -> 1.5.0

Message ID 20260819093514.1101-47-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/70] avro-c: upgrade 1.12.1 -> 1.12.2 | expand

Commit Message

Wang Mingyu Aug. 19, 2026, 9:34 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2026

Changelog:
===========
- Speed-up translation on aarch64
- Fix invalid data successfully decoded when using altchars (slice ends with padding)
- Fix thread safety selecting codec
- Add padded and wrapcol parameters to b64encode
- Add padded parameter to urlsafe_b64encode
- Add padded parameter to b64decode & urlsafe_b64decode
- urlsafe_b64decode now defaults to padded=False to align with Python 3.15 behavior
- Add ignorechars and canonical parameters to b64decode
- Handle excess padding with the same behavior as CPython 3.15
- Reject non-ASCII strings in b64decode when validate=False
- Deprecate accepting the + and / characters with an alternative alphabet when decoding
- Use ValueError instead of AssertionError on altchars length validation
- Add SBOM to PyPI wheels
- Publish python 3.15 wheels
- Drop python 3.8 support
- Stop publishing python 3.13t wheels

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-pybase64_1.4.3.bb => python3-pybase64_1.5.0.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pybase64_1.4.3.bb => python3-pybase64_1.5.0.bb} (56%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pybase64_1.4.3.bb b/meta-python/recipes-devtools/python/python3-pybase64_1.5.0.bb
similarity index 56%
rename from meta-python/recipes-devtools/python/python3-pybase64_1.4.3.bb
rename to meta-python/recipes-devtools/python/python3-pybase64_1.5.0.bb
index e4a90c3f7d..a07c5042d5 100644
--- a/meta-python/recipes-devtools/python/python3-pybase64_1.4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pybase64_1.5.0.bb
@@ -1,10 +1,10 @@ 
 SUMMARY = "Fast Base64 encoding/decoding in Python"
 HOMEPAGE = "https://github.com/mayeut/pybase64"
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=84b11fa55a5d83cf6fa202fd3b49c7e8"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5042ea9bdb8e0560ebab12bceefcd3f7"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "c2ed274c9e0ba9c8f9c4083cfe265e66dd679126cd9c2027965d807352f3f053"
+SRC_URI[sha256sum] = "545ab2a433769e3b8e1ce2b4f7b07218bbde202f4954fbfe52948b2522120727"
 
 BBCLASSEXTEND = "native nativesdk"