Skip to content

Bump wxpython from 4.2.2 to 4.2.3 #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps wxpython from 4.2.2 to 4.2.3.

Changelog

Sourced from wxpython's changelog.

4.2.3

  • 9-Apr-2025

PyPI: https://pypi.python.org/pypi/wxPython/4.2.3 Extras: https://extras.wxPython.org/wxPython4/extras/ Pip: pip install wxPython==4.2.3

New and improved in this release:

  • This release was built using the wxWidgets' v3.2.7 release tag. The only exception is that libtiff and pcre2 bundled with wxWidgets are updated to the versions from the wxWidgets master branch (libtiff 4.7.0 and pcre2 10.44).

  • Fix test issues with wx.lib.introspect (#2717)

  • Add support for building on Windows ARM64 (#2521)

  • Incorporate many improvements to type stubs (#2665)

  • Fix building documentation with latest sphinx (#2672)

  • Build smaller architecture-specific wheels on macOS instead of large universal2 wheels

  • Calculate scroll based on child's relative position to scrolledpanel in wx.lib.scrolledpanel

  • Fix float -> int conversion issues in wx.lib.fancytext (#2703)

  • Replace deprecated NumPy type aliases

  • Use wx.StaticText in wx.lib.agw.hyperlink (#2686)

  • Implement partial support for pyproject.toml and other build process improvements

  • Remove use of six and most Python 2 compatibility code

  • Fix wxWidgets build on OpenSUSE (#558, #1067, #2422, #2532)

  • Fix more int conversions in wx.lib.agw.flatnotebook

  • Make build output reproducible

  • Enable overridding wx.Sizer.InformFirstDirection() (#2452)

  • Implement iter for wxList iterator classes (fixes Python 3.13.1 issue)

  • Fix wx.lib.mixins.rubberband not clearing DC on redraw

  • Support implementing CreateBitmapBundle for custom ArtProvider

  • Fix float/int conversion issues in wx.lib.ogl

  • Include usage of wxMemoryFSHandler in webview demo

... (truncated)

Commits
  • 3b5f798 Release 4.2.3
  • b2643a8 Merge pull request #2722 from swt2c/build_wxwidgets_newer_libtiff
  • bc1c9ce Build wxWidgets with libtiff v4.7.0 and pcre v10.44
  • d0058a3 Merge pull request #2728 from komoto48g/fix-introspect
  • 636dab5 Add a few more dunders
  • fbd25d5 Change special_attrs from PY2 to PY3
  • d6b6c3c Add NL token type check to getRoot
  • 4247674 Update wxWidgets to v3.2.7.1 release
  • c9f0e39 Add support for building on Windows ARM64
  • 98065e7 Remove issue template config.yml (not needed?)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wxpython](https://github.com/wxWidgets/Phoenix) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/wxWidgets/Phoenix/releases)
- [Changelog](https://github.com/wxWidgets/Phoenix/blob/master/CHANGES.rst)
- [Commits](wxWidgets/Phoenix@wxPython-4.2.2...wxPython-4.2.3)

---
updated-dependencies:
- dependency-name: wxpython
  dependency-version: 4.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants