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 filePatch | File delta | Description |
---|---|---|
sip5.patch | (download) |
build.py |
30 25 + 5 - 0 ! |
[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 ! |
[patch] fix syntaxwarnings |
fix syntaxwarnings2.patch | (download) |
wx/lib/masked/maskededit.py |
2 1 + 1 - 0 ! |
[patch] fix syntaxwarning in wx.lib.masked.maskededit |
add missing treectrl spacing.patch | (download) |
ext/wxWidgets/interface/wx/treectrl.h |
13 13 + 0 - 0 ! |
[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 ! |
[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 ! |
[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 ! |
[patch] restore gil acquisition in wxpseudodc::findobjects* |
wxpymakebuffer acquire gil.patch | (download) |
src/wxpy_api.sip |
2 1 + 1 - 0 ! |
[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 ! |
[patch] fix quoting in doxyfile aliases This fixes documentation generation using Doxygen 1.9.0. |