Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 25, 2022

Bumps pyglet from 1.5.15 to 1.5.23.

Release notes

Sourced from pyglet's releases.

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

  • Xlib - don't enable certain Window options if transparency is not enabled. (#454)
  • Windows - Fix issue with some fonts where glyphs overhanging their advance would be cut off.

v1.5.20

Features

  • Experimental support for transparent and overlay windows on Linux and Windows.
  • Shapes - Allow rotation and changing of border color for the BorderedRectangle.

Bugfixes

  • Xlib - Fix the mouse Y position being off by 1-pixel.

... (truncated)

Changelog

Sourced from pyglet's changelog.

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.

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!

pyglet 1.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

  • Xlib - don't enable certain Window options if transparency is not enabled. (#454)
  • Windows - Fix issue with some fonts where glyphs overhanging their advance would be cut off.

pyglet 1.5.20

Features

... (truncated)

Commits
  • 29663e6 Ready 1.5.23 release.
  • ed0a5f1 Small documentation update to clarify GStreamer requirements.
  • 7885d7e #561 prevent GStreamer ValueError crash if Gst namespace is not available.
  • 704352d DirectWrite enhancement and fixes (#559)
  • 2bd9aae Update media doc (#553)
  • f42d586 Fix incorrect class usage in math.Vec4.clamp
  • ab40bc7 Backport math module updates from master.
  • b8ac610 Ready 1.5.22 release
  • 0f86312 Linux - prevent crash when loading incompatible FFmpeg lib.
  • a8aef80 Pyglet 1.5 maintenance (#517)
  • 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.23.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v1.5.15...v1.5.23)

---
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 Mar 25, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 14, 2022

Superseded by #551.

@dependabot dependabot bot closed this May 14, 2022
@dependabot dependabot bot deleted the dependabot/pip/python/requirements/ml/pyglet-1.5.23 branch May 14, 2022 07:08
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