summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-crc32c_2.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-crc32c: Declare Zlib licenseBastian Germann2025-02-031-1/+1
| | | | | | | | | The CRC32C-ADLER license is the same as the SPDX-standardized Zlib. Use Zlib over CRC32C-ADLER and as it is the last reference, remove the CRC32C-ADLER license. Signed-off-by: Bastian Germann <bage@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-crc32c: Amend LICENSE declarationNiko Mauno2024-08-261-1/+1
| | | | | | | | | According to https://github.com/ICRAR/crc32c/blob/v2.3/LICENSE and https://github.com/ICRAR/crc32c?tab=readme-ov-file#license change 'LGPL-2.0-or-later' in LICENSE value to 'LGPL-2.1-or-later'. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-crc32c: Correct the license informationPeter Kjellerstedt2023-04-051-1/+1
| | | | | | | | Correct "startline=" to "beginline=" in LIC_FILES_CHKSUM so that the correct lines from crc32c_adler.c are used. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-crc32c: upgrade 2.2.post0 -> 2.3zhengruoqin2022-06-301-0/+22
Changelog: ========== *Improved macro definition logic and platform detection to enable building universal2 binary wheels for macOS, alongside arm64 and x86_64 ones; added step to GitHub Actions to generate and publish them (#28). *Mention explicit support for Python 3.10. *Fixed minor compilation warning in ARM64 builds. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>