2018-04-17 14:06:56 +02:00
|
|
|
-------------------------------------------------------------------
|
2018-10-22 07:00:23 +02:00
|
|
|
Sun Oct 21 09:31:18 UTC 2018 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
|
|
|
|
- Add disable-strip.diff to fix the -debuginfo creation.
|
|
|
|
- Update to 4.19.13:
|
|
|
|
* Build system fixes
|
|
|
|
* Removed support in the XML/API export for deprecated features
|
|
|
|
* Pass the fully qualified Python names of types for arguments and
|
|
|
|
results.
|
|
|
|
* Various fixes for the XML export
|
|
|
|
* Fixed a bug when arguments that were templates could lose their type
|
|
|
|
hints
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 2 16:52:01 UTC 2018 - christophe@krop.fr
|
|
|
|
|
|
|
|
- Update to 4.19.12:
|
|
|
|
* Added the /ScopesStripped/ argument annotation.
|
|
|
|
* The members of traditional C/C++ enums are now also visible within the
|
|
|
|
scope of the enum itself. This means that members of scoped and unscoped
|
|
|
|
enums can be accessed in the same way from Python.
|
|
|
|
* Private copies of the sip module are now easier to configure and use.
|
|
|
|
SIP v5 will only support private copies.
|
|
|
|
* Added the -n option to the sip code generator to support private copies of
|
|
|
|
the sip module.
|
|
|
|
See https://www.riverbankcomputing.com/static/Downloads/sip/ChangeLog for
|
|
|
|
the complete changelog.
|
|
|
|
- Run spec-cleaner
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2018-04-17 14:06:56 +02:00
|
|
|
Fri Apr 13 23:33:06 UTC 2018 - termim@gmail.com
|
|
|
|
|
|
|
|
- Update to version v4.19.8
|
|
|
|
- Bug fixes.
|
|
|
|
|
2018-01-30 09:07:52 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 26 08:33:38 UTC 2018 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to version v4.19.7
|
|
|
|
* The %Docstring directive can now include automatically
|
|
|
|
generated signature descriptions using the "signature" option.
|
|
|
|
* typedefs can now have %Docstring directives.
|
|
|
|
* Bug fixes.
|
|
|
|
version v4.19.6
|
|
|
|
* Bug fixes.
|
|
|
|
version v4.19.5
|
|
|
|
* Bug fixes.
|
|
|
|
version v4.19.4
|
|
|
|
* Added support for C++11 scoped enums implemented as Python
|
|
|
|
enums.
|
|
|
|
* Added enableoverflowchecking() to the sip module.
|
|
|
|
* Added sipEnableOverflowChecking() to the C API.
|
|
|
|
* Added sipTypeIsScopedEnum() to the C API.
|
|
|
|
* Added sipConvertToBool() to the C API.
|
|
|
|
* Added sipConvertToEnum() to the C API.
|
|
|
|
* Deprecated sipCanConvertToEnum() in the C API.
|
|
|
|
* Added sipLong_AsChar(), sipLong_AsSignedChar() and
|
|
|
|
sipLong_AsUnsignedChar() to the C API.
|
|
|
|
* Added sipLong_AsShort() and sipLong_AsUnsignedShort() to the C
|
|
|
|
API.
|
|
|
|
* Added sipLong_AsInt() and sipLong_AsUnsignedInt() to the C API.
|
|
|
|
* Added sipLong_AsLong() and sipLong_AsUnsignedLong() to the C
|
|
|
|
API.
|
|
|
|
* Added sipLong_AsLongLong() and sipLong_AsUnsignedLongLong() to
|
|
|
|
the C API.
|
|
|
|
* Bug fixes.
|
|
|
|
|
2017-11-23 10:58:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 15 14:11:50 UTC 2017 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- fix have_python conditions
|
|
|
|
|
2017-08-28 23:16:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 28 21:03:01 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 4.19.3
|
|
|
|
* Added support for type hints for properties.
|
|
|
|
* Added sipEventType and sipRegisterEventHandler() to the C API.
|
|
|
|
* Added sipInstanceDestroyed() to the C API.
|
|
|
|
* Added sipPrintObject() to the C API.
|
|
|
|
* Bug fixes.
|
|
|
|
|
2017-05-16 10:48:42 +02:00
|
|
|
-------------------------------------------------------------------
|
2017-05-16 16:28:46 +02:00
|
|
|
Mon May 15 22:33:42 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Provide a basic api version macro
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-05-16 16:26:33 +02:00
|
|
|
Sat Apr 8 13:52:52 UTC 2017 - hpj@urpla.net
|
2017-05-16 10:48:42 +02:00
|
|
|
|
2017-05-16 16:26:33 +02:00
|
|
|
- Update to 4.19.2
|
|
|
|
* siplib/siplib.c.in: Remove an unnecessary comment.
|
|
|
|
* siplib/siplib.c.in:
|
|
|
|
Fixed a crash when a user defined class uses sip.wrappertype as it's
|
|
|
|
meta-type but is not derived from sip.simplewrapper.
|
2017-05-16 10:48:42 +02:00
|
|
|
|
2017-04-04 09:11:51 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 3 17:22:56 UTC 2017 - hpj@urpla.net
|
|
|
|
|
|
|
|
- Fix requires_python3_sip_api macro
|
|
|
|
|
2017-03-30 02:23:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 29 15:38:33 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Fix Provides macro.
|
|
|
|
- Split largest part of docs into own subpackage to reduce package
|
|
|
|
size.
|
|
|
|
|
2017-03-11 20:15:23 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 11 03:51:53 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Fix sip api macro.
|
|
|
|
- Fix header location.
|
|
|
|
- Compile and install .pyc files.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 8 16:36:29 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- spec file cleanups
|
|
|
|
- better use of multipython macros
|
|
|
|
- include more documentation
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 6 16:21:09 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Add shared data directory and corresponding package.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 1 16:08:40 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Fix python library handling.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 27 19:37:19 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Switch to single spec version.
|
|
|
|
|
2017-02-16 23:31:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 16 18:48:11 UTC 2017 - termim@gmail.com
|
|
|
|
|
|
|
|
- Update to 4.19.1
|
|
|
|
* Added the %PreMethodCode directive.
|
|
|
|
* Added sipEnableGC() to the C API.
|
|
|
|
* Added the -D command line option so that the generated code is
|
|
|
|
aware of Python debug builds.
|
|
|
|
|
2017-01-10 15:17:34 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 3 19:07:05 UTC 2017 - termim@gmail.com
|
|
|
|
|
|
|
|
- Update to 4.19
|
|
|
|
* added the assign() function to the sip module
|
|
|
|
* added support for the final keyword
|
|
|
|
* added the use_limited_api argument to the %Module directive
|
|
|
|
* added the %HideNamespace directive.
|
|
|
|
|
2016-07-26 22:09:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 26 17:26:51 UTC 2016 - termim@gmail.com
|
|
|
|
|
|
|
|
- Update to 4.18.1
|
|
|
|
* Bug fixes
|
|
|
|
|
2016-07-04 16:04:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 4 05:09:07 UTC 2016 - hpj@urpla.net
|
|
|
|
|
|
|
|
- removed build-compare.diff: it is the default since 4.18 anyway
|
|
|
|
- disable-rpaths.diff refreshed
|
|
|
|
|
2016-05-19 11:09:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 11 14:28:39 UTC 2016 - termim@gmail.com
|
|
|
|
|
|
|
|
- Update to 4.18 This implements the automatic generation of PEP 484 type
|
|
|
|
hint files. The sip extension module is available as a wheel from PyPi.
|
|
|
|
|
|
|
|
* Added the /TypeHint/ argument, class, mapped type, function, typedef
|
|
|
|
and variable annotations.
|
|
|
|
* Added the /TypeHintIn/ and /TypeHintOut/ argument, class, mapped type
|
|
|
|
and typedef annotations.
|
|
|
|
* Added the /TypeHintValue/ argument, class and mapped type annotations.
|
|
|
|
* Added the /NoTypeHint/ class, enum, function and variable annotations.
|
|
|
|
* Added the %ExportedTypeHintCode and %TypeHintCode directives.
|
|
|
|
* Added the -f command line option to treat warnings as errors.
|
|
|
|
* Added the -y command line option to generated PEP 484 compatible type
|
|
|
|
hint stub files.
|
|
|
|
* Deprecated the /DocType/ and /DocValue/ annotations.
|
|
|
|
|
2015-10-30 21:36:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 30 17:57:26 UTC 2015 - termim@gmail.com
|
|
|
|
|
|
|
|
- Update to 4.17.0
|
|
|
|
* This version adds support for PEP 465, PEP 492 and MSVC 2015.
|
|
|
|
|
2015-07-20 20:19:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 20 18:04:24 UTC 2015 - termim@gmail.com
|
|
|
|
|
|
|
|
- Update to 4.16.9:
|
|
|
|
* This is mainly a bug-fix release.
|
|
|
|
|
2015-06-14 21:57:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 13 22:22:47 UTC 2015 - termim@gmail.com
|
|
|
|
|
2015-07-20 20:19:21 +02:00
|
|
|
- Update to 4.16.8:
|
2015-06-14 21:57:11 +02:00
|
|
|
* This is mainly a bug-fix release.
|
|
|
|
- Update to 4.16.7:
|
|
|
|
* This is a minor functional and bug-fix release.
|
|
|
|
- Update to 4.16.6:
|
|
|
|
* Added the /FileExtension/ class annotation.
|
|
|
|
* Installing into a virtual env should now work.
|
|
|
|
* Timestamps are no longer included in generated code. The -T command
|
|
|
|
line option is now ignored and deprecated.
|
|
|
|
* The @file method of passing additional command line options is now
|
|
|
|
supported. The -z command line option is now deprecated.
|
|
|
|
|
2014-12-30 23:52:20 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 30 20:24:04 UTC 2014 - hrvoje.senjan@gmail.com
|
|
|
|
|
|
|
|
- Update to 4.16.5:
|
|
|
|
* Minor functional and bug-fix release.
|
|
|
|
- Changes since 4.16.4:
|
|
|
|
* Added the /AbortOnException/ function annotation.
|
|
|
|
* Added the /DisallowNone/ function annotation.
|
|
|
|
* Added the /DisallowNone/ argument annotation.
|
|
|
|
|
2014-07-31 17:38:10 +02:00
|
|
|
-------------------------------------------------------------------
|
2014-10-11 19:22:59 +02:00
|
|
|
Sat Oct 11 17:01:01 UTC 2014 - termim@gmail.com
|
|
|
|
|
|
|
|
- Update to 4.16.3
|
|
|
|
- This is a minor functional release including the implementation of
|
|
|
|
__qualname__ for class enums.
|
|
|
|
- run spec-cleaner
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-07-31 17:38:10 +02:00
|
|
|
Thu Jul 31 08:45:44 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 4.16.2
|
|
|
|
- Deprecated the %ConsolidatedModule directive as it won't be supported in
|
|
|
|
SIP v5.
|
|
|
|
- Bug fixes.
|
|
|
|
|
2014-06-10 05:07:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 10 03:02:11 UTC 2014 - termim@gmail.com
|
|
|
|
|
|
|
|
- Update to 4.16.1
|
|
|
|
- Bug fixes.
|
|
|
|
|
2014-05-29 04:58:28 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 29 02:13:29 UTC 2014 - termim@gmail.com
|
|
|
|
|
|
|
|
- Update to 4.16
|
|
|
|
- Added the /NoSetter/ variable annotation.
|
|
|
|
- Added the -B option to sip.
|
|
|
|
- Changed the handling of timelines (introducing a potential incompatibility)
|
|
|
|
so that later versions of wrapped libraries can be wrapped so long as they
|
|
|
|
are compatible with known versions.
|
|
|
|
- Added support for the 'no_receiver_check' argument to connect() in PyQt
|
|
|
|
v4.11.
|
|
|
|
- Added the --configuration option to configure.py.
|
|
|
|
- Added the --sysroot option to configure.py.
|
|
|
|
- Added the --target-py-version option to configure.py.
|
|
|
|
- Added the --no-tools option to configure.py.
|
|
|
|
- Added the --use-qmake option to configure.py.
|
|
|
|
- Bug fixes.
|
|
|
|
|
2014-03-21 09:32:53 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 17 07:00:40 UTC 2014 - termim@gmail.com
|
|
|
|
|
|
|
|
- Update to 4.15.5
|
|
|
|
- The use_arch argument of sipconfig.create_wrapper() can now specify a space
|
|
|
|
separated set of architectures.
|
|
|
|
- Bug fixes.
|
|
|
|
|
2014-01-10 20:40:14 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 10 19:39:07 UTC 2014 - lbeltrame@kde.org
|
|
|
|
|
|
|
|
- Fix SNAFU in preun scriptlet (missing spaces)
|
|
|
|
|
2014-01-10 16:03:13 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 9 20:06:06 UTC 2014 - lbeltrame@kde.org
|
|
|
|
|
|
|
|
- New upstream version 4.15.4:
|
|
|
|
- Fixed all the compiler warning messages when building the sip module.
|
|
|
|
- Fixed the parsing of C++ types involving multiple const and pointers.
|
|
|
|
- Added SIP_SSIZE_T_FORMAT to the C API.
|
|
|
|
- Moved the lexer and parser meta-source files to a separate directory to avoid
|
|
|
|
problems with make accidentaly regenerating them.
|
|
|
|
- Allow the pointers used to store the parsed results from Python
|
|
|
|
reimplementations to be NULL.
|
|
|
|
- Remove the __pycache__ directory when cleaning.
|
|
|
|
|
2013-10-21 11:18:40 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 20 07:42:07 UTC 2013 - lbeltrame@kde.org
|
|
|
|
|
|
|
|
- Use alternatives for /usr/bin/sip to prevent conflicts between
|
|
|
|
Python 3 and Python 2 python-sip-devel packages
|
|
|
|
|
2013-10-18 16:35:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 17 12:41:50 UTC 2013 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- update to v4.15.3. This is a bug fix release for a regression
|
|
|
|
that affects PyQtChart.
|
|
|
|
|
2013-09-20 15:23:40 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 19 10:37:30 UTC 2013 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- update to v4.15.2. This is a minor functional release that will
|
|
|
|
be needed by PyQt v5.1. It also contains bug fixes needed by
|
|
|
|
PyKDE4.
|
|
|
|
|
2013-09-19 11:09:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 17 13:31:42 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Revert sr#79987, moving /usr/bin/sip into python-sip-bin and requiring
|
|
|
|
that in python3-sip-devel (plus split provides) only causes trouble. It will
|
|
|
|
make python3-sip-devel depend forever on Python2 for absolutely no reason.
|
|
|
|
Both python-sip-devel and python3-sip-devel can happily provide /usr/bin/sip
|
|
|
|
since the binary is identical. You can have both installed in parallel and
|
|
|
|
remove either without breaking anything. (bnc#835161)
|
|
|
|
|
2013-09-11 08:50:01 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 11 06:48:38 UTC 2013 - tittiatcoke@gmail.com
|
|
|
|
|
|
|
|
- Build issues are resolved with the Python KDE bindings. Return
|
|
|
|
to version 4.15.1
|
|
|
|
|
2013-08-30 16:33:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 30 14:30:52 UTC 2013 - tittiatcoke@gmail.com
|
|
|
|
|
|
|
|
- Revert back to version 4,14,7 to prevent crashes in Plasma-desktop
|
|
|
|
(bko#323899).
|
|
|
|
|
2013-08-28 15:02:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 27 03:29:18 UTC 2013 - termim@gmail.com
|
|
|
|
- update to 4.15.1. This fixes a regression in v4.15 related to the handling of hidden virtual methods. The regression does not affect PyQt.
|
|
|
|
- update to v4.15. This is a significant functional release and required by PyQt v5.0.1 and PyQt v4.10.3.
|
|
|
|
- Added the call_super_init argument to the %Module directive to specify that classes should support cooperative multi-inheritance.
|
|
|
|
- Added the %FinalisationCode directive.
|
|
|
|
- Added the /Mixin/ class annotation.
|
|
|
|
- Added the /NoScope/ enum annotation.
|
|
|
|
- Added sipConvertFromNewPyType() to the C API.
|
|
|
|
- Added sipConvertToArray() and sipConvertToTypedArray() to the C API.
|
|
|
|
- Added sipRegisterProxyResolver() to the C API.
|
|
|
|
|
2013-06-19 09:21:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 19 07:19:09 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 4.14.7:
|
|
|
|
- The internal API version is increased to 10.0 requiring the regeneration of
|
|
|
|
all modules.
|
|
|
|
- Added the /Sequence/ function annotation.
|
|
|
|
- %ConvertFromTypeCode can now be specified for classes.
|
|
|
|
- Added sipEnableAutoconversion() to the C API.
|
|
|
|
- Added sipSetDestroyOnExit() to the C API.
|
|
|
|
- Bug fixes.
|
|
|
|
|
2013-04-22 13:37:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 22 11:35:07 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 4.14.6:
|
|
|
|
* Bug fix
|
|
|
|
|
2013-03-27 10:26:09 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 27 09:25:57 UTC 2013 - dmueller@suse.com
|
|
|
|
|
2013-04-03 09:55:55 +02:00
|
|
|
- update to 4.14.5 (bnc#812130):
|
2013-03-27 10:26:09 +01:00
|
|
|
* Bug fixes (specifically for QGIS)
|
|
|
|
|
2013-03-08 11:55:22 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 7 02:56:25 UTC 2013 - mlin@suse.com
|
|
|
|
|
|
|
|
- Update to 4.14.4
|
|
|
|
* bugfix release
|
|
|
|
* include a potential incompatibility in the use of the %VirtualErrorHandler directive.
|
|
|
|
|
2012-12-09 15:37:29 +01:00
|
|
|
-------------------------------------------------------------------
|
2013-01-29 09:06:11 +01:00
|
|
|
Tue Jan 29 08:05:15 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 4.14.3:
|
|
|
|
- The /KeepReference/ argument annotation, when applied to factories, will
|
|
|
|
now keep the reference with the object created by the factory.
|
|
|
|
- Any object that supports the buffer protocol can now be passed when a
|
|
|
|
sip.voidptr is expected.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2012-12-09 15:37:29 +01:00
|
|
|
Sun Dec 9 13:40:23 UTC 2012 - lbeltrame@kde.org
|
|
|
|
|
|
|
|
- Update to 4.14.2:
|
|
|
|
- Added sip.setdestroyonexit().
|
|
|
|
- sip.voidptr() will now accept any object that implements the buffer
|
|
|
|
protocol.
|
|
|
|
|
2012-10-29 10:55:30 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 29 09:54:38 UTC 2012 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 4.14.1:
|
|
|
|
- SIP_PYBUFFER can now be used to define objects that implement the Python
|
|
|
|
buffer protocol.
|
|
|
|
- Added /Capsule/ typedef annotation.
|
|
|
|
- Added the 'z' format character to sipBuildResult().
|
|
|
|
- Added the 'z', '!' and '$' format characters to sipParseResult().
|
|
|
|
- The C prototype foo(void) is now accepted.
|
|
|
|
- sipdistutils.py will now include swig_opts if no sip_opts have been
|
|
|
|
defined.
|
|
|
|
- Bug fixes.
|
|
|
|
|
2012-10-02 09:27:30 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 1 05:42:10 UTC 2012 - einar@heavensinferno.net
|
|
|
|
|
|
|
|
- Update to latest upstream version:
|
|
|
|
|
|
|
|
- The internal API version is increased to 9.0 requiring the regeneration
|
|
|
|
of all modules.
|
|
|
|
- Added the %InstanceCode directive.
|
|
|
|
- Added the %VirtualErrorHandler directive.
|
|
|
|
- Added the default_VirtualErrorHandler argument to the %Module directive.
|
|
|
|
- Added the VirtualErrorHandler class annotation.
|
|
|
|
- Added the NoVirtualErrorHandler and VirtualErrorHandler function
|
|
|
|
annotations.
|
|
|
|
- The AllowNone and NoRelease mapped type annotations can now be used
|
|
|
|
with mapped type templates.
|
|
|
|
- SIP_PLATFORM_* and SIP_TIMELINE_* preprocessor symbols are generated
|
|
|
|
corresponding to the -t arguments passed on the command line.
|
|
|
|
- Deprecated sipTransferBreak().
|
|
|
|
- For Python v2.x unsigned short and unsigned char (when used as a byte)
|
|
|
|
are now converted to int, rather than long, objects.
|
|
|
|
- Added support for MSVC 2010 to the build system.
|
|
|
|
-
|
|
|
|
|
2012-07-05 14:30:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 5 12:30:23 UTC 2012 - dmueller@suse.com
|
|
|
|
|
|
|
|
- install api version as rpm macro
|
|
|
|
|
2012-06-22 09:22:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 22 02:58:35 UTC 2012 - mlin@suse.com
|
|
|
|
|
|
|
|
- Update to version 4.13.3
|
2012-07-05 14:30:49 +02:00
|
|
|
* The /NoRaisesPyException/ and /RaisesPyException/ function annotations can
|
|
|
|
now be applied to constructors.
|
|
|
|
* Added support for the Python v3.3 handling of Unicode.
|
2012-06-22 09:22:31 +02:00
|
|
|
|
2012-04-24 22:22:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 10 20:38:21 UTC 2012 - asterios.dramis@gmail.com
|
|
|
|
|
|
|
|
- Link against libpython. Fixes bnc#756282 and bnc#721280.
|
|
|
|
- Remove SUSE_ASNEEDED=0 from spec file.
|
|
|
|
|
2012-03-23 11:05:48 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 23 09:39:46 UTC 2012 - cfarrell@suse.com
|
|
|
|
|
|
|
|
- license update: GPL-2.0 or GPL-3.0 or SUSE-SIP
|
|
|
|
Use SUSE- proprietary extension until SIP license is accepted upstream at
|
|
|
|
spdx.org
|
|
|
|
|
2012-02-20 13:20:38 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 20 13:10:49 CET 2012 - dmueller@suse.de
|
|
|
|
|
|
|
|
update to 4.13.2:
|
|
|
|
- A bug fix release.
|
|
|
|
|
2011-12-23 13:58:15 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 23 13:49:02 CET 2011 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.13.1:
|
|
|
|
- Deprecation warnings can no longer be disabled.
|
|
|
|
- Added the all_raise_py_exception argument to the %Module directive.
|
|
|
|
- Added the /NoRaisesPyException/ function annotation.
|
|
|
|
- Added the /PyName/ typedef annotation.
|
|
|
|
- Class templates now allow super-classes to be defined as template
|
|
|
|
arguments.
|
|
|
|
- Added support for 'public' preceding the name of a class in a super-class
|
|
|
|
list.
|
|
|
|
- Added support for 'protected' and 'private' preceding the name of a class
|
|
|
|
in a super-class list. Any such super-class will be ignored.
|
|
|
|
|
2011-11-02 17:04:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 27 16:55:43 UTC 2011 - Sascha.Manns@open-slx.de
|
|
|
|
|
|
|
|
- Changelog from the Creators
|
|
|
|
- SIP v4.13 has been released. This is a minor feature release.
|
|
|
|
o added the %DefaultDocstringFormat directive
|
|
|
|
o added the format argument to the %Docstring directive
|
|
|
|
o %ConvertToSubClassCode can now cause a restart of the conversion
|
|
|
|
process using a different requested type
|
|
|
|
o '*' and '&' are now supported as unary operators in expressions
|
|
|
|
used in the values of default arguments
|
|
|
|
o the /Transfer/ annotation can now be used with the /Array/
|
|
|
|
annotation to prevent the freeing of the temporary array of
|
|
|
|
pointers.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 26 20:18:57 UTC 2011 - Sascha.Manns@open-slx.de
|
|
|
|
|
|
|
|
- Updated to 4.13
|
|
|
|
- last stable release
|
|
|
|
|
2011-08-30 11:45:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 29 18:41:49 UTC 2011 - termim@gmail.com
|
|
|
|
|
|
|
|
- Add python-sip-bin package to avoid conflicts between python2
|
|
|
|
and python3 versions
|
|
|
|
|
2011-08-16 14:28:43 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 16 00:07:23 UTC 2011 - termim@gmail.com
|
|
|
|
|
|
|
|
- Update to 4.12.4
|
|
|
|
- A bug fix release.
|
|
|
|
|
2011-05-30 15:27:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 30 15:24:38 CEST 2011 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.12.3:
|
|
|
|
- A bug fix release.
|
|
|
|
|
2011-05-02 18:56:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 2 18:22:42 CEST 2011 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.12.2:
|
|
|
|
* /KeepReference/ is now supported as a function annotation.
|
|
|
|
* Handwritten code in class templates no longer have the types
|
|
|
|
substituted in lines that appear to contain C preprocessor directives.
|
|
|
|
* Added support for global inplace numeric operators.
|
|
|
|
|
2011-01-25 11:56:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 25 11:56:23 CET 2011 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.12.1:
|
|
|
|
- Added support for the __getattribute__, __getattr__, __setattr__ and
|
|
|
|
__delattr__ methods.
|
|
|
|
- Added the /RaisesPyException/ function annotation.
|
|
|
|
- Added SIP_SSIZE_T as a predefined type.
|
|
|
|
- PyObject * can now be used as a synonym for SIP_PYOBJECT.
|
|
|
|
- Added sip.ispycreated() to the sip module.
|
|
|
|
- Added the --deployment-target flag to configure.py for MacOS/X.
|
|
|
|
|
2011-01-03 10:45:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 27 14:00:10 CET 2010 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.12:
|
|
|
|
- Implemented the revised directive syntax for %Module.
|
|
|
|
- Deprecated %CModule, use %Module instead.
|
|
|
|
- Added the keyword_arguments argument to %Module to specify the level of
|
|
|
|
support for Python keyword arguments.
|
|
|
|
- Deprecated the -k flag to sip, use the keyword_arguments argument to
|
|
|
|
%Module instead.
|
|
|
|
- Added an automatic pseudo-%Timeline to allow the SIP version number to be
|
|
|
|
used in the %If directive.
|
|
|
|
- Changed the behavior of the /KeywordArgs/ annotation to specify the level
|
|
|
|
of support for Python keyword arguments.
|
|
|
|
- Deprecated the /NoKeywordArgs/ annotation, use /KeywordArgs="All"/ instead.
|
|
|
|
- Added the use_argument_names argument to %Module to provide the real names
|
|
|
|
of arguments to handwritten code.
|
|
|
|
- Module docstrings are now supported.
|
|
|
|
- Added %AutoPyName to automatically provide Python names.
|
|
|
|
- Added %Property to implement Python properties based on C/C++ getters and
|
|
|
|
setters.
|
|
|
|
- Added %Extract to allow arbitrary text to be embedded in specification
|
|
|
|
files and subsequently extracted.
|
|
|
|
- Deprecated %Doc and %ExportedDoc, use %Extract instead.
|
|
|
|
- Added the -X flag to sip to extract text defined with %Extract.
|
|
|
|
- Deprecated the -d flag to sip, use -X instead.
|
|
|
|
- Added /PyInt/ as an argument, function and typedef annotation to force
|
|
|
|
char types to be handled as Python integers rather that single character
|
|
|
|
strings.
|
|
|
|
- Added the L and M format characters to sipBuildResult(), sipCallMethod()
|
|
|
|
and sipParseResult().
|
|
|
|
- Added sipGetAddress().
|
|
|
|
- Added the -T flag to sip to suppress the timestamp in the header comments
|
|
|
|
of generated files.
|
|
|
|
- sip.voidptr now behaves like a Python memoryview object and supports
|
|
|
|
sub-script assignment.
|
|
|
|
- Added the --sip-module flag to configure.py to allow the name and
|
|
|
|
containing package of the sip module to be specified thereby allowing
|
|
|
|
packages to include a local copy of the sip module.
|
|
|
|
|
2010-10-25 15:34:04 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 25 12:55:45 CEST 2010 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update to 4.11.2:
|
|
|
|
- /KeepReference/ can now be applied to global functions and static methods.
|
|
|
|
- %TypeCode can now be specified in a %MappedType directive.
|
|
|
|
- Mapped types for templates no longer require the template arguments to be
|
|
|
|
fully defined.
|
|
|
|
- Build system changes required by PyQt v4.8 and Qt v4.7.
|
|
|
|
|
2010-10-03 22:37:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 1 14:57:01 UTC 2010 - einar@heavensinferno.net
|
|
|
|
|
|
|
|
- update to 4.11.1:
|
|
|
|
- A bug fix release.
|
|
|
|
|
2010-09-06 10:03:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 6 07:51:48 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- fix python linking for factory
|
|
|
|
|
2010-09-03 14:20:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2010-09-01 10:46:33 +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)
|
|
|
|
|