2010-06-08 16:52:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 8 16:51:34 CEST 2010 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.10.2:
|
|
|
|
- A bug fix release.
|
|
|
|
|
2010-05-25 14:08:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 19 19:49:19 UTC 2010 - cmorve69@yahoo.es
|
|
|
|
|
|
|
|
- fix build-compare
|
|
|
|
|
2010-03-31 19:52:30 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 26 18:49:41 CET 2010 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.10.1:
|
|
|
|
* Added the /NoCopy/ function and argument annotations.
|
|
|
|
|
2010-01-15 20:14:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2009-11-27 13:39:21 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 24 10:46:00 CET 2009 - hpj@urpla.net
|
|
|
|
|
|
|
|
- update to 4.9.3:
|
|
|
|
* A bug fix release.
|
|
|
|
|
2009-11-23 13:57:09 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 20 12:15:54 CET 2009 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.9.2:
|
|
|
|
* A bug fix release.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 20 12:11:56 CET 2009 - dmueller@suse.de
|
|
|
|
|
|
|
|
- add split-provides
|
|
|
|
|
2009-11-20 12:12:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 24 12:26:45 CEST 2009 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.9.1:
|
|
|
|
* A bug fix release.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 28 19:02:31 CEST 2009 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.9:
|
|
|
|
* support for __iter__ and __next__
|
|
|
|
* the %API directive
|
|
|
|
* the /API/ annotation
|
|
|
|
* sipIsAPIEnabled() has been added to the C API
|
|
|
|
* sip.getapi() and sip.setapi() have been added to the Python API
|
|
|
|
* sip.ispyowned() has been added to the Python API
|
|
|
|
* mapped types can now act as a namespace for enums and static methods
|
|
|
|
* the /Array/ annotation can now be applied to classes and mapped types
|
|
|
|
* the /NoArgParser/ annotation can now be applied to methods as well as functions
|
|
|
|
* the --arch flag was added to configure.py to specify which MacOS/X architectures are built
|
|
|
|
* SIP is now also licensed under the GPL v2 and v3.
|
|
|
|
|
2009-08-31 21:21:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 31 12:55:45 UTC 2009 - beineri@opensuse.org
|
|
|
|
|
|
|
|
- fix plasmoids requiring python-devel to work (part of bnc#535057)
|
|
|
|
|
2009-08-17 14:56:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 05 00:46:55 CEST 2009 - hpj@urpla.net
|
|
|
|
|
|
|
|
- Fixed a crash with sipFindType() when the search happens to land on an
|
|
|
|
unresolved external type.
|
|
|
|
|
2009-08-04 22:34:07 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 30 03:55:01 CEST 2009 - hpj@urpla.net
|
|
|
|
|
|
|
|
- update to 4.8.2:
|
|
|
|
- Fixed the '/' operator for Python v3 and future import for Python v2.
|
|
|
|
- Backported the /AllowNone/ class annotation from v4.9.
|
|
|
|
|
2009-07-25 18:58:06 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 06 12:24:01 CEST 2009 - hpj@urpla.net
|
|
|
|
|
|
|
|
- create a separated -devel package and include the nice documentation
|
|
|
|
|
2009-06-18 01:39:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 17 11:37:39 CEST 2009 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.8.1:
|
|
|
|
- Added support for defining a private assignment operator to suppress the
|
|
|
|
possible generation of an assignment helper.
|
|
|
|
|
2009-06-08 23:57:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 8 09:05:35 CEST 2009 - beineri@opensuse.org
|
|
|
|
|
|
|
|
- update to 4.8 release:
|
|
|
|
* support for Python v3
|
|
|
|
* the ability to supply alternate super-types and meta-types
|
|
|
|
for wrapped objects
|
|
|
|
* documentation built using Sphinx
|
|
|
|
|
2009-06-03 00:53:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 3 00:06:03 CEST 2009 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 20090601 snapshot fixing nested template handling
|
|
|
|
|
2008-12-05 15:59:49 +01:00
|
|
|
-------------------------------------------------------------------
|
2009-05-19 01:29:44 +02:00
|
|
|
Sun May 17 10:24:49 CEST 2009 - beineri@opensuse.org
|
|
|
|
|
|
|
|
- update to 4.8 snapshot as of 20090430
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2008-12-05 15:59:49 +01:00
|
|
|
Fri Dec 5 10:55:50 CET 2008 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.7.9:
|
|
|
|
- Added the /Deprecated/ class and function annotation (based on a patch from
|
|
|
|
Lorenzo Berni).
|
|
|
|
- Templates now support instance variables and enums.
|
|
|
|
- A Python int object can now be used whenever an enum is expected without
|
|
|
|
needing to explicitly cast it using the enum's constructor. The
|
|
|
|
/Constrained/ argument annotation can be used to suppress this behaviour.
|
|
|
|
- typedef type names are now used in string representations of types (e.g. in
|
|
|
|
the names of mapped types) to reflect what the programmer sees rather than
|
|
|
|
what the compiler sees. The /NoTypeName/ typedef annotation can be used to
|
|
|
|
suppress this behaviour.
|
|
|
|
- The new handling of the typedef names was correctly using the real types for
|
|
|
|
virtual handler arguments but not the return values.
|
|
|
|
|
2008-08-10 23:37:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 10 18:14:20 CEST 2008 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.7.7:
|
|
|
|
* C++ structs are now properly handled as a class with
|
|
|
|
a default public section
|
|
|
|
* sip.dump() now includes the objects first child wrapper
|
|
|
|
|
2008-06-03 01:08:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 27 13:26:36 CEST 2008 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.7.6:
|
|
|
|
* generator fixes for being able to bind Qt 4.4
|
|
|
|
|
2008-02-15 01:39:15 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 13 13:15:48 CET 2008 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.7.4:
|
|
|
|
* The build system handles the directory structure used by Leopard's Python
|
|
|
|
installation.
|
|
|
|
* Added support for /Transfer/ as a constructor ann
|
|
|
|
|
2007-12-13 20:23:56 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 13 14:53:20 CET 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.7.3:
|
|
|
|
* Added support for automatically generating missing complementary
|
|
|
|
comparision operators. Note that this introduces a potential compatibility
|
|
|
|
problem - see the documentation for details.
|
|
|
|
* Added the SingleShot argument annotation.
|
|
|
|
* Added the TransferThis function annotation.
|
|
|
|
|
2007-10-03 01:09:03 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 1 10:10:30 CEST 2007 - stbinner@suse.de
|
|
|
|
|
|
|
|
- update to 4.7.1: minor bugfixes
|
|
|
|
|
2007-08-17 19:00:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 17 15:53:13 CEST 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- remove conflict as it is now common base for qt 3.x
|
|
|
|
and qt 4.x (#300041)
|
|
|
|
|
2007-08-13 00:18:13 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 12 13:32:48 CEST 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- %py_requires no longer has buildrequires
|
|
|
|
|
2007-08-12 11:44:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 11 19:35:11 CEST 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- add conflict against python-qt 3.x versions
|
|
|
|
|
2007-08-03 00:58:45 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 3 00:23:12 CEST 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.7:
|
|
|
|
* Added %PickleCode to allow handwritten code to pickle a wrapped C++
|
|
|
|
instance or C structure.
|
|
|
|
* Added %CompositeModule to create modules that are composites of ordinary
|
|
|
|
modules.
|
|
|
|
* Added %ConsolidatedModule (and the -p command line option) to create
|
|
|
|
modules that contain all the wrapper code on behalf of ordinary modules.
|
|
|
|
* Added the dump() function to the sip module.
|
|
|
|
* Added sipTransferBreak() to the SIP API.
|
|
|
|
* Added support for /Transfer/ as a function annotation.
|
|
|
|
|
2007-04-12 18:15:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 11 12:05:27 CEST 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.6:
|
|
|
|
* Added support for wchar_t.
|
|
|
|
* The -g command line option releases the GIL whenever a call is made to the
|
|
|
|
* wrapped library.
|
|
|
|
* Added the /HoldGIL/ annotation to explicitly retain the GIL when calling a
|
|
|
|
particular function in the wrapped library.
|
|
|
|
* Added sipFindClass() and sipFindNamedEnum() to the public API.
|
|
|
|
*/TransferThis/ may be specified more than once.
|
|
|
|
* Added support for __truediv__ and __itruediv__.
|
|
|
|
|
2007-03-14 12:37:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 26 17:39:25 CET 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- Initial package (4.5.2)
|
|
|
|
|