Updating link to change in openSUSE:Factory/python-sip revision 34.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=261f1b67d5cf6dbc8f69c788755f12ce
This commit is contained in:
OBS User buildservice-autocommit
2010-09-03 12:20:14 +00:00
committed by Git OBS Bridge
parent 5ef8a7649a
commit 3e59cb2832
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
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