Accepting request 29769 from KDE:Qt46
Copy from KDE:Qt46/python-sip via accept of submit request 29769 revision 3. Request was accepted with message: thanks! OBS-URL: https://build.opensuse.org/request/show/29769 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=31
This commit is contained in:
parent
729ac34011
commit
3a985e8ae2
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
3
sip-4.10.tar.bz2
Normal file
3
sip-4.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f7fc47d863ae97251756f78c813c489c955e1ddad00e0c2a820e2044046df88
|
||||
size 493166
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:158f7453bd3da28fc461c65f88e2ceefe1841ff9a8df4de9c8dfee3cecc05808
|
||||
size 494120
|
Loading…
x
Reference in New Issue
Block a user