pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-sip



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep 15 19:30:03 UTC 2020

Modified Files:
        pkgsrc/x11/py-sip: Makefile.common distinfo

Log Message:
py-sip: updated to 4.19.24

v4.19.24
- Added support for Python v3.9.
- %InstanceCode is now used to provide the default result of virtual handlers
  that return a class or mapped type by value.
- 'android_abi' can now be used in a configuration file when building the sip
  module using qmake.  This is required when using Qt v5.14 or later on
  Android.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/py-sip/Makefile.common
cvs rdiff -u -r1.48 -r1.49 pkgsrc/x11/py-sip/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-sip/Makefile.common
diff -u pkgsrc/x11/py-sip/Makefile.common:1.7 pkgsrc/x11/py-sip/Makefile.common:1.8
--- pkgsrc/x11/py-sip/Makefile.common:1.7       Fri Jul 10 20:02:23 2020
+++ pkgsrc/x11/py-sip/Makefile.common   Tue Sep 15 19:30:03 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.7 2020/07/10 20:02:23 rhialto Exp $
+# $NetBSD: Makefile.common,v 1.8 2020/09/15 19:30:03 adam Exp $
 #
 # used by x11/py-sip/Makefile
 # used by x11/py-sip-qt4/Makefile
 # used by x11/py-sip-qt5/Makefile
 
-DISTNAME=      sip-4.19.23
+DISTNAME=      sip-4.19.24
 CATEGORIES=    x11 devel python
 MASTER_SITES=  https://www.riverbankcomputing.com/static/Downloads/sip/${PKGVERSION_NOREV}/
 
@@ -59,4 +59,3 @@ SUBST_CLASSES+=               pyversfx
 SUBST_STAGE.pyversfx=  pre-configure
 SUBST_FILES.pyversfx=  sipgen/sipgen.sbf
 SUBST_VARS.pyversfx=   PYVERSSUFFIX
-

Index: pkgsrc/x11/py-sip/distinfo
diff -u pkgsrc/x11/py-sip/distinfo:1.48 pkgsrc/x11/py-sip/distinfo:1.49
--- pkgsrc/x11/py-sip/distinfo:1.48     Thu Jun 11 14:49:15 2020
+++ pkgsrc/x11/py-sip/distinfo  Tue Sep 15 19:30:03 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.48 2020/06/11 14:49:15 adam Exp $
+$NetBSD: distinfo,v 1.49 2020/09/15 19:30:03 adam Exp $
 
-SHA1 (sip-4.19.23.tar.gz) = 3601678ce3b5c8e29a0a2b916ca09dbba9e35b73
-RMD160 (sip-4.19.23.tar.gz) = 8f99219ea118f829c0f7239dfc1e52a792ef4c6b
-SHA512 (sip-4.19.23.tar.gz) = a50c6202ebb6a5d1c98b6fc79925fa5d82236a944003854b057be9e2f7340d5cd689ba0e08f46f521736f3574c4089768c869bb8921e66b23944a31a832770f1
-Size (sip-4.19.23.tar.gz) = 1053640 bytes
+SHA1 (sip-4.19.24.tar.gz) = bc509d2a9999e454751f1ccb674d01d204c09286
+RMD160 (sip-4.19.24.tar.gz) = 6c281e3ece414f5de4a05b107093ec3ffef24ab1
+SHA512 (sip-4.19.24.tar.gz) = c9acf8c66da6ff24ffaeed254c11deabbc587cea0eb50164f2016199af30b85980f96a2d754ae5e7fe080f9076673b1abc82e2a6a41ff2ac442fb2b326fca1c0
+Size (sip-4.19.24.tar.gz) = 1055461 bytes
 SHA1 (patch-configure.py) = 822a5fd4b23dde511fb9268a32458d7cd46d91ea
 SHA1 (patch-sipgen_sipgen.sbf) = f90554d3d0e4cdcf33e69f492281a028ed6975fb
 SHA1 (patch-siputils.py) = 39436983efbf6719b376084a14b8c71b708ed329



Home | Main Index | Thread Index | Old Index