Package Release Info

python313-wxPython-4.2.2-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-wxPython

Change Logs

* 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.