Changelog for
python3-sip-debugsource-4.16.9-5.4.x86_64.rpm :
* Mon Jul 20 2015 termimAATTgmail.com- Update to 4.16.9:
* This is mainly a bug-fix release.
* Sat Jun 13 2015 termimAATTgmail.com- Update to 4.16.8:
* 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 AATTfile method of passing additional command line options is now supported. The -z command line option is now deprecated.
* Tue Dec 30 2014 hrvoje.senjanAATTgmail.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.
* Sat Oct 11 2014 termimAATTgmail.com- Update to 4.16.3 - This is a minor functional release including the implementation of __qualname__ for class enums. - run spec-cleaner
* Thu Jul 31 2014 toddrme2178AATTgmail.com- Update to 4.16.2 - Deprecated the %ConsolidatedModule directive as it won\'t be supported in SIP v5. - Bug fixes.
* Tue Jun 10 2014 termimAATTgmail.com- Update to 4.16.1 - Bug fixes.
* Thu May 29 2014 termimAATTgmail.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.
* Mon Mar 17 2014 termimAATTgmail.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.
* Fri Jan 10 2014 lbeltrameAATTkde.org- Fix SNAFU in preun scriptlet (missing spaces)
* Thu Jan 09 2014 lbeltrameAATTkde.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.
* Sun Oct 20 2013 lbeltrameAATTkde.org- Use alternatives for /usr/bin/sip to prevent conflicts between Python 3 and Python 2 python-sip-devel packages
* Thu Oct 17 2013 toddrme2178AATTgmail.com- update to v4.15.3. This is a bug fix release for a regression that affects PyQtChart.
* Tue Sep 24 2013 toddrme2178AATTgmail.com- Fix building on openSUSE 12.2. The approach is kind of ugly, but it is the only way I can find that works. Feel free to improve it.
* Thu Sep 19 2013 toddrme2178AATTgmail.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.
* Tue Sep 17 2013 speilickeAATTsuse.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)
* Wed Sep 11 2013 tittiatcokeAATTgmail.com- Build issues are resolved with the Python KDE bindings. Return to version 4.15.1
* Fri Aug 30 2013 tittiatcokeAATTgmail.com- Revert back to version 4,14,7 to prevent crashes in Plasma-desktop (bko#323899).
* Tue Aug 27 2013 termimAATTgmail.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.
* Thu Mar 07 2013 mlinAATTsuse.com- Update to 4.14.4
* bugfix release
* include a potential incompatibility in the use of the %VirtualErrorHandler directive.
* Sun Dec 09 2012 lbeltrameAATTkde.org- Update to 4.14.2: - Added sip.setdestroyonexit(). - sip.voidptr() will now accept any object that implements the buffer protocol.
* Thu Nov 22 2012 toddrme2178AATTgmail.com- Removed openSUSE 11.4 spec file workarounds
* Mon Oct 29 2012 dmuellerAATTsuse.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.
* Mon Oct 01 2012 einarAATTheavensinferno.net- Update to the 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.
* Thu Jul 05 2012 dmuellerAATTsuse.com- install api version as rpm macro
* Fri Jun 22 2012 mlinAATTsuse.com- Update to version 4.13.3 - The /NoRaisesPyException/ and /RaisesPyException/ function annotations can now be applied to constructors. - Added support for the Python v3.3 handling of Unicode.
* Wed Apr 11 2012 asterios.dramisAATTgmail.com- Link against libpython. Fixes bnc#756282 and bnc#721280.- 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- Remove SUSE_ASNEEDED=0 from spec file.
* Mon Nov 21 2011 cgiboudeauxAATTgmx.com- Define python3_sitearch (fixes the <12.1 build)- Spec cleanup
* Wed Oct 26 2011 Sascha.MannsAATTopen-slx.de- Update to 4.13 - last stable release
* Mon Aug 29 2011 termimAATTgmail.com- Add python-sip-bin package to avoid conflicts between python2 and python3 versions
* Tue Aug 16 2011 termimAATTgmail.com- Update to 4.12.4 - A bug fix release.- Adapted python-sip.spec for python3