diff --git a/python-wxPython.changes b/python-wxPython.changes index d20e32e..af48de9 100644 --- a/python-wxPython.changes +++ b/python-wxPython.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Tue Nov 12 04:15:41 UTC 2019 - Steve Kowalik + +- 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) + ------------------------------------------------------------------- Thu Feb 7 18:42:42 UTC 2019 - Todd R diff --git a/python-wxPython.spec b/python-wxPython.spec index 523a5df..69f338c 100644 --- a/python-wxPython.spec +++ b/python-wxPython.spec @@ -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 diff --git a/wxPython-4.0.4.tar.gz b/wxPython-4.0.4.tar.gz deleted file mode 100644 index b34ee5f..0000000 --- a/wxPython-4.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d9ef4260cb2f3e23ed9dcf6baa905ba585ac7d631613cddc299c4c83463ae29 -size 68791657 diff --git a/wxPython-4.0.7.post1.tar.gz b/wxPython-4.0.7.post1.tar.gz new file mode 100644 index 0000000..89eac14 --- /dev/null +++ b/wxPython-4.0.7.post1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da43eaa2eea32c34a52531331b0a69bd791c237803a7c5df451509624766f7ca +size 68898707