pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/py-sip6



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 11 12:37:45 UTC 2025

Modified Files:
        pkgsrc/x11/py-sip6: Makefile distinfo

Log Message:
py-sip6: updated to 6.14.0

6.14.0

Specification of target ABI version

sip-sdist now has a --abi-version command line option to be used if a value is not specified in pyproject.toml.

Bug fixes

Bugs in the handling of the default target ABI have been fixed.
Fixed a regression in v6.13.1 in the handling of composite modules.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/py-sip6/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/py-sip6/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/py-sip6/Makefile
diff -u pkgsrc/x11/py-sip6/Makefile:1.29 pkgsrc/x11/py-sip6/Makefile:1.30
--- pkgsrc/x11/py-sip6/Makefile:1.29    Tue Jul 22 18:32:44 2025
+++ pkgsrc/x11/py-sip6/Makefile Tue Nov 11 12:37:45 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2025/07/22 18:32:44 gdt Exp $
+# $NetBSD: Makefile,v 1.30 2025/11/11 12:37:45 adam Exp $
 
 # Before updating sip, geography/qgis (as the most demanding sip user
 # currently known) must be tested to build and run (with an actual
@@ -16,7 +16,7 @@
 # other packaging systems -- the MAINTAINER's decision is that lack of
 # trouble is more important than fast updates.
 
-DISTNAME=      sip-6.12.0
+DISTNAME=      sip-6.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/sip/sip6/}
 CATEGORIES=    x11 python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sip/}
@@ -29,8 +29,8 @@ HOMEPAGE=     https://github.com/Python-SIP/
 COMMENT=       Tool to create Python bindings for C++ libraries
 LICENSE=       sip-license OR gnu-gpl-v2 OR gnu-gpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=8:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=24.2:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= c c++

Index: pkgsrc/x11/py-sip6/distinfo
diff -u pkgsrc/x11/py-sip6/distinfo:1.19 pkgsrc/x11/py-sip6/distinfo:1.20
--- pkgsrc/x11/py-sip6/distinfo:1.19    Tue Jul 22 04:51:38 2025
+++ pkgsrc/x11/py-sip6/distinfo Tue Nov 11 12:37:45 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/07/22 04:51:38 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/11/11 12:37:45 adam Exp $
 
-BLAKE2s (sip-6.12.0.tar.gz) = ad4b696590efdce0fe0156feee09c7236b1189d674e1c675a94aa9b1da9df64d
-SHA512 (sip-6.12.0.tar.gz) = 332ebd635b4ab827e8af43fca6b7dd35a889ca7192044e8e5f9f720236ac6128008662a35dd04e01d08fd45e4b6717a3d4b1d18989f74a6e39f0eb345c103b46
-Size (sip-6.12.0.tar.gz) = 2348425 bytes
+BLAKE2s (sip-6.14.0.tar.gz) = 5fc3371e36f3ba960be4bfadacc31df4f5145d0ae715a6a6d250a832bf7a9e85
+SHA512 (sip-6.14.0.tar.gz) = 77bc52cccc9f6eb76aaf7c4e25b4a9d3deccfc02ce3f4d649c6d9f4139c7ffe250d025f7c6de130d88784e39d6294bb1236bb70e7b06cf5d90d5e10667d7d4d1
+Size (sip-6.14.0.tar.gz) = 2349267 bytes



Home | Main Index | Thread Index | Old Index