Skip to content
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

Bump toga from 0.4.2 to 0.4.5 #67

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2024

Bumps toga from 0.4.2 to 0.4.5.

Release notes

Sourced from toga's releases.

0.4.5

Features

  • The typing for Toga's API surface was updated to be more precise. (#2252)
  • APIs were added for replacing a widget in an existing layout, and for obtaining the index of a widget in a list of children. (#2301)
  • The content of a window can now be set when the window is constructed. (#2307)
  • Size and position properties now return values as a Size and Position namedtuple, respectively. namedtuple objects support addition and subtraction operations. Basic tuples can still be used to set these properties. (#2388)
  • Android deployments no longer require the SwipeRefreshLayout component unless the app uses the Toga DetailedList widget. (#2454)

Bugfixes

  • Invocation order of TextInput on_change and validation is now correct. (#2325)
  • Dialog windows are now properly modal when using the GTK backend. (#2446)
  • The Button testbed tests can accommodate minor rendering differences on Fedora 40. (#2583)
  • On macOS, apps will now raise a warning if camera permissions have been requested, but those permissions have not been declared as part of the application metadata. (#2589)

Documentation

  • The instructions for adding a change note to a pull request have been clarified. (#2565)
  • The minimum supported Linux release requirements were updated to Ubuntu 20.04 or Fedora 32. (#2566)
  • The first-time contributor README link has been updated. (#2588)
  • Typos in the usage examples of toga.MapPin were corrected. (#2617)

Misc

0.4.4

Bugfixes

  • The mechanism for loading application icons on macOS was corrected to account for how Xcode populates Info.plist metadata. (#2558)

Misc

0.4.3

Features

  • A MapView widget was added. (#727)
  • Toga apps can now access details about the screens attached to the computer. Window position APIs have been extended to allow for placement on a specific screen, and positioning relative to a specific screen. (#1930)
  • Key definitions were added for number pad keys on GTK. (#2232)
  • Toga can now be extended, via plugins, to create Toga Images from external image classes (and vice-versa). (#2387)
  • Non-implemented features now raise a formal warning, rather than logging to the console. (#2398)
  • Support for Python 3.13 was added. (#2404)
  • Toga's release processes now include automated testing on ARM64. (#2404)
  • An action for a Toga command can now be easily modified after initial construction. (#2433)
  • A geolocation service was added for Android, iOS and macOS. (#2462)
  • When a Toga app is packaged as a binary, and no icon is explicitly configured, Toga will now use the binary's icon as the app icon. This means it is no longer necessary to include the app icon as data in a resources folder if you are packaging your app for distribution. (#2527)

... (truncated)

Commits
  • 9a8d7a9 Add release notes for v0.4.5.
  • 04daf6f Merge pull request #2252 from rmartin16/api-types-testing
  • 1ae8563 Merge pull request #2637 from freakboy3742/ci-flaky
  • 4d59019 Use a specific version for the new action.
  • 54ce7ff Add workaround for networking issues.
  • 88a20b6 Cleanup the secondary window.
  • 9145b98 Update TypeAlias naming and documentation
  • 76efbba Merge pull request #2629 from freakboy3742/dethrone-napoleon
  • 19b8d20 Merge pull request #2625 from beeware/autoupdates/pre-commit/pyupgrade
  • 72636d4 Merge pull request #2626 from beeware/dependabot/pip/core/pytest-8.2.2
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 11, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/toga-0.4.5 branch 2 times, most recently from 1d26c65 to be506b4 Compare July 6, 2024 23:40
Bumps [toga](https://github.com/beeware/toga) from 0.4.2 to 0.4.5.
- [Release notes](https://github.com/beeware/toga/releases)
- [Commits](beeware/toga@v0.4.2...v0.4.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/toga-0.4.5 branch from be506b4 to 8f8b85d Compare July 9, 2024 19:21
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2024

Superseded by #70.

@dependabot dependabot bot closed this Aug 28, 2024
@dependabot dependabot bot deleted the dependabot/pip/toga-0.4.5 branch August 28, 2024 20:30
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