Skip to content

Conversation

@dependabot
Copy link

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

Bumps pyglet from 1.5.15 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)

v2.1.5

⚠️ This release is part of the new 2.1 series, and has BREAKING CHANGES from the 2.0 series. If updating from 2.X, please see the migration guide in the documentation for more details: https://pyglet.readthedocs.io/en/latest/programming_guide/migration.html

Changes

  • docs: Add shape guide crossrefs (#1291)
  • Updated the opengl torus example to work with the material updates in 3.1 (#1281)
  • Add homebrew lib search location for Apple Silicon.
  • Bump Qt example to use PySide6 and PyQt6 (#1305)

Bugfixes

  • shapes.earcut: Fix int casting bug for large polygons (#1282)
  • Linux: Use dotclock instead of rate in xlib vidmoderestore (#1285)
  • tests: Fix many interactive tests, and other test fixes
  • app: Fix run(None) crashing on macOS
  • docs: Correct the docstring for the start_angle of an arc to indicate it is in degrees and not radians (#1290)
  • controller: Fix dpad bias for controller.min > 0 (#1296)
  • controller: Only use 0x1 desktop page axis for controller indexing on macOS (#1297)
  • gui: Fix the position range of the slider knob when repositioning the slider (#1299)

v2.1.3

⚠️ This release is part of the new 2.1 series, and has BREAKING CHANGES from the 2.0 series. Please see the migration guide in the documentation for more details: https://pyglet.readthedocs.io/en/latest/programming_guide/migration.html

Changes

  • window: Change the default znear/zfar to (-8192, 8192).
  • docs: Fix top-left version display and copyright auto-generation (#1264).
  • docs: fixes in the quickstart guide, and lots of other cleanups.
  • clean up legacy super() call syntax around the codebase.

... (truncated)

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
  • fa6641b Ready v2.1.8 release.
  • 2303e73 math: simplify matmul operations for small speedup.
  • 2f71e98 math: minor performance improvements to matrix multiplication
  • 9416d82 pyglet.init: Simplify ENV option parsing and Options setter. (#1347)
  • f97199e Font fixes (#1346)
  • 59b598e Adjust software cursor scale factor for MacOS for HiDPI. (#1343)
  • 0e59493 Window improvements (#1345)
  • f08debc Add support for MacOSX to have transparent windows and overlays (#1339)
  • 1f4b04c Fix get_text_size for DirectWrite to include trailing whitespaces.
  • 01b9214 Merge pull request #1333 from caffeinepills/transparency_vm_fix
  • 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 1.5.15 to 2.1.8.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v1.5.15...v2.1.8)

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

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 Aug 20, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 27, 2025

Superseded by #2430.

@dependabot dependabot bot closed this Sep 27, 2025
@dependabot dependabot bot deleted the dependabot/pip/python/requirements/ml/pyglet-2.1.8 branch September 27, 2025 07:09
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.

1 participant