- update to 4.11:
- Added the %UnitPostIncludeCode directive. - /KeepReference/ will now accept a key to track when the same object is passed to more than one method. - operator() and __call__() can now accept keyword arguments. - Added support for Python v3.2. - update to 4.10.5: - A bug fix release for Python v3 and Python v2.7. - Use capsules when being built for Python v2.7 to work around an apparent bug in the support for PyCObject. - Added support for Q_SLOT, Q_SLOTS, Q_SIGNAL and Q_SIGNALS. - Added the /__len__/ function annotation. OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=41
This commit is contained in:
parent
fbb051486d
commit
635beba9eb
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 1 10:42:55 CEST 2010 - dmueller@suse.de
|
||||
|
||||
- update to 4.11:
|
||||
- Added the %UnitPostIncludeCode directive.
|
||||
- /KeepReference/ will now accept a key to track when the same object is
|
||||
passed to more than one method.
|
||||
- operator() and __call__() can now accept keyword arguments.
|
||||
- Added support for Python v3.2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 16 22:54:32 CEST 2010 - dmueller@suse.de
|
||||
|
||||
- update to 4.10.5:
|
||||
- A bug fix release for Python v3 and Python v2.7.
|
||||
- Use capsules when being built for Python v2.7 to work around an apparent
|
||||
bug in the support for PyCObject.
|
||||
- Added support for Q_SLOT, Q_SLOTS, Q_SIGNAL and Q_SIGNALS.
|
||||
- Added the /__len__/ function annotation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 8 16:51:34 CEST 2010 - dmueller@suse.de
|
||||
|
||||
- update to 4.10.2:
|
||||
- A bug fix release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 19:49:19 UTC 2010 - cmorve69@yahoo.es
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-sip (Version 4.10.1)
|
||||
# spec file for package python-sip (Version 4.10.2)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -23,8 +23,8 @@ BuildRequires: c++_compiler python python-devel
|
||||
License: GPLv2+
|
||||
Group: Development/Libraries/Python
|
||||
Summary: SIP tool to use python sip bindings
|
||||
Version: 4.10.1
|
||||
Release: 2
|
||||
Version: 4.11
|
||||
Release: 1
|
||||
%define rversion %version
|
||||
Url: http://www.riverbankcomputing.com/software/sip/intro
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0c87c31dc840de6f17706e333437942cc152a3d10b8b52ac7d5b59fa3d10007
|
||||
size 448886
|
3
sip-4.11.tar.bz2
Normal file
3
sip-4.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11f5969b8e917e6f2a549921a004158f82471cb86e3ede5fb42a64a653e46bc0
|
||||
size 453646
|
Loading…
x
Reference in New Issue
Block a user