python-pkgconfig: bump to 1.6.0
authorAlexandru Ardelean <redacted>
Fri, 20 Mar 2026 16:18:45 +0000 (16:18 +0000)
committerAlexandru Ardelean <redacted>
Sat, 21 Mar 2026 05:46:45 +0000 (07:46 +0200)
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>
lang/python/python-pkgconfig/Makefile

index 64d707277224f7ef82225d1cb2814981347e42bd..8b5b82eef48cfe6841a86294d82be03f300cabde 100644 (file)
@@ -8,11 +8,11 @@
 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
git clone https://git.99rst.org/PROJECT