Skip to content

chore: bump pyglet from 1.5.27 to 2.0.7#258

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 9, 2023

Copy link
Copy Markdown
Contributor

Bumps pyglet from 1.5.27 to 2.0.7.

Release notes

Sourced from pyglet's releases.

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

  • 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.

... (truncated)

Changelog

Sourced from pyglet's changelog.

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.
  • 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.

... (truncated)

Commits
  • 860fe94 Ready v2.0.7 release.
  • 4811b54 docs: rewording, and minor fixes.
  • 91194c9 Merge remote-tracking branch 'origin/master'
  • bf632ec examples: fix incorrect string formatting in timer.py
  • 0320a0c Add alpha to default caret color in TextEntry & update docstring (#826)
  • f205d79 Fix minor typo in Graphics docs (#827)
  • 81100de docs: rework math module documentation.
  • c0b7e77 Group cache needs to be cleared upon group change for TextLayouts. (#825)
  • dbd866f fix broken packs/unpacks in ttf/png (#819)
  • 6e895ac Ready v2.0.6 release.
  • 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.7.
- [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.7)

---
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 9, 2023 14:07
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 9, 2023
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #259.

@dependabot dependabot Bot closed this Jun 22, 2023
@dependabot dependabot Bot deleted the dependabot/pip/pyglet-2.0.7 branch June 22, 2023 14:02
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