Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 9, 2024

Bumps pyglet from 2.0.9 to 2.0.18.

Release notes

Sourced from pyglet's releases.

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

v2.0.17

Changes and Improvements

  • image: Use dedicated shader for blitting to fix blending issues. (#1170)
  • shapes: Add a way to set blend mode on initialization and after.
  • shapes: Add a get_shape_group function.
  • shapes: Add a way to change shape shader program.
  • pyglet.experimental: Add multi-texture sprite support. (#1166)
  • graphics.vertexbuffer: (internal) Rename buffer object sub_data to commit to better reflect it's usage. (#1186)
  • gui: Add on_mouse_enter/leave event handler to WidgetBase and use it in Buttons (#1190)
  • graphics.vertexdomain: Update program migration to its own function: update_shader.
  • graphics.vertexdomain: Changing programs no longer requires batch, as that doesn't change with a program change.
  • graphics.vertexdomain: Allow migration of shaders through deleting vertex lists.
  • graphics.vertexdomain: Remove isinstance check for VertexList and go off the class variable that is set.

Bugfixes

  • image: Fix Texture3D.create_for_images method.
  • typing: Fix pyglet.options type checking.
  • shader: Fix UBO arrays. (#1168)
  • sprite: Fix paused animation frame index. (#1180)
  • window: win32: Fix Window.set_icon.best_icon. (#1183)

... (truncated)

Changelog

Sourced from pyglet's changelog.

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

pyglet 2.0.17

Changes and Improvements

  • image: Use dedicated shader for blitting to fix blending issues. (#1170)
  • shapes: Add a way to set blend mode on initialization and after.
  • shapes: Add a get_shape_group function.
  • shapes: Add a way to change shape shader program.
  • pyglet.experimental: Add multi-texture sprite support. (#1166)
  • graphics.vertexbuffer: (internal) Rename buffer object sub_data to commit to better reflect it's usage. (#1186)
  • gui: Add on_mouse_enter/leave event handler to WidgetBase and use it in Buttons (#1190)
  • graphics.vertexdomain: Update program migration to its own function: update_shader.
  • graphics.vertexdomain: Changing programs no longer requires batch, as that doesn't change with a program change.
  • graphics.vertexdomain: Allow migration of shaders through deleting vertex lists.
  • graphics.vertexdomain: Remove isinstance check for VertexList and go off the class variable that is set.

Bugfixes

  • image: Fix Texture3D.create_for_images method.
  • typing: Fix pyglet.options type checking.

... (truncated)

Commits
  • 66844d5 Ready v2.0.18 release
  • 97076c3 Move sphinx module check out of pyglet.init.py
  • b2a7757 Merge pull request #1221 from pyglet/revert-1216-master
  • fb32475 Revert "Fix F1,F2,.. handling on Mac (#1216)"
  • 3784fd5 Start writing up RELEASE_NOTES for v2.0.18
  • 686697c Fix F1,F2,.. handling on Mac (#1216)
  • da2474a text.layout: move get_line_count function into the base TextLayout class
  • 30eb1b6 Merge remote-tracking branch 'origin/master'
  • c63ee82 Fix function keys not registering. (#1220)
  • 5ee36ba gui.NinePatch: Add a create_around_layout class method
  • 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 [pyglet](https://github.com/pyglet/pyglet) from 2.0.9 to 2.0.18.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v2.0.9...v2.0.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 9, 2024
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.

0 participants