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

chore: bump pyglet from 1.5.27 to 2.0.9 #264

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps pyglet from 1.5.27 to 2.0.9.

Release notes

Sourced from pyglet's releases.

v2.0.9

Changes and Improvements

  • app: Passing None to pyglet.app.run will disable automatic Window redraws.
  • window: Add a Window.draw method to help when manually scheduling Window redraws.
  • shapes: Add a border thickness setter to BorderedRectangle.
  • docs: Various docstring improvements and cleanups.
  • examples: Add minimal ComputeShader example.

Bugfixes

  • media: Fix multiple on_eos events from OpenAL players, and major MediaThreads overhaul.
  • macos: Fix on_key events (#898)
  • macos: Workaround for CGDisplaySetDisplayMode bug
  • Xaudio2: Fix packet refill crash when removing a player that was deleted mid callback.
  • gui: Fix incorrectly named on_mouse_scroll arguments (#904).

v2.0.8

Changes and Improvements

  • Add missing OpenGL extensions
  • Add support for FFmpeg 6.0
  • Sprite width & height properties are now settable, allowing scaling by pixels
  • documentation: updates to migration guide, media, and events
  • shapes: Allow checking if a point is in a shape, using the in operator

Bugfixes

  • clock: Fix clock swallowing ReferenceErrors
  • documentation: fix some sphinx build issues on ReadTheDocs
  • font: multiple macOS fixes, including issues with double-byte fonts
  • input: ensure Xinput controllers dispatch events on the main thread

v2.0.7

Changes and Improvements

  • gui: Add alpha value to the Caret's default color.
  • docs: Some minor rewording of sections, and type fixes.

Bugfixes

  • Fix broken struct format strings in png and ttf decoders.
  • text: Clear Group cache when a Layout's Group is changed.
  • Fix incorrect string formatting in the timer.py example.

v2.0.6

Changes and Improvements

  • Initialize AudioDriver when media module is imported, prevent pause on first sound playback.
  • New TextureArrayBin class for managing TextureArray based atlases.

... (truncated)

Changelog

Sourced from pyglet's changelog.

pyglet 2.0.9

Changes and Improvements

  • app: Passing None to pyglet.app.run will disable automatic Window redraws.
  • window: Add a Window.draw method to help when manually scheduling Window redraws.
  • shapes: Add a border thickness setter to BorderedRectangle.
  • docs: Various docstring improvements and cleanups.
  • examples: Add minimal ComputeShader example.

Bugfixes

  • media: Fix multiple on_eos events from OpenAL players, and major MediaThreads overhaul.
  • macos: Fix on_key events (#898)
  • macos: Workaround for CGDisplaySetDisplayMode bug
  • Xaudio2: Fix packet refill crash when removing a player that was deleted mid callback.
  • gui: Fix incorrectly named on_mouse_scroll arguments (#904).

pyglet 2.0.8

Changes and Improvements

  • Add missing OpenGL extensions
  • Add support for FFmpeg 6.0
  • Sprite width & height properties are now settable, allowing scaling by pixels
  • documentation: updates to migration guide, media, and events
  • shapes: Allow checking if a point is in a shape, using the in operator

Bugfixes

  • clock: Fix clock swallowing ReferenceErrors
  • documentation: fix some sphinx build issues on ReadTheDocs
  • font: multiple macOS fixes, including issues with double-byte fonts
  • input: ensure Xinput controllers dispatch events on the main thread

pyglet 2.0.7

Changes and Improvements

  • gui: Add alpha value to the Caret's default color.
  • docs: Some minor rewording of sections, and type fixes.

Bugfixes

  • Fix broken struct format strings in png and ttf decoders.
  • text: Clear Group cache when a Layout's Group is changed.
  • Fix incorrect string formatting in the timer.py example.

... (truncated)

Commits
  • 40a7970 examples.input: Add analog value display
  • 836c76c math: Minor docstring updates.
  • d4d8241 Rename pyglet.types in attempt to fix circular import #900
  • 3c493f7 gui: fix on_mouse_scroll handler argument names #904
  • b9a845c Resync Geometry Shader Sprite from experimental branch. #713
  • 193b863 Use RGBA tuple in shapes.Polygon docstring (#902)
  • 3aa4456 model: obj decoder - always use default_material if none specified.
  • 81f3483 Minor code cleanup
  • 25f2fef Improve Atlas Type Hints (#864)
  • efae43f do #871 (#892)
  • 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 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.27 to 2.0.9.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v1.5.27...v2.0.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 31, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants