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 pyglet from 2.0.17 to 2.0.20 #2471

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2024

Bumps pyglet from 2.0.17 to 2.0.20.

Release notes

Sourced from pyglet's releases.

v2.0.20

Changes and Improvements

  • media: add support for FFmpeg 7.x

v2.0.19

Changes and Improvements

docs: update vertexbuffer.py module docstrings

Bugfixes

  • macos: stop F5 from autocompleting (#1229)
  • input.base: Don't skip Axis Controls without names
  • window.xlib: don't send on_mouse_release events for scrolling (#1235)

v2.0.18

Changes and Improvements

  • shader: add support for OpenGL structures in UBO's (#1212)
  • win32.com: get libs/win32/com.py ready for incoming 3.13 changes #1199
  • docs: fix various typos, and example code to align with docs #1200, #1201
  • text.document: add new AbstractDocument.append_text method for more efficient end-of-text additions #1182
  • tests: fix issues with broken tests on macOS.
  • input.macos: add missing axis alias for modern controllers (Stadia, newer XBOX One)
  • gui.NinePatch: Add a new NinePatch.create_around_layout class method
  • typing: add py.typed file #1205

Bugfixes

  • shader: fix matrix uniform assignment #1194
  • text: fix missing caret top level import
  • text.layout: fix updating anchor on the X axis #1213
  • text.layout: move get_line_count function into the base TextLayout class
  • window.macos: fix blinking cursor in bottom left of window #1204
  • examples: fix rectangle not appearing in text_input example
  • macos: fix missing dealloc for text view.
  • macos: fix some deallocation issues when creating multiple windows.
  • macos: fix event loop termination exiting the entire app.
  • macos: fix focus being stolen by other apps during launch. (#1211)
  • macos: fix error about pygletUpdate when closing a window. (#1219)
  • macos: fix function keys not registering. (#1220)
  • docs: move check for sys.modules['sphinx'] into doc/conf.py to prevent conflicts with jupyter #1215
Changelog

Sourced from pyglet's changelog.

pyglet 2.0.20

Changes and Improvements

  • media: add support for FFmpeg 7.x

pyglet 2.0.19

Changes and Improvements

docs: update vertexbuffer.py module docstrings

Bugfixes

  • macos: stop F5 from autocompleting (#1229)
  • input.base: Don't skip Axis Controls without names
  • window.xlib: don't send on_mouse_release events for scrolling (#1235)

pyglet 2.0.18

Changes and Improvements

  • shader: add support for OpenGL structures in UBO's (#1212)
  • win32.com: get libs/win32/com.py ready for incoming 3.13 changes #1199
  • docs: fix various typos, and example code to align with docs #1200, #1201
  • text.document: add new AbstractDocument.append_text method for more efficient end-of-text additions #1182
  • tests: fix issues with broken tests on macOS.
  • input.macos: add missing axis alias for modern controllers (Stadia, newer XBOX One)
  • gui.NinePatch: Add a new NinePatch.create_around_layout class method
  • typing: add py.typed file #1205

Bugfixes

  • shader: fix matrix uniform assignment #1194
  • text: fix missing caret top level import
  • text.layout: fix updating anchor on the X axis #1213
  • text.layout: move get_line_count function into the base TextLayout class
  • window.macos: fix blinking cursor in bottom left of window #1204
  • examples: fix rectangle not appearing in text_input example
  • macos: fix missing dealloc for text view.
  • macos: fix some deallocation issues when creating multiple windows.
  • macos: fix event loop termination exiting the entire app.
  • macos: fix focus being stolen by other apps during launch. (#1211)
  • macos: fix error about pygletUpdate when closing a window. (#1219)
  • macos: fix function keys not registering. (#1220)
  • docs: move check for sys.modules['sphinx'] into doc/conf.py to prevent conflicts with jupyter #1215

... (truncated)

Commits

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 [pyglet](https://github.com/pyglet/pyglet) from 2.0.17 to 2.0.20.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v2.0.17...v2.0.20)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 31, 2024
@geekcomputers geekcomputers merged commit 2740ccc into master Jan 3, 2025
0 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pyglet-2.0.20 branch January 3, 2025 17:42
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant