Skip to content

chore: bump pyglet from 1.5.27 to 2.0.8#259

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pyglet-2.0.8
Closed

chore: bump pyglet from 1.5.27 to 2.0.8#259
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pyglet-2.0.8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps pyglet from 1.5.27 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

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.
  • 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.
  • Add missing docstrings, and various documentation fixes.

v2.0.5

Changes and Improvements

... (truncated)

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)

@dependabot dependabot Bot requested review from bheijden and jelledouwe as code owners June 22, 2023 14:02
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2023
Bumps [pyglet](https://github.com/pyglet/pyglet) from 1.5.27 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@v1.5.27...v2.0.8)

---
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 force-pushed the dependabot/pip/pyglet-2.0.8 branch from 6ffce27 to 42d4e0e Compare June 22, 2023 14:41
@dependabot @github

dependabot Bot commented on behalf of github Jul 31, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #264.

@dependabot dependabot Bot closed this Jul 31, 2023
@dependabot dependabot Bot deleted the dependabot/pip/pyglet-2.0.8 branch July 31, 2023 13:44
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