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 <redacted>
include $(TOPDIR)/rules.mk
PKG_NAME:=python-pkgconfig
-PKG_VERSION:=1.5.5
+PKG_VERSION:=1.6.0
PKG_RELEASE:=1
PYPI_NAME:=pkgconfig
-PKG_HASH:=deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899
+PKG_HASH:=4a5a6631ce937fafac457104a40d558785a658bbdca5c49b6295bc3fd651907f
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE