Changelog for
python310-sip4-devel-4.19.25-qubes.5.145.x86_64.rpm :
* Sun Aug 29 2021 Ben Greiner
- Obsolete without the version release because the metapackage can have a lower one.
* Mon Jul 05 2021 Ben Greiner - compile even when older python-rpm-macros don\'t have the python_compileall macro
* Sat Feb 27 2021 Benjamin Greiner - Don\'t conflict with newer sip-devel packages. They use completely different namespaces.
* Fri Feb 26 2021 Ben Greiner - Update to version 4.19.25
* Added support for Py_ssize_t- Prepare for a python-sip metapackage- PyQt5 on SLE/Leap now also uses the SIPv5 build. Don\'t provide the PyQt5.sip module for those either
* Sun Nov 15 2020 Benjamin Greiner - Conflict with python-qt5-sip in distros where we still provide the PyQt5.sip library
* Sun Oct 25 2020 Benjamin Greiner - only make install in siplib for PyQt4.sip and PyQt5.sip libraries (port of sr#843659)
* Fri Oct 23 2020 Benjamin Greiner - Fix for multiple python3 flavors gh#openSUSE/python-rpm-macros#64- clean up alternatives: use %python_clone -a
* Sat Oct 10 2020 Benjamin Greiner - Only build the PyQt4 and PyQt5 modules for older distros
* Sun Aug 30 2020 Benjamin Greiner - Rename the package to python-sip4
* Thu Aug 27 2020 Benjamin Greiner - Update to 4.19.24
* Added support for Python v3.9.
* %InstanceCode is now used to provide the default result of virtual handlers that return a class or mapped type by value.
* \'android_abi\' can now be used in a configuration file when building the sip module using qmake. This is required when using Qt v5.14 or later on Android.- all intermediate versions are tagged \"minor bug-fix release\"- refresh disable-strip.diff
* Fri Sep 20 2019 Christophe Giboudeaux - Update to 4.19.19
* Correction to the docs.
* Added sipIsOwnedByPython(), sipRegisterExitNotifier() and sipVisitWrappers() to the public API.
* Deprecated the -B option to sip.
* Fri Jul 12 2019 Christophe Giboudeaux - Update to 4.19.18
* Define SIP_NULLPTR as NULL (rather than 0)
* Updated the docs regarding sip5.
* Fixed warnings triggered by Python v3.8.
* Don\'t try and acquire the GIL if the interpreter is no longer there.
* Mon Jun 03 2019 Christophe Giboudeaux - Update to 4.19.17. Check the ChangeLog file for the list of changes.
* Thu Apr 18 2019 Todd R - Update to 4.19.16
* Further fixes for diamond class hierarchies.
* Don\'t cast to a class that occurs more than once in a super-class hierarchy.
* Added support for the haiku platform.
* Updated the docs and roadmap for SIP v5.
* Wed Apr 17 2019 Todd R - Package .dist-info directory. The bugs with it have been fixed and some packages require it in order to properly detect that sip is installed.
* Sat Apr 06 2019 Christophe Giboudeaux - Update to 4.19.15
* Fixed a code generation regression specific to PyQt4.
* Fixed the handling of duplicate classes in an MRO
* Fixed the handling of size_t as a template argument. Check https://www.riverbankcomputing.com/static/Downloads/sip/4.19.15/ChangeLog for the complete changelog- Drop fix_qt4_code_gen.patch. Merged upstream
* Thu Feb 21 2019 Todd R - Add fix_qt4_code_gen.patch Fixes python-qt4 building. Should be in next upstream release. See: http://python.6.x6.nabble.com/PyQt4-compilation-error-with-sip-4-19-14-convert-std-nullptr-t-to-int-in-initialization-td5248504.html From: https://www.riverbankcomputing.com/hg/sip/rev/7bd4d19479ad
* Wed Feb 13 2019 Fabian Vogt - Switch to a working location for the tarball
* Tue Feb 12 2019 Mikhail Terekhov - Update to 4.19.14:
* The reference count displayed by sip.dump() now has the same caveat as sys.getrefcount().
* Added SIP_NULLPTR to the C API.
* Added support for size_t.
* Added sipLong_AsSizeT() to the C API.
* Added the \'=\' format characters to sipBuildResult() and sipParseResult().
* Sun Jan 06 2019 wbauerAATTtmo.at- Build a private Qt4 module as well, that\'s needed by the latest python-qt4 (boo#1119636)