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

Bump pyglet from 2.0.7 to 2.0.8 #1918

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2023

Bumps pyglet from 2.0.7 to 2.0.8.

Release notes

Sourced from pyglet's releases.

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
Changelog

Sourced from pyglet's changelog.

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.

pyglet 2.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.
  • macOS: implement "file_drop" support for Windows.
  • macOS: add support for CoreAudio, allowing native mp3, aiff, etc. support without FFMpeg.
  • macOS: alternative NSApplication based event loop, to avoid missing events on M1 Macs. #794
  • text: Caret supports RGBA color, in line with other pyglet objects.
  • Windows: New context manager for handling of safer handling of platform resources.

Bugfixes

  • Fix numerous bugs remaining with IncrementalTextLayout, with translation, caret, etc. #786
  • Windows: fix incorrect on_resize values.
  • macOS: numerous memory leak fixes.
  • shader: add missing sampler type definitions.

... (truncated)

Commits
  • fe113d1 Ready v2.0.8 release
  • 3f2793f input.evdev: minor performance improvements
  • bda9b85 examples.input.controller: minor cleanup
  • 3ccd663 Moved examples/3dmodel -> examples/model
  • 300426d - Minor cleanup of opengl examples.
  • 897c016 Support custom fonts (#873)
  • 6f9abc3 Testing whether a point is inside a shape (#833)
  • 53bb16b documentation: rework event dispatching section
  • b99cb11 Merge remote-tracking branch 'origin/master'
  • a83f1c3 Start adding controller input to fpscamera example.
  • 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 2.0.7 to 2.0.8.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v2.0.7...v2.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 22, 2023
@geekcomputers geekcomputers merged commit a356136 into master Jun 23, 2023
0 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pyglet-2.0.8 branch June 23, 2023 05:25
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.

1 participant