mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-01 16:10:25 +00:00
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>
11 lines
366 B
BlitzBasic
11 lines
366 B
BlitzBasic
SUMMARY = "Fast Base64 encoding/decoding in Python"
|
|
HOMEPAGE = "https://github.com/mayeut/pybase64"
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=5042ea9bdb8e0560ebab12bceefcd3f7"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
SRC_URI[sha256sum] = "545ab2a433769e3b8e1ce2b4f7b07218bbde202f4954fbfe52948b2522120727"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|