Skip to content

Bump pyglet from 2.1.3 to 2.1.6 #2637

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
Apr 29, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps pyglet from 2.1.3 to 2.1.6.

Release notes

Sourced from pyglet's releases.

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)
Changelog

Sourced from pyglet's changelog.

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

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)

pyglet 2.1.3

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.

Bugfixes

  • shapes: disable depth testing by default, due to usability issues.
  • window.xlib: prevent crash if initial configuration notify event has invalid width/height.
  • window.xlib: fix screen mode showing dotclock instead of Hz.
  • model: fix the (undocumented) Sphere and Cube test shapes.
  • examples.model.fpscamera: don't normalize the movement input.
  • window: Fix ImageMouseCursor positioning not adapting to scaling (#1278).

pyglet 2.1.2

... (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.3 to 2.1.6.
- [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)

---
updated-dependencies:
- dependency-name: pyglet
  dependency-version: 2.1.6
  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 Apr 28, 2025
@geekcomputers geekcomputers merged commit 3901276 into master Apr 29, 2025
0 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pyglet-2.1.6 branch April 29, 2025 20:21
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