Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 4, 2023

Bumps pyglet from 1.5.27 to 2.0.6.

Release notes

Sourced from pyglet's releases.

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

  • windows.key: add support for extended function keys
  • Windows now uses "Apartment Threaded" mode for better compatibility with other libraries.
  • image: allow blanking newly created Textures (skipped by default when creating from image).

Bugfixes

  • input.macos: Fix ControllerManager hot-plugging on macOS.
  • font.windows: Fix 32bit crashes with DirectWrite font backend.
  • math: Fix incorrect calculation in Mat4.look_at method.
  • image: Fix blitting from regions, caused by invalid unpacking settings.

v2.0.4

Changes and Improvements

  • input.win32: ControlManager now supports both DirectInput and XInput devices.
  • input: Many cleanups and reorganization.
  • math: Add Vec2.reflect method.
  • shapes: Add new BezierCurve shape.
  • gl: Add support for GL sync functions.

Bugfixes

  • gui: Prevent two TextEntry widgets from being active at the same time. #747
  • win32: Fix broken lib debug, and multiple related bugs due to depreacted functions.
  • input: Controller mappings now indexed correctly on macOS and Windows.

v2.0.3

Changes and Improvements

... (truncated)

Changelog

Sourced from pyglet's changelog.

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

pyglet 2.0.5

Changes and Improvements

  • windows.key: add support for extended function keys
  • Windows now uses "Apartment Threaded" mode for better compatibility with other libraries.
  • image: allow blanking newly created Textures (skipped by default when creating from image).

Bugfixes

  • input.macos: Fix ControllerManager hot-plugging on macOS.
  • font.windows: Fix 32bit crashes with DirectWrite font backend.
  • math: Fix incorrect calculation in Mat4.look_at method.
  • image: Fix blitting from regions, caused by invalid unpacking settings.

pyglet 2.0.4

Changes and Improvements

  • input.win32: ControlManager now supports both DirectInput and XInput devices.
  • input: Many cleanups and reorganization.
  • math: Add Vec2.reflect method.
  • shapes: Add new BezierCurve shape.
  • gl: Add support for GL sync functions.

Bugfixes

  • gui: Prevent two TextEntry widgets from being active at the same time. #747

... (truncated)

Commits
  • 6e895ac Ready v2.0.6 release.
  • a44e83a Add context manager wrapping GDI acquisition & release (#810)
  • dede7b0 Update make.py (#804)
  • 679efd6 Add RGBA support to Caret (#806)
  • 5bc0f80 shapes: call _update_vertices after Batch change, to ensure positions are not 0.
  • e96d4da Add docstring for ShapeBase.delete method.
  • 7d31f5a Update Window style section in Programming Guide (#802)
  • 676c3be Merge remote-tracking branch 'origin/master'
  • 72c273a Don't automatically create Audio Driver during documentation build.
  • 04626fa Update README.md
  • 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.6.
- [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.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from bheijden and jelledouwe as code owners May 4, 2023 13:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 4, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 9, 2023

Superseded by #258.

@dependabot dependabot bot closed this May 9, 2023
@dependabot dependabot bot deleted the dependabot/pip/pyglet-2.0.6 branch May 9, 2023 14:07
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