diff --git a/python-sip.changes b/python-sip.changes index f714cfb..92195b6 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Jan 15 10:11:19 UTC 2010 - tittiatcoke@gmail.com + +- update to 4.10 + * Added the sip.voidptr.ascapsule() method. + * Added the -P command line option to build modules with + "protected" redefined to "public" if supported by the platform. + This can result in significantly smaller modules. + * Added the -o command line option to automatically generate docstrings. + * Added the -k command line option and /KeywordArgs/ and /NoKeywordArgs/ + function annotations to support keyword arguments. + * Added the /Default/ exception annotation. + * Added the /DocType/ argument, function, mapped type and variable annotations. + * Added the /DocValue/ argument annotation. + * Added the %Docstring directive to specify explicit docstrings for classes, + functions and methods. + * Added sipError to %MethodCode to allow user errors to be distinguished + from interpreter errors. + * Added sipBadCallableArg() to the C API. + * Added support for configuring and building outside of the source tree. + ------------------------------------------------------------------- Tue Nov 24 10:46:00 CET 2009 - hpj@urpla.net diff --git a/python-sip.spec b/python-sip.spec index 6d4d207..58b45e6 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -23,7 +23,7 @@ BuildRequires: c++_compiler python python-devel License: GPLv2+ Group: Development/Libraries/Python Summary: SIP tool to use python sip bindings -Version: 4.9.3 +Version: 4.10 Release: 1 %define rversion %version Url: http://www.riverbankcomputing.com/software/sip/intro diff --git a/sip-4.10.tar.bz2 b/sip-4.10.tar.bz2 new file mode 100644 index 0000000..7ff398d --- /dev/null +++ b/sip-4.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7fc47d863ae97251756f78c813c489c955e1ddad00e0c2a820e2044046df88 +size 493166 diff --git a/sip-4.9.3.tar.bz2 b/sip-4.9.3.tar.bz2 deleted file mode 100644 index 2862311..0000000 --- a/sip-4.9.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:158f7453bd3da28fc461c65f88e2ceefe1841ff9a8df4de9c8dfee3cecc05808 -size 494120