* Wed Jul 16 2025 simmphonie@opensuse.org
- Update to version 4.2.3
* Fix test issues with wx.lib.introspect (#2717)
* Add support for building on Windows ARM64 (#2521)
* Incorporate many improvements to type stubs (#2665)
* Fix building documentation with latest sphinx (#2672)
* Build smaller architecture-specific wheels on macOS instead of large
universal2 wheels
* Calculate scroll based on child's relative position to scrolledpanel
in wx.lib.scrolledpanel
* Fix float -> int conversion issues in wx.lib.fancytext (#2703)
* Replace deprecated NumPy type aliases
* Use wx.StaticText in wx.lib.agw.hyperlink (#2686)
* Implement partial support for pyproject.toml and other build process improvements
* Remove use of six and most Python 2 compatibility code
* Fix wxWidgets build on OpenSUSE (#558, #1067, #2422, #2532)
* Fix more int conversions in wx.lib.agw.flatnotebook
* Make build output reproducible
* Enable overridding wx.Sizer.InformFirstDirection() (#2452)
* Implement __iter__ for wxList iterator classes (fixes Python 3.13.1 issue)
* Fix wx.lib.mixins.rubberband not clearing DC on redraw
* Support implementing CreateBitmapBundle for custom ArtProvider
* Fix float/int conversion issues in wx.lib.ogl
* Include usage of wxMemoryFSHandler in webview demo
* Fix crash when accessing wx.stc.StyledTextCtrl.DropTarget.Data (#2043)
* Fix AuiManager pane minimizing issue
* Add range field to wx.lib.agw.pygauge.PyGauge format string (#2583)
* Fix pickling of wx.RealPoint (#2644)
* Avoid calling FlatMenu Destroy() in a finally block (#2630)
* Update wxApp.IsDisplayAvailable to work on Wayland
* Fix InspectionTool crashes due to bad perspective string errors
* Drop support for Python 3.8 (EOL)
* Add CreateAccessible for Windows only
* Added check condition to AuiManager LoadPerspective()
* Fix RecursionError in platebtn bitmap getters
* Add Python implementation of GetPaths (#1944)
* Support Wayland GTK backend in Window.GetHandle
* Refactor python only pdfviewer to support displaying pdf files where
not all pages have the same size
* Improve support when specifying a pre-existing toolbar as the target for
the restore icon when minimizing a pane in agw.aui
* Multiple bugfixes in pure python aui
* pdfviewer: Add support for pymupdf renaming
- remove python-3.13.1.patch
Version: 4.2.2-160000.2.2
* Fri Jan 24 2025 mmachova@suse.com
- Replace python-3.13.1.patch by a patch proposed by upstream maintainers
* Mon Jan 20 2025 mmachova@suse.com
- Add patch python-3.13.1.patch to fix tests with Python 3.13.1
- Factory is not built on Python 3.10 anymore
* Sun Nov 17 2024 code@bnavigator.de
- Disable python3 (=3.6) flavor for 15.X
* Upstream only supports Python 3.7+
* Requires sip 6.8 which only supports Python 3.8+
* Thu Nov 07 2024 mcepl@cepl.eu
- Add CVE-2024-50602-no-crash-XML_ResumeParser.patch fixing a
crash in the vendored libexpat’s XML_ResumeParser function
(bsc#1232590, CVE-2024-50602).
* Fri Oct 04 2024 dimstar@opensuse.org
- Update to version 4.2.2:
+ Fix some Python 3.12 compatibility issues (segfault on exit) by upgrading sip & waf
+ Fix more float/int conversion issues in wx.lib classes
+ Add initialValue argument to wx.lib.DirBrowseButton
+ Fix wxImage.Clear()
+ Fix blurry text in AuiNotebook tab
+ Add support for frozen rows and columns to GridWithLabelRenderersMixin
+ demo: ShortcutEditor: Fix broken call GetMenuBar()
+ Add proper support for DataViewCheckIconTextRenderer
+ Build: Use new tarfile.extractall() filter for safer tarfile extraction
+ Fix typo in wx.lib.agw.persist_handlers
+ Fix 'str' to 'wxString' converstation, when emoji is inside string
+ Use unwrap before isbuiltin check
+ Preserve pane icons when loading a perspective in agw.aui
+ wx.agw.aui: don't uninitialize the AuiManager if the window close event is vetoed
+ Pure python AUI: Make behavior in all platforms more equal
+ wx.agw.aui. Do layout as the last step after all pane infos have recomputed their best sizes
+ Fix additional SyntaxWarnings with Python 3.12
+ Fix wx.lib.agw.ribbon.RibbonButtonBar DeleteButton function
+ UltimateListCtrl: Add support for ULC_AUTO_CHECK_PARENT
+ Remove dependency on distutils
+ Improve wx.lib.agw.FlatMenu memory usage
+ Support NumPy 2.0
+ Fix EditLabel on CustomTreeCtrl doesn't automatically select the entire text
+ Fix Widgets placed in the UltimateListControl are drawn in the wrong location
+ Fix wx.lib.agw.aui sometimes shows "ghost" docking guide
+ Fix Thumbnailctrl SetSelection raises exception if it tries to scroll
- Add python-six BuildRequires: needed for the test suite.
- Drop upstream merged patches:
+ 0001-Update-wxTextCtrl-OSX-overrides-since-they-re-now-do.patch
+ 0001-Handle-wxGLCanvas-CreateSurface-which-is-only-availa.patch
+ 0001-Support-building-with-Doxygen-1.9.7.patch
+ 0001-wxWidgets-Phoenix-integer-division.patch
+ 0003-Make-pip-usage-in-wxget-optional.patch
+ require-numpy.patch
+ drop-py2.patch
+ Phoenix-pr2580+2591+2592-numpy2.patch
* Thu Aug 29 2024 code@bnavigator.de
- Add Phoenix-pr2580+2591+2592-numpy2.patch
* gh#wxWidgets/Phoenix#2580
* gh#wxWidgets/Phoenix#2591
- Update multibuild
* Finalize preparation for python313
* Drop obsolete python39
* Sun Jun 30 2024 dmueller@suse.com
- prepare for python 3.13
* Thu May 30 2024 mmachova@suse.com
- Add drop-py2.patch to get rid of the six dependency (it will die
with Python 3.13)
* Sat May 25 2024 jengelh@inai.de
- Add wxwidgets-3.2.5.patch to resolve wxPython FTBFS
* Fri Feb 23 2024 dimstar@opensuse.org
- Use newly supported shrink{} on OBS to exclude python flavors
when all python versions are skipped.