Skip to content

Bump pyglet from 2.1.6 to 2.1.8 #2847

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

Merged
merged 1 commit into from
Aug 22, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Bumps pyglet from 2.1.6 to 2.1.8.

Release notes

Sourced from pyglet's releases.

v2.1.8

Changes

docs: Improve camera example documentation. (#1326) gl: Add type hints to GL functions. (#1237) (#1325) font: Add font shaping support to MacOSX. window: Add support for MacOSX to have transparent windows and overlays. (#1339) window: Add new on_clipboard_copy & on_clipboard_paste events, and add support to the Caret class. (#1313) examples: Add a get_mouse_scale helper method to the FixedResolution class. math: Remove if checks from __matmul__ operations for small performance improvement.

Bugfixes

font: Fix get_text_size for DirectWrite to include trailing whitespaces. font: Cache glyphs based on unique ID and indices to reduce cache collions. (#1346) font: Fix issue with inline elements crashing in a non-multiline scenario. (#1346) media: Fix WMFDecoder delivering audio data as float. (#1315) (#1316) window: Fix bugs with transparent framebuffers for transparent windows. (#1333) window: Adjust software cursor scale factor for MacOS for HiDPI. (#1343)

Changelog

Sourced from pyglet's changelog.

pyglet 2.1.8

Changes

docs: Improve camera example documentation. (#1326) gl: Add type hints to GL functions. (#1237) (#1325) font: Add font shaping support to MacOSX. window: Add support for MacOSX to have transparent windows and overlays. (#1339) window: Add new on_clipboard_copy & on_clipboard_paste events, and add support to the Caret class. (#1313) examples: Add a get_mouse_scale helper method to the FixedResolution class. math: Remove if checks from __matmul__ operations for small performance improvement.

Bugfixes

font: Fix get_text_size for DirectWrite to include trailing whitespaces. font: Cache glyphs based on unique ID and indices to reduce cache collions. (#1346) font: Fix issue with inline elements crashing in a non-multiline scenario. (#1346) media: Fix WMFDecoder delivering audio data as float. (#1315) (#1316) window: Fix bugs with transparent framebuffers for transparent windows. (#1333) window: Adjust software cursor scale factor for MacOS for HiDPI. (#1343)

pyglet 2.1.7

Changes

event: Add EventDispatcher.post_event method for posting events to main thread window: Clamp width and height to minimum of (1,1) in internal resize events (#1322) window.mouse: Add getattr to the MouseStateHandler (#1311)

Bugfixes

docs: Fix outbound link, cross-refs, and formatting for programming guide image page (#1318) input.Controller: fix Nonetype error if a mapping points towards a non-existing HAT Control math: fix bugged Vec methods (#1310) window: Fix window transparency for Windows OS. window: Fix X11 clipboard selection by not setting XlibWindow._clipboard_str in self.get_clipboard_text

pyglet 2.1.6

Bugfixes

shapes: revert color -> colors in default shader. shaders: fix UniformBlock introspection for creating an array of single types, like float. shaders: in compute_shader example, fix incorrect assumption that bind_image_texture used uniform location.

pyglet 2.1.5

... (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.1.6 to 2.1.8.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](https://github.com/pyglet/pyglet/commits/v2.1.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Python labels Aug 19, 2025
@geekcomputers geekcomputers merged commit 683cc35 into master Aug 22, 2025
0 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pyglet-2.1.8 branch August 22, 2025 07:07
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant