[Lunar-commits] r26249 - moonbase/trunk/devel/sip

Dennis Veatch stumbles at lunar-linux.org
Wed Oct 17 15:41:45 CEST 2007


Author: stumbles
Date: 2007-10-17 15:41:45 +0200 (Wed, 17 Oct 2007)
New Revision: 26249

Modified:
   moonbase/trunk/devel/sip/DETAILS
Log:

Various fixes for bugs in the handling of protected classes. The XML export now
has an optional "pickle" attribute on the "Class" element. Added the 
TransferThis function annotation. Tiny documentation fix. Added the documentation
section describing how to access the SIP API when embedding Python in a C/C++ 
application.



Modified: moonbase/trunk/devel/sip/DETAILS
===================================================================
--- moonbase/trunk/devel/sip/DETAILS	2007-10-17 08:00:47 UTC (rev 26248)
+++ moonbase/trunk/devel/sip/DETAILS	2007-10-17 13:41:45 UTC (rev 26249)
@@ -1,20 +1,20 @@
           MODULE=sip
-         VERSION=4.7
+         VERSION=4.7.1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.riverbankcomputing.com/Downloads/sip4/
-      SOURCE_VFY=sha1:e1f70a613ab64c1c2227ef2e49a64265a30dc65a
+      SOURCE_VFY=sha1:458b305f7d5c4213a1bed032d87fdaff89a72fe0
         WEB_SITE=http://www.riverbankcomputing.co.uk/sip/index.php
          ENTERED=20020520
-         UPDATED=20070731
-           SHORT="SIP is a tool to create Python bindings for C++ libraries"
+         UPDATED=20071017
+           SHORT="create Python bindings for C++ libraries"
 
 cat << EOF
-SIP is a tool that makes it very easy to create Python bindings for C++ 
-libraries. It was originally developed to create PyQt, the Python 
-bindings for the Qt toolkit, but can be used to create bindings for any 
-C++ library. 
-SIP comprises a code generator and a Python module. The code generator 
-processes a set of specification files and generates C++ code which is 
-then compiled to create the bindings extension module. The SIP Python 
-module provides support functions to the automatically generated code. 
+SIP is a tool that makes it very easy to create Python bindings for C++
+libraries. It was originally developed to create PyQt, the Python
+bindings for the Qt toolkit, but can be used to create bindings for any
+C++ library.
+SIP comprises a code generator and a Python module. The code generator
+processes a set of specification files and generates C++ code which is
+then compiled to create the bindings extension module. The SIP Python
+module provides support functions to the automatically generated code.
 EOF



More information about the Lunar-commits mailing list