Skip to content
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

build(deps): Bump pyglet from 2.1.2 to 2.1.3 #99

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2025

Bumps pyglet from 2.1.2 to 2.1.3.

Release notes

Sourced from pyglet's releases.

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.

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

Sourced from pyglet's changelog.

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

Bugfixes

  • shapes: disable depth testing by default, due to usability issues.

pyglet 2.1.1

Bugfixes

  • input.Controller: Fix DirectInput dpad (hat control) regressions.
  • input.Controller: Fix sign calculation bug for devices with analog axis as dpad.

pyglet 2.1.0 Major Release

Changes

  • Changed default argument order to bring consistencty to text Labels and Layouts.
  • For API consistency with other modules, Shapes now use degrees for all applicable objects.
  • Controller events dispatch Vec2s for analog sticks and directional-pad movement.
  • The pyglet.canvas module has been renamed to pyglet.display.

Features

  • More control over DPI scaling for Hi-DPI displays (see pyglet.options.dpi_scaling).
  • Objects in the math module (Vec2/3/4, Mat3/4, Quaternion) are now all immutable and hashable.
  • Shapes now offer a Z property for basic depth sorting.

... (truncated)

Commits
  • 9a6b9d1 Ready v2.1.3 release.
  • 16a23ed Remove docs references to deleted astraea (#1279)
  • 7157524 Fix ImageMouseCursor position not adapting to scaling. (#1278)
  • 28e111f Merge remote-tracking branch 'origin/master'
  • db09402 Remove links to the mailing list, as nobody is able to manage it.
  • a4d7c4e Remove links to the mailing list, as nobody is able to manage it.
  • 7f0632f Fix Xlib screen mode being dotclock instead of the true hz. (#1277)
  • 3880b61 Small cleanup mostly in GUI docs (#1273)
  • 18e92ff Simplify docs version handling. (#1274)
  • dd3c18b Remove references to OrderedGroups
  • 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.1.2 to 2.1.3.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v2.1.2...v2.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from zevlee as a code owner February 25, 2025 07:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 25, 2025
@zevlee zevlee merged commit cd445eb into main Feb 25, 2025
@zevlee zevlee deleted the dependabot/pip/pyglet-2.1.3 branch February 25, 2025 10:28
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