mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 17:32:06 +00:00
python3-pybase64: upgrade 1.4.3 -> 1.5.0
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> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+2
-2
@@ -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"
|
||||
Reference in New Issue
Block a user