summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-inflate64/0001-Do-not-override-const-qualifier.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3-inflate64: Upgrade 1.0.0 -> 1.0.1Leon Anavi2025-01-061-83/+0
| | | | | | | | | | | | | | Upgrade to release 1.0.1: * Change deflate_tree: base_length[] and length_code[] not to be const to avoid C2166 error on windows * Drop support for python 3.8 and add support for python 3.13 Patch 0001-Do-not-override-const-qualifier.patch has been merged in the upstream therefore the file is no longer needed. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inflate64: Fix build with clang fortified glibc headersKhem Raj2024-07-021-0/+83
This issue is seen with upcoming glibc 2.40 Signed-off-by: Khem Raj <raj.khem@gmail.com>