pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-sip Update to 4.7.9:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4941ead88bca
branches:  trunk
changeset: 551208:4941ead88bca
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 10 00:54:55 2008 +0000

description:
Update to 4.7.9:

SIP v4.7.9 has been released.

This is a bug fix release needed to build PyKDE v3.16.2.

SIP v4.7.8 has been released.

* Added the /Deprecated/ class and function annotation (based on
a patch from Lorenzo Berni).
* Templates now support instance variables and enums.
* A Python int object can now be used whenever an enum is expected
without needing to explicitly cast it using the enum's constructor.
The /Constrained/ argument annotation can be used to suppress this
behaviour.
* typedef type names are now used in string representations of
types (e.g. in the names of mapped types) to reflect what the
programmer sees rather than what the compiler sees. The /NoTypeName/
typedef annotation can be used to suppress this behaviour.

diffstat:

 x11/py-sip/Makefile |  4 ++--
 x11/py-sip/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 201a9336906a -r 4941ead88bca x11/py-sip/Makefile
--- a/x11/py-sip/Makefile       Wed Dec 10 00:48:38 2008 +0000
+++ b/x11/py-sip/Makefile       Wed Dec 10 00:54:55 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/11/28 09:47:59 hasso Exp $
+# $NetBSD: Makefile,v 1.3 2008/12/10 00:54:55 wiz Exp $
 #
 
-DISTNAME=      sip-4.7.7
+DISTNAME=      sip-4.7.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    x11 devel python
 MASTER_SITES=  http://www.riverbankcomputing.com/static/Downloads/sip4/
diff -r 201a9336906a -r 4941ead88bca x11/py-sip/distinfo
--- a/x11/py-sip/distinfo       Wed Dec 10 00:48:38 2008 +0000
+++ b/x11/py-sip/distinfo       Wed Dec 10 00:54:55 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/10/08 14:10:45 wiz Exp $
+$NetBSD: distinfo,v 1.2 2008/12/10 00:54:56 wiz Exp $
 
-SHA1 (sip-4.7.7.tar.gz) = e9842ddcd7e4f973ddd3c5337d5540d664463152
-RMD160 (sip-4.7.7.tar.gz) = 117cf22b71e6b88c8181a1b0f40f1735d0c52f45
-Size (sip-4.7.7.tar.gz) = 464994 bytes
+SHA1 (sip-4.7.9.tar.gz) = a8eabe3890a1fc42ec77ac82fa41344ad23abe09
+RMD160 (sip-4.7.9.tar.gz) = 719f7c7ae211ceb2bb7609c5e70d864054ccd23d
+Size (sip-4.7.9.tar.gz) = 471372 bytes
 SHA1 (patch-aa) = 97bf03e1bfd687773d137a88f6eb527e481c400d
 SHA1 (patch-ab) = f5ba9704fc3867a1273dca534b145cdb14b070e7



Home | Main Index | Thread Index | Old Index