Package python3-module-unpaddedbase64: Information
Source package: python3-module-unpaddedbase64
Version: 2.1.0-alt2
Build time: Oct 21, 2023, 12:16 PM
Category: Development/Python3
Report package bugLicense: Apache-2.0
Summary: Encode and decode Base64 without "=" padding
Description:
RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using "=" characters. However this conveys no benefit so many protocols choose to use Base64 without the "=" padding.
Maintainer: Vitaly Lipatov
Last changed
Aug. 5, 2023 Vitaly Lipatov 2.1.0-alt2
- switch to build with pyproject
May 31, 2022 Grigory Ustinov 2.1.0-alt1
- Build new version. - Build with check.
July 23, 2021 Grigory Ustinov 1.1.0-alt2
- Drop python2 support.