Skip to content

Conversation

@dependabot
Copy link

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

Bumps pyglet from 1.5.15 to 1.5.22.

Release notes

Sourced from pyglet's releases.

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.
  • Windows - Fix gapless audio playback on the XAudio2 backend.

v1.5.18

Bugfixes

  • If XAudio2 device creation fails, catch exception so that the next driver can be tried.
  • Fix dangling file pointers in GStreamer decoder.
  • Expose font.name attribute to show the font family name.
  • Un-associate queued Source from a deleted Player instance (#256)
  • Fix circular import when trying to create a Windows in 'headless' mode.
  • Un-associate StreamingSources from deleted Player instances (#256)

... (truncated)

Changelog

Sourced from pyglet's changelog.

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

  • 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.
  • Windows - Fix gapless audio playback on the XAudio2 backend.

pyglet 1.5.19

Features

... (truncated)

Commits

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.22.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/v1.5.22/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v1.5.15...v1.5.22)

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

dependabot bot commented on behalf of github Mar 25, 2022

Superseded by #476.

@dependabot dependabot bot closed this Mar 25, 2022
@dependabot dependabot bot deleted the dependabot/pip/python/requirements/ml/pyglet-1.5.22 branch March 25, 2022 22:00
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