forked from pool/python-sip
Accepting request 31828 from KDE:Qt
Copy from KDE:Qt/python-sip based on submit request 31828 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/31828 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip?expand=0&rev=27
This commit is contained in:
commit
3ea0288e17
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sip (Version 4.9.3)
|
||||
# spec file for package python-sip (Version 4.10)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -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