Package: wxpython4.0 / 4.0.7+dfsg-10

Metadata

Package Version Patches format
wxpython4.0 4.0.7+dfsg-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sip5.patch | (download)

build.py | 30 25 + 5 - 0 !
buildtools/config.py | 2 0 + 2 - 0 !
buildtools/wxpysip.py | 110 110 + 0 - 0 !
wscript | 7 0 + 7 - 0 !
4 files changed, 135 insertions(+), 14 deletions(-)

 [patch] run sip via its python interface rather than as a separate
 subprocess


fix syntaxwarnings1.patch | (download)

wx/lib/plot/plotcanvas.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] fix syntaxwarnings


fix syntaxwarnings2.patch | (download)

wx/lib/masked/maskededit.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix syntaxwarning in wx.lib.masked.maskededit


add missing treectrl spacing.patch | (download)

ext/wxWidgets/interface/wx/treectrl.h | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

 [patch] add missing documentation for wxtreectrl getspacing /
 SetSpacing

See https://github.com/wxWidgets/wxWidgets/pull/1787

(cherry picked from commit e8be37da3dba7d0034051e916041c467d25192be)

fix ftbfs sip 4.19.23.patch | (download)

etg/filesys.py | 1 1 + 0 - 0 !
etg/renderer.py | 6 6 + 0 - 0 !
2 files changed, 7 insertions(+)

 [patch] add some missing private assignment operators

This is needed as part of fixing #1636 as a new version of SIP is required,
which makes these changes necessary.

backport update initlocale.patch | (download)

etg/app.py | 25 11 + 14 - 0 !
1 file changed, 11 insertions(+), 14 deletions(-)

 [patch] update wx.app.initlocale to be msw-only, simpler, and maybe
 better


restore gil pseudodc.patch | (download)

src/pseudodc.cpp | 8 3 + 5 - 0 !
1 file changed, 3 insertions(+), 5 deletions(-)

 [patch] restore gil acquisition in wxpseudodc::findobjects*


wxpymakebuffer acquire gil.patch | (download)

src/wxpy_api.sip | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] i_wxpymakebuffer needs to acquire the gil


fix ftbfs doxygen 1.9.0.patch | (download)

ext/wxWidgets/docs/doxygen/Doxyfile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] fix quoting in doxyfile aliases

This fixes documentation generation using Doxygen 1.9.0.