Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 21, 2022

Bumps pyglet from 1.5.15 to 1.5.26.

Release notes

Sourced from pyglet's releases.

v1.5.24

Features

  • Add initial support for FFmpeg 5.0
  • Windows - The GDI font renderer now supports Unicode font names.

Bugfixes

  • Windows - Fix on_resize event not dispatched when set_size is called.
  • Documentation updates, fixed links, and corrections.
  • Windows - Fix crash when font characters are more than one codepoint in length.

v1.5.23

Features

  • Windows - Add win32_disable_shaping option. This can improve font performance when shaping isn't required.
  • Backport the latest pyglet.math module changes from the development branch.

Bugfixes

  • Linux - Fix crash when Gstreamer Gst bindings are not installed.
  • Fix math.Vec4.clamp method.

v1.5.22

Features

  • If the PyOgg module is installed, it can be used for loading various Vorbis audio formats.
  • Add a new CameraGroup example, to show implementing a Camera with pyglet's Groups.
  • Add angle and start_angle property/setter to shapes.Sector.
  • Windows - new WMF based encoder for faster saving of common image formats.

Bugfixes

  • Fix indexing error when setting text.Label.opacity (#481)
  • Windows - Fix shift modifier + exclusive mouse mode (#472)
  • Linux - Prevent non-Tablet devices from being detected as Tablets (#491)
  • Windows - Prevent distortion with multiple XAudio2 audio sources (#515)
  • Fix frame dropping bug with FFMpeg decoder.
  • Windows - Fix Video alpha channel for WMF decoder.
  • Varios documentation and docstring fixes. Thanks everyone!

v1.5.21

Features

  • A new MovableFrame that allows repositioning Widgets when a specified key modifier is held.
  • Text Layouts now have opacity and visible attributes, similar to Sprites.
  • Add new shapes.Ellipse class.

Bugfixes

... (truncated)

Changelog

Sourced from pyglet's changelog.

pyglet 1.5.26

Bugfixes

  • Windows - Backport WIC codec changes from 2.0
  • Fix library loading when passing multiple library names.

pyglet 1.5.25

Bugfixes

  • Windows - Prevent ImportError when attempting to load more than one DLL version.

pyglet 1.5.24

Features

  • Add initial support for FFmpeg 5.0
  • Windows - The GDI font renderer now supports Unicode font names.

Bugfixes

  • Windows - Fix on_resize event not dispatched when set_size is called.
  • Documentation updates, fixed links, and corrections.
  • Windows - Fix crash when font characters are more than one codepoint in length.

pyglet 1.5.23

Features

  • Windows - Add win32_disable_shaping option. This can improve font performance when shaping isn't required.
  • Backport the latest pyglet.math module changes from the development branch.

Bugfixes

  • Linux - Fix crash when Gstreamer Gst bindings are not installed.
  • Fix math.Vec4.clamp method.

pyglet 1.5.22

Features

  • If the PyOgg module is installed, it can be used for loading various Vorbis audio formats.
  • Add a new CameraGroup example, to show implementing a Camera with pyglet's Groups.
  • Add angle and start_angle property/setter to shapes.Sector.
  • Windows - new WMF based encoder for faster saving of common image formats.

... (truncated)

Commits
  • bbee981 Ready 1.5.26 release.
  • 354a1f1 Fix some incompatibilities with the backported WIC code.
  • 4a6f957 Fix some incompatibilities with the backported WIC code.
  • 4a59cd1 Backport WIC fixes from 2.0
  • 1d55da3 Ready 1.5.25 release.
  • e1b20f4 Fix lib loading with multiple libraries #608
  • 6938f53 Ready 1.5.24 release.
  • 1fa5d6a Backport FFmpeg v5 compatibility from 2.0 branch.
  • 821d5a4 Pin ffmpeg4 libs on linux too (#604)
  • 0f06880 Update clock.py (#591)
  • 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.15 to 1.5.26.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/v1.5.26/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v1.5.15...v1.5.26)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 21, 2022
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