[Lunar-commits] <moonbase> sip: version bumped to 4.12.1.
Florin Braescu
florin at lunar-linux.org
Mon Jan 24 17:07:07 CET 2011
commit 9e4e10e78afe337fa26bcacb77336a9ac4efce94
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Jan 24 18:07:07 2011 +0200
sip: version bumped to 4.12.1.
Changes:
- Added support for the __getattribute__, __getattr__, __setattr__ and
__delattr__ methods.
- Added the /RaisesPyException/ function annotation.
- Added SIP_SSIZE_T as a predefined type.
- PyObject * can now be used as a synonym for SIP_PYOBJECT.
- Added sip.ispycreated() to the sip module.
- Added the --deployment-target flag to configure.py for MacOS/X.
---
python/sip/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/python/sip/DETAILS b/python/sip/DETAILS
index 94c3aaa..8ba3ab9 100644
--- a/python/sip/DETAILS
+++ b/python/sip/DETAILS
@@ -1,12 +1,12 @@
MODULE=sip
- VERSION=4.12
+ VERSION=4.12.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=http://www.riverbankcomputing.com/static/Downloads/sip4
SOURCE_URL[1]=http://spacehopper.org/mirrors
- SOURCE_VFY=sha1:6ab3232d44afc2c58dc347103653313fda4e0d33
+ SOURCE_VFY=sha1:f54a94f25c9756ea365ee28a9dfdfc292a658cee
WEB_SITE=http://www.riverbankcomputing.co.uk/software/sip/intro
ENTERED=20020520
- UPDATED=20101225
+ UPDATED=20110124
SHORT="Create Python bindings for C++ libraries"
cat << EOF
More information about the Lunar-commits
mailing list