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 Jul 22 04:51:38 UTC 2025

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

Log Message:
py-sip6: updated to 6.12.0

v6.12.0

Support for C++11 enum base types

Bug fixes

Fixed a regression in v6.11.0 affecting class names as template arguments. Resolves #77

v6.11.1

Bug fixes

The PEP 517 build_wheel() hook has been fixed after it regressed in v6.11.0. Resolves #73
The handling of calls where self is passed as an argument in ABI v13 was fixed. Resolves #74

v6.11.0

Added the /Movable/ mapped type annotation
Support for template arguments in super-classes
Determining the version of the limited API to use
%Docstring support for namespaces
Support for operator~() in the global scope
Use consistent timestamps when creating wheel files
Bindings support for PEP 639
Normalised wheel names
pyproject.toml now conforms to PEP 639

Bug fixes

The handling of unknown %Timeline tags in %If directives has been fixed. An unknown tag is assumed to refer to a later version than all the known tags. Therefore (unknown -) will always be false, and 
(- unknown) will always be true.
Generated code will not contain digraphs. This usually affects C++ extensions being built with the default setuptools builder.
Long deprecation messages are now handled correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/py-sip6/Makefile
cvs rdiff -u -r1.18 -r1.19 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.27 pkgsrc/x11/py-sip6/Makefile:1.28
--- pkgsrc/x11/py-sip6/Makefile:1.27    Mon Jun  9 00:40:00 2025
+++ pkgsrc/x11/py-sip6/Makefile Tue Jul 22 04:51:38 2025
@@ -1,14 +1,11 @@
-# $NetBSD: Makefile,v 1.27 2025/06/09 00:40:00 gdt Exp $
+# $NetBSD: Makefile,v 1.28 2025/07/22 04:51:38 adam Exp $
 
 # Before updating sip, geography/qgis (as the most demanding sip user
 # currently known) must be tested to build and run ok.  The 6.8.0
 # release of sip was very broken, and .0 releases of sip should be
 # viewed with extreme caution and probably skipped.
-# 6.11.1: qgis 3.34 fails to build
-# 6.12.0: qgis 3.34 and 3.40 both fail to build
-DISTNAME=      sip-6.10.0
+DISTNAME=      sip-6.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/sip/sip6/}
-PKGREVISION=   1
 CATEGORIES=    x11 python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sip/}
 # Upstream NEWS is not in NEWS, but instead at:

Index: pkgsrc/x11/py-sip6/distinfo
diff -u pkgsrc/x11/py-sip6/distinfo:1.18 pkgsrc/x11/py-sip6/distinfo:1.19
--- pkgsrc/x11/py-sip6/distinfo:1.18    Fri Feb  7 21:41:22 2025
+++ pkgsrc/x11/py-sip6/distinfo Tue Jul 22 04:51:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2025/02/07 21:41:22 adam Exp $
+$NetBSD: distinfo,v 1.19 2025/07/22 04:51:38 adam Exp $
 
-BLAKE2s (sip-6.10.0.tar.gz) = a1c6b4182e2768a24c4a8865961988252953825d3219003e28638daec71acdf4
-SHA512 (sip-6.10.0.tar.gz) = 499339424eccb27309ca2d220cf57c29b484faed45849ea2ab7772a69841b617ab01a8261e70869e7071f4871bc7211a7bb421cc2ff30d0fcf46f28e4c41f323
-Size (sip-6.10.0.tar.gz) = 2344536 bytes
+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



Home | Main Index | Thread Index | Old Index