1
0
Commit Graph

60 Commits

Author SHA256 Message Date
Dominique Leuenberger
28c8e1af41 Accepting request 1197667 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/1197667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=25
2024-08-30 11:25:57 +00:00
1f059e8999 - Add Phoenix-pr2580+2591+2592-numpy2.patch
* gh#wxWidgets/Phoenix#2580
  * gh#wxWidgets/Phoenix#2591
- Update multibuild
  * Finalize preparation for python313
  * Drop obsolete python39

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=57
2024-08-30 00:55:16 +00:00
Ana Guerrero
e0e3d220a2 Accepting request 1187948 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/1187948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=24
2024-07-17 13:14:23 +00:00
2955e5c25f - prepare for python 3.13
* Added wrappers for the OSXEnableAutomaticQuoteSubstitution,
  * Many of the deprecated items in wxWidgets and wxPython are being or have
    been removed. Be sure to test your code in a recent 4.0.x release with
    warnings enabled so you can see which class, method or function calls
  * Bug fixes in wx.lib.calendar: key navigation across month boundaries is
  * Switch to using a wx.Overlay in the Widget Inspection Tool to highlight
  * Fixed issue in wx.lib.agw.customtreectrl where the label editor could
    widgets like wx.ListCtrl, wx.TreeCtrl and wx.dataview.DataViewCtrl.
  * The wx.WS_EX_VALIDATE_RECURSIVELY extended style flag is obsolete,
    as it is now the default (and only) behavior. The style flag has been added
    back into wxPython for compatibility, but with a zero value. You can just
  * Fix a sometimes crash when using a wx.Overlay by letting the wx.DCOverlay
  * Replaced the Vagrant VMs used for building wxPython for various Linux distros
  * Added the wx.svg package which contains code for parsing SVG
    (Scalable Vector Graphics) files, and also code for integrating with
    wxPython. It can rasterize the SVG to a wx.Bitmap of any size with no
    loss of quality, and it can also render the SVG directly to a
  * Fixed wx.GetApp() to use wxWidgets' global wxApp instance instead of
    maintaining its own pointer. This way, if the wxApp is created by C++
  * Added wx.adv.GenericAnimationCtrl so the generic version of the animation
    classes can be used even on the platforms that have a native version.
    Note that due to internal changes to support both types of animations,
    some API changes in how the Animation objects are created. See the
  * Added wrappers for the wx.grid.GridBlockCoords, wx.grid.GridBlocks, and
    wx.grid.GridBlockDiffResult classes, as well as associated new methods
    in the wx.grid.Grid class. These provide a new way to interact with blocks
    which should be a more efficient (time and memory) way to process large
  * Fixed issue when sys.prefix is not unicode (Python2) and when its contents

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=55
2024-07-16 14:52:27 +00:00
Ana Guerrero
1db51c6a2a Accepting request 1179823 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/1179823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=23
2024-06-11 16:27:00 +00:00
7b5ab36eac Accepting request 1178913 from home:mcalabkova:branches:X11:wxWidgets
- Add drop-py2.patch to get rid of the six dependency (it will die
  with Python 3.13)

OBS-URL: https://build.opensuse.org/request/show/1178913
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=53
2024-06-10 18:21:43 +00:00
Ana Guerrero
ff702d0ccb Accepting request 1178778 from X11:wxWidgets
- Add wxwidgets-3.2.5.patch to resolve wxPython FTBFS (forwarded request 1176820 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/1178778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=22
2024-06-06 10:31:08 +00:00
694792d0fd Accepting request 1176820 from home:jengelh:branches:X11:wxWidgets
- Add wxwidgets-3.2.5.patch to resolve wxPython FTBFS

OBS-URL: https://build.opensuse.org/request/show/1176820
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=51
2024-06-05 15:08:45 +00:00
Ana Guerrero
1bff958f0b Accepting request 1150777 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/1150777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=21
2024-02-27 21:43:52 +00:00
Stefan Brüns
d965af1b18 Accepting request 1150470 from home:dimstar:Factory
- Use newly supported shrink{} on OBS to exclude python flavors
  when all python versions are skipped.

OBS-URL: https://build.opensuse.org/request/show/1150470
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=49
2024-02-26 09:36:05 +00:00
Ana Guerrero
7cf39611fe Accepting request 1139670 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/1139670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=20
2024-01-21 22:07:43 +00:00
c5aed123df Accepting request 1137308 from home:bnavigator:branches:devel:languages:python
- Update buildset:
  * Tumbleweed: Prepare python312, drop python38
  * 15.X: Prepare for "SLE15 Python module pythons" (The repository
    does not have all the requirements yet to build)
- Add 0001-wxWidgets-Phoenix-integer-division.patch
  * Required for Python 3.12
  * gh#wxWidgets/Phoenix#2508
- Update requirements:
  * This version requires Pillow again.
  * Require numpy for all flavors: Add require-numpy.patch
  * Upstream goes back and forth, see
    https://github.com/wxWidgets/Phoenix/commits/master/requirements/install.txt
- Repack the source: Remove stray wxWidgets-4.1.0 tree

OBS-URL: https://build.opensuse.org/request/show/1137308
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=47
2024-01-18 10:10:05 +00:00
Stefan Brüns
1ec08ac40f Accepting request 1138996 from home:dimstar:Factory
- Enable python312 as valid multibuild flavor.

OBS-URL: https://build.opensuse.org/request/show/1138996
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=46
2024-01-17 23:53:20 +00:00
Ana Guerrero
6adaad09e4 Accepting request 1135463 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/1135463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=19
2023-12-28 21:54:20 +00:00
Ana Guerrero
e96b2617c7 Accepting request 1135226 from home:alarrosa:branches:X11:wxWidgets
- Add patch from upstream to fix building the package with
  doxygen >=1.9.7 (gh#wxWidgets/Phoenix#2497):
  * 0001-Support-building-with-Doxygen-1.9.7.patch

OBS-URL: https://build.opensuse.org/request/show/1135226
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=44
2023-12-28 10:18:39 +00:00
56faf98414 Accepting request 1132958 from home:jengelh:branches:X11:wxWidgets
untested, but at least it builds

- Add 0001-Update-wxTextCtrl-OSX-overrides-since-they-re-now-do.patch
  0001-Handle-wxGLCanvas-CreateSurface-which-is-only-availa.patch
  to fix build failures with wx 3.2.4.

OBS-URL: https://build.opensuse.org/request/show/1132958
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=43
2023-12-26 13:17:53 +00:00
Ana Guerrero
27680c1653 Accepting request 1111568 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/1111568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=18
2023-09-17 17:28:54 +00:00
Stefan Brüns
ec8117108b Accepting request 1110537 from home:StefanBruens:branches:X11:wxWidgets
- Update to release 4.2.1
  * No changelog provided
- Drop upstream patches:
  * 0001-pypubsub-Replace-deprecated-inspect.getargspec.patch
  * 0001-Fix-overflow-check-for-wxUIntPtr-type.patch
  * 0001-Only-import-attrdict-where-needed.patch
  * ba0d8cfcec3d3b0112d1c54991853e6003f2fbf6.patch

OBS-URL: https://build.opensuse.org/request/show/1110537
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=41
2023-09-15 13:12:24 +00:00
Dominique Leuenberger
10069f05c2 Accepting request 1063155 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/1063155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=17
2023-02-05 18:20:14 +00:00
Stefan Brüns
6e6d043c2c Accepting request 1061720 from home:dirkmueller:Factory
- add ba0d8cfcec3d3b0112d1c54991853e6003f2fbf6.patch to resolve
  python 3.11 build failure
- add 0001-pypubsub-Replace-deprecated-inspect.getargspec.patch
  to fix another python 3.11 build failure

OBS-URL: https://build.opensuse.org/request/show/1061720
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=39
2023-02-04 10:58:10 +00:00
Dominique Leuenberger
4672a21933 Accepting request 1061419 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/1061419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=16
2023-01-28 18:59:55 +00:00
Stefan Brüns
8f8fd9cff5 Accepting request 1061161 from home:pgajdos
- add repack script to sources in spec file

OBS-URL: https://build.opensuse.org/request/show/1061161
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=37
2023-01-26 20:49:26 +00:00
Stefan Brüns
31143cb62e Accepting request 1060645 from home:pgajdos
- add repack script, do not include packaging/ dir in sources
  [gh#wxWidgets/Phoenix#2105], [bsc#670523]

OBS-URL: https://build.opensuse.org/request/show/1060645
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=36
2023-01-24 13:51:13 +00:00
Dominique Leuenberger
a83a5a8b5e Accepting request 1056221 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/1056221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=15
2023-01-06 16:04:44 +00:00
Stefan Brüns
8d78255baa Accepting request 1046129 from home:dirkmueller:Factory
- Add python-pytest-forked as test dependency
  * The pytest parameter --forked is provided by python-pytest-forked
    which is no longer a transitive build requirement of
    python-pytest-xdist
  * gh#pytest-dev/pytest-xdist#468, gh#pytest-dev/pytest-xdist#821

OBS-URL: https://build.opensuse.org/request/show/1046129
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=34
2023-01-05 14:36:58 +00:00
Richard Brown
854eb87f77 Accepting request 995040 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/995040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=14
2022-08-17 16:16:32 +00:00
Stefan Brüns
5620729dc5 Accepting request 994913 from home:StefanBruens:branches:electronics
Update to 4.2.0

Enable unit tests
Keep compat with Leap 15.x/Python 3.6

OBS-URL: https://build.opensuse.org/request/show/994913
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=32
2022-08-14 14:40:17 +00:00
Dominique Leuenberger
c9e16d2bc3 Accepting request 944035 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/944035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=13
2022-01-05 14:44:31 +00:00
c2d36a9a66 Accepting request 944031 from home:bnavigator:branches:X11:wxWidgets
- Reduce complexity by not rewriting subpackages at all.
  Multibuild flavors now must be a superset of all existing
  python3 flavors.

- The difference of a single whitespace character is significant

OBS-URL: https://build.opensuse.org/request/show/944031
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=31
2022-01-05 12:58:20 +00:00
6c22f2ec19 Accepting request 943795 from home:bnavigator:branches:X11:wxWidgets
- Appease factory-auto bot about package src name

OBS-URL: https://build.opensuse.org/request/show/943795
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=30
2022-01-04 18:01:55 +00:00
ff0538714f Accepting request 943732 from home:mcepl:branches:X11:wxWidgets
- Add additional patches fixing the situation with Python 3.10
  compatibility:
  - 2039-bunch-py310-fixes.patch (from gh#wxWidgets/Phoenix#2039)
  - additional-310-fixes.patch (from various commits on master)
- Split out the TW python3 flavors into multibuild using the
  python_subpackage_only mechanism: Multiple python3 flavors
  sequentially require too much space and time in one build.

OBS-URL: https://build.opensuse.org/request/show/943732
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=29
2022-01-04 11:27:04 +00:00
Dominique Leuenberger
8c0a8ddc2f Accepting request 914057 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/914057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=12
2021-08-27 19:43:16 +00:00
c038434ed6 Accepting request 899795 from home:1Antoine1:branches:X11:wxWidgets
- Bump required wxWidgets version to 3.1.5.

OBS-URL: https://build.opensuse.org/request/show/899795
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=28
2021-08-24 15:59:46 +00:00
Dominique Leuenberger
b1d47d43b5 Accepting request 899524 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/899524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=11
2021-06-16 18:33:19 +00:00
2933b35bc7 Accepting request 898558 from home:1Antoine1:branches:X11:wxWidgets
- Update to version 4.1.1:
  * wxWidgets is now validating the flags passed when adding items
    to a sizer, to ensure that they are the correct flags for the
    type of the sizer. If the given flags do not make sense, for
    example using horizontal alignment flags in a horizontal box
    sizer, then a wxAssertionError error is raised.
  * Fixed missing binder for wxEVT_STC_AUTOCOMP_SELECTION_CHANGE.
    (PR#1613).
  * DataViewModel.HasValue can be overridden and will inform the
    DataViewCtrl whether or not an item and column has data. If
    HasValue returns False, then GetValue for that item/col will
    not be called. This allows a distinction between a truly empty
    cell, and one that has a value even if it is an empty string.
    (PR#1600)
  * Added flag that allows blocking of item dragging in the
    UltimateListControl class. (PR#1620)
  * Add the column index to notification events in
    UltimateListControl (PR#1630).
  * Added orientation parameter to UltimateListControl.GetScrollPos.
    (PR#1632)
  * wx.lib.agw.aui.AuiNotebook RemovePage() now hides the removed
    page, so it needs to be shown again if it is reused in another
    place. (PR#1668)
  * Fixed issue that could modify bytes objects under Python.
    (PR#1680)
  * Added wx.lib.agw.aui.EVT_AUI_PANE_CLOSE event which is sent when
    a AUI (the agw version) Pane has been closed (after it has been
    closed, not when it is about to be closed, which is when
    EVT_AUI_PANE_CLOSE is sent.) (PR#1628)
  * Exposed the wx.DC methods GetGraphicsContext and

OBS-URL: https://build.opensuse.org/request/show/898558
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=26
2021-06-11 17:11:39 +00:00
3592cbe56a Add changes.
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=25
2021-06-11 01:44:44 +00:00
c4b80131f0 Accepting request 887957 from home:wicked:qubes-build
It seems since starting to build for three Python interpreters, 10G of disk space is not enough and there has been build failures due to it. Statistics show about 11600MB used. Bumping constraint to 15G.

OBS-URL: https://build.opensuse.org/request/show/887957
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=24
2021-06-11 01:03:08 +00:00
Dominique Leuenberger
51489fd8be Accepting request 888846 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/888846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=10
2021-04-29 20:44:38 +00:00
e5ac9cab0e Accepting request 882252 from home:StevenK:branches:X11:wxWidgets
- Don't build using Python 3.6 for test package, when that gets reenabled.
- Since build.py install helpfully installs every built shared object
  under site-package directories, remove those not for that version of
  Python. (bsc#1182822)
- Correct python uninstall alternatives to list all of them, not just one.

OBS-URL: https://build.opensuse.org/request/show/882252
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=22
2021-04-27 15:27:37 +00:00
Dominique Leuenberger
55bf174f8c Accepting request 838865 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/838865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=9
2020-10-02 15:16:31 +00:00
Stefan Brüns
aa43418f2b Accepting request 838864 from home:StefanBruens:branches:X11:wxWidgets
- Use system wxWidgets (wxGTK3) instead of bundling
- Cleanup test dependencies and check section (tests still disabled
  due to too many failures)

OBS-URL: https://build.opensuse.org/request/show/838864
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=20
2020-09-30 23:41:16 +00:00
Dominique Leuenberger
b778ae565a Accepting request 824391 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/824391
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=8
2020-08-06 15:32:14 +00:00
66f31faeb6 Accepting request 818645 from home:StefanBruens:branches:X11:wxWidgets
- Wrap all relevant build dependencies when building with system
  wxWidgets library.
- Add patches to allow building with STL variant of wxGTK:
  * 0001-Fix-conversion-of-variant-list-members.patch
  * use_stl_build.patch
  * 0001-Fix-wxUIActionSimulator-Text-parameter-documentation.patch
  * 0003-Use-explicit-wxString-c_str-conversion-for-sipFindTy.patch

OBS-URL: https://build.opensuse.org/request/show/818645
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=18
2020-08-04 22:44:38 +00:00
Dominique Leuenberger
0f52606181 Accepting request 816646 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/816646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=7
2020-06-26 19:44:02 +00:00
8b4cc7c6e5 Accepting request 810311 from home:StefanBruens:branches:X11:wxWidgets
- Add explicit libXtst build dependency, required for Leap 15.1
  (already implicit on Leap 15.2 and TW).

OBS-URL: https://build.opensuse.org/request/show/810311
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=16
2020-06-23 17:11:54 +00:00
Dominique Leuenberger
b42827617a Accepting request 807828 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/807828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=6
2020-06-03 18:29:51 +00:00
4d5b51398c Accepting request 807357 from home:Guillaume_G:branches:X11:wxWidgets
- Update to 4.1.0:
  * Add a sample for wx.Font.AddPrivateFont to the demo.
  * Added wrappers for the OSXEnableAutomaticQuoteSubstitution, 
    OSXEnableAutomaticDashSubstitution, and OSXDisableAllSmartSubstitutions
    methods in wx.TextCtrl. Also added OSXEnableAutomaticTabbing in wx.App.
  * Added wx.ColourDialogEvent, wx.DCTextBgColourChanger, wx.DCTextBgModeChanger,
    wx.grid.GridCellDateRenderer, wx.grid.GridCellDateEditor, wx.SystemAppearance, etc.
  * Many of the deprecated items in wxWidgets and wxPython are being or have 
    been removed. Be sure to test your code in a recent 4.0.x release with 
    warnings enabled so you can see which class, method or function calls 
    you need to change.
  * 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 the label editor could 
    remain stuck forever #1235.
  * Grafted on a EnableSystemTheme method to the classes which support it.
    This can be used to disable the default system theme on Windows for native
    widgets like wx.ListCtrl, wx.TreeCtrl and wx.dataview.DataViewCtrl. 
    It has no effect on the other platforms.
  * The wx.WS_EX_VALIDATE_RECURSIVELY extended style flag is obsolete, 
    as it is now the default (and only) behavior. The style flag has been added 
    back into wxPython for compatibility, but with a zero value. You can just 
    stop using it in your code with no change in behavior. #1278
  * 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
  * Replaced the Vagrant VMs used for building wxPython for various Linux distros 
    with Docker images.
  * Add some missing methods in wx.adv.BitmapComboBox #1307
  * Added the wx.svg package which contains code for parsing SVG 
    (Scalable Vector Graphics) files, and also code for integrating with 
    wxPython. It can rasterize the SVG to a wx.Bitmap of any size with no 
    loss of quality, and it can also render the SVG directly to a 
    wx.GraphicsContext using the GC's drawing primitives. PR#1323
  * 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
  * Added wrappers for the wx.ActivityIndicator class.
  * Added wrappers for the wx.CollapsibleHeaderCtrl class.
  * Fixed issues in PlotCanvas around displaying and using scrollbars. #1428
  * Added wx.msw.CHMHelpController, and also a wx.HelpController factory function
    that creates an instance of the best Help Controller for the platform. #1536
  * Added wx.adv.GenericAnimationCtrl so the generic version of the animation 
    classes can be used even on the platforms that have a native version. 
    Note that due to internal changes to support both types of animations, 
    some API changes in how the Animation objects are created. See the 
    AnimationCtrl.py sample in the demo for the various usage patterns #1579
  * Added wrappers for the wx.grid.GridBlockCoords, wx.grid.GridBlocks, and 
    wx.grid.GridBlockDiffResult classes, as well as associated new methods 
    in the wx.grid.Grid class. These provide a new way to interact with blocks 
    of selected cells, including an iterator interface in wx.grid.GridBlocks
    which should be a more efficient (time and memory) way to process large 
    groups of selections.
- Disable Python2

OBS-URL: https://build.opensuse.org/request/show/807357
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=14
2020-05-20 18:37:51 +00:00
Dominique Leuenberger
39da025e3b Accepting request 781058 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/781058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=5
2020-03-05 22:17:31 +00:00
1bd8e4b725 Accepting request 780944 from home:scarabeus_iv:branches:X11:wxWidgets
- Update to 4.0.7.post2:
  * Bugfix to switch to AVFoundation instead of QTKit
- Fix building with new glut (pc file changed)

OBS-URL: https://build.opensuse.org/request/show/780944
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=12
2020-03-02 23:59:08 +00:00
Dominique Leuenberger
e9a89f6abb Accepting request 750190 from X11:wxWidgets
OBS-URL: https://build.opensuse.org/request/show/750190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wxPython?expand=0&rev=4
2019-11-25 10:23:03 +00:00