Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps pyglet from 2.1.8 to 2.1.9.

Release notes

Sourced from pyglet's releases.

v2.1.9

Changes

docs: Improve missing or underdeveloped math doc (#1295) input: Add new Controller properties for polling - Controller.dpad, Controller.leftanalog, Controller.rightanalog Vec2s.

Bugfixes

input.linux.evdev: Add support for the SYN_DROPPED event, to prevent "stuck" controls when events are lost. input.linux.evdev: Implement missing EvdevDevice.poll method. graphics.shaders: Fix attribute pointer issue for integers. (#1351) window.headless: Add missing abstract methods to HeadlessScreen (#1350)

Changelog

Sourced from pyglet's changelog.

pyglet 2.1.9

Changes

docs: Improve missing or underdeveloped math doc (#1295) input: Add new Controller properties for polling - Controller.dpad, Controller.leftanalog, Controller.rightanalog Vec2s.

Bugfixes

input.linux.evdev: Add support for the SYN_DROPPED event, to prevent "stuck" controls when events are lost. input.linux.evdev: Implement missing EvdevDevice.poll method. graphics.shaders: Fix attribute pointer issue for integers. (#1351) window.headless: Add missing abstract methods to HeadlessScreen (#1350)

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

... (truncated)

Commits
  • b8d358c Ready v2.1.9
  • 49a0fdc Linting & typing fixes.
  • be03a47 Minor cleanups
  • 6359f0f input.linux: Add support for the evdev SYN_DROPPED event.
  • 679e967 input.linux: Add support for the evdev SYN_DROPPED event.
  • 59f4579 Add Controller dpad, leftanalog, rightanalog attributes for polling purposes.
  • c0a8c04 input.linux: implement poll method on EvdevDevice
  • 990e9c5 Improve missing or underdeveloped math doc (#1295)
  • 7bf489c Add missing abstract methods to HeadlessScreen (#1350)
  • 9b06bf2 Fix attribute pointer issue for integers. (#1351)
  • See full diff 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.1.8 to 2.1.9.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v2.1.8...v2.1.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Python labels Oct 13, 2025
@geekcomputers geekcomputers merged commit 4f1209c into master Oct 14, 2025
2 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pyglet-2.1.9 branch October 14, 2025 08:22
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.

2 participants