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:           Fri Oct 20 14:30:17 UTC 2023

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

Log Message:
py-sip6: updated to 6.7.12

SIP v6.7.12

This adds support for Python v3.12.

Added sipPyTypeDictRef() to the v12 and v13 ABIs. sipPyTypeDict() is now deprecated and must not be used with Python v3.12 and later.
Classes will automatically support being iterated over if they implement __getitem__() or operator[] and have a method annotated with __len__.
The latest version of ABI v13 is v13.6.0.
The latest version of ABI v12 is v12.13.0.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/py-sip6/Makefile
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/x11/py-sip6/Makefile:1.10
--- pkgsrc/x11/py-sip6/Makefile:1.9     Fri Aug  4 04:51:24 2023
+++ pkgsrc/x11/py-sip6/Makefile Fri Oct 20 14:30:17 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/08/04 04:51:24 adam Exp $
+# $NetBSD: Makefile,v 1.10 2023/10/20 14:30:17 adam Exp $
 
-DISTNAME=      sip-6.7.11
+DISTNAME=      sip-6.7.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/sip/sip6/}
 CATEGORIES=    x11 python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sip/}

Index: pkgsrc/x11/py-sip6/distinfo
diff -u pkgsrc/x11/py-sip6/distinfo:1.7 pkgsrc/x11/py-sip6/distinfo:1.8
--- pkgsrc/x11/py-sip6/distinfo:1.7     Sun Aug  6 19:18:35 2023
+++ pkgsrc/x11/py-sip6/distinfo Fri Oct 20 14:30:17 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2023/08/06 19:18:35 adam Exp $
+$NetBSD: distinfo,v 1.8 2023/10/20 14:30:17 adam Exp $
 
-BLAKE2s (sip-6.7.11.tar.gz) = 821f58efd848b50cd458e4c287c1f994d53a7f3dc9e4e8b00d4dc7f343e37712
-SHA512 (sip-6.7.11.tar.gz) = a9247714fd6f6e6dffff2e6b53b35a7831ced55f0706e7c883d6700f22b814dc2cf1e56e681214759c90386ff2c77cb4ace6d07cd0c8b6da0ed65444f9857056
-Size (sip-6.7.11.tar.gz) = 1165368 bytes
+BLAKE2s (sip-6.7.12.tar.gz) = a4f96fa780f4a432c84a9572605107be33c4f73c759aba8d40e04da4c08cd93b
+SHA512 (sip-6.7.12.tar.gz) = 885c32a051e882b82b59bf1365050933f8fc1c619b19f4bc03235edc5741a5e14aae8edf90479ad0283f74ba5c5233a2589c151ec865b130199a6db9800a2294
+Size (sip-6.7.12.tar.gz) = 1169656 bytes
 SHA1 (patch-sipbuild_buildable.py) = a914fcd890f5f1228a09f40617e5da0e1ed9830b



Home | Main Index | Thread Index | Old Index