mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Changelog since 1.5.5: - Drop Python < 3.9 support; add Python 3.9-3.14 support - Replace deprecated distutils with setuptools for Python 3.12+ compatibility - Reorganize to src/ layout - Migrate CI from Travis CI to GitHub Actions - Fix edge cases in configure_extension() for empty compiler/linker flags Full changelog: https://github.com/matze/pkgconfig/releases Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>