Hello community,
here is the log from the commit of package python-wxPython for openSUSE:Factory
checked in at 2019-11-25 11:23:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wxPython (Old)
and /work/SRC/openSUSE:Factory/.python-wxPython.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wxPython"
Mon Nov 25 11:23:03 2019 rev:4 rq:750190 version:4.0.7.post1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wxPython/python-wxPython.changes
2019-02-08 12:15:25.821423724 +0100
+++
/work/SRC/openSUSE:Factory/.python-wxPython.new.26869/python-wxPython.changes
2019-11-25 11:23:08.918118131 +0100
@@ -1,0 +2,50 @@
+Tue Nov 12 04:15:41 UTC 2019 - Steve Kowalik <[email protected]>
+
+- Update to 4.0.7.post1
+ * This post-release just fixes a problem with the numpy dependency constraint
+ for Python 2.7. (#1415)
+ * Bug fixes in wx.lib.calendar: key navigation across month boundaries is
+ now possible; key navigation now sets the date and fires the EVT_CALENDAR
+ event; setter APIs now set the date correctly (#1230).
+ * Switch to using a wx.Overlay in the Widget Inspection Tool to highlight
+ widgets when running on a GTK3 port.
+ * Fixed issue in wx.lib.agw.customtreectrl where label editor could remain
+ stuck forever (#1235).
+ * Fix a sometimes crash when using a wx.Overlay by letting the wx.DCOverlay
+ hold a reference to the DC, to ensure that the DCOverlay is destroyed
+ first. (PR#1301)
+ * Ported the embedding sample from Classic, which shows how to use wxPython
+ from a C++ wxWidgets application that embeds Python. (PR #1353)
+ * Fixed wx.GetApp() to use wxWidgets' global wxApp instance instead of
+ maintaining its own pointer. This way, if the wxApp is created by C++ code
+ wxPython will still be able to get access to it. (#1126)
+ * Several other PRs have been backported from the master branch (which will
+ become wxPython 4.1.0), the full list can be seen here:
+ https://github.com/wxWidgets/Phoenix/pull/1357
+ * Fixed a probably rare, but fatal bug on OSX when calling certain overloaded
+ virtual methods with implementations in Python.
+ * Fixed char pointers in generated stub code to have a valid pointer value.
+ * Reverted the change that loads up install_requires from the contents of
+ requirements.txt. Split the requirements.txt file into one for install and
+ one for development.
+ * Added missing HtmlWindow.ScrollToAnchor method, and also a couple methods
+ in HtmlCell too. (#1141)
+ * Added missing setters for the wheel-related properties in wx.MouseEvent.
+ (#1140)
+ * Updated wxWidgets commit reference, bringing fixes for #1140, #1086 and
+ #1147.
+ * Fix the use of the output parameter in HtmlWindow.OnOpeningURL the same
+ way it was fixed in HtmlWindowInterface.OnHTMLOpeningURL. (#1068)
+ * Fixed a crashing bug when using a member of a transient wx.VisualAttributes
+ object. Also set the attributes to be read-only to simplify the fix.
+ (#1198).
+ * Updated the sip being used in wxPython builds to version 4.19.16.
+ * Added helper functions to check results of wxWidgets configure during the
+ build of wxPython. Currently used to determine if the wx webview, glcanvas,
+ and media libraries should be added to the link command. (#1138)
+ * Fixed scrollbar issue with ListCtrlAutoWidthMixin (#1215)
+ * Fixed file access in the wx.py and wx.tools.pywxrc packages to be Python 2
+ and 3 compatible. (#1193, #1156)
+ * Fixes for building with Python 3.8 on Linux. (#1227)
+
+-------------------------------------------------------------------
Old:
----
wxPython-4.0.4.tar.gz
New:
----
wxPython-4.0.7.post1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-wxPython.spec ++++++
--- /var/tmp/diff_new_pack.5Ccq1X/_old 2019-11-25 11:23:12.018117577 +0100
+++ /var/tmp/diff_new_pack.5Ccq1X/_new 2019-11-25 11:23:12.022117577 +0100
@@ -27,7 +27,7 @@
%define wx_args --gtk3 -v
%endif
Name: python-wxPython
-Version: 4.0.4
+Version: 4.0.7.post1
Release: 0
Summary: The "Phoenix" variant of the wxWidgets Python bindings
License: GPL-2.0-or-later