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:   wiz
Date:           Wed Dec 10 00:54:56 UTC 2008

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/py-sip/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/py-sip/distinfo

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



Home | Main Index | Thread Index | Old Index