Skip to content

Bump pyglet from 1.3.2 to 1.5.4 - #15

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pyglet-1.5.4
Open

dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pyglet-1.5.4

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps pyglet from 1.3.2 to 1.5.4.

Release notes

Sourced from pyglet's releases.

v1.5.4

Bugfixes

  • Avoid WMFDecoder crash when mixing pyglet with other tookits. (#174)
  • Prevent EventDispatcher subclasses from hiding AttributeError exceptions.

Improvements

  • Added pyglet.graphics.shapes module for creating simple 2D shapes.

v1.5.3

Bugfixes

  • Fix memory leak caused by not freeing stale buffers and textures.

v1.5.2

Bugfixes

  • Fix WMF decoder for pre-Windows 8 systems.
  • Fix WMF decoder loading from file-like objects for Windows Vista.
  • Fix WMF decoder crashing when attempting to seek past file duration.

Changes

  • Allow GStreamer and FFmpeg decoder to load from file-like objects.

v1.5.1

Improvements

  • New "file_drops" Window argument to allow drag and drop of files. This is complimented by a new Window.on_file_drop event, which returns the mouse position and file path.

Bugfixes

  • Fix issue with changing Label positions by fractional values.
  • Avoid performance issue due to unnecessary context switching with single Window programs.
  • Fix crash on Player.next_source when playing a video with no audio track.
  • Fix crash when disconnecting a Joystick on Windows.
  • Prevent media Players from seeking to negative timestamps.
  • Fix OpenAL audio driver not dispatching events.

Changes

  • text.TextLayouts are no longer bound to int positioning.
  • Raise exception if attempting to import from legacy Python.
  • Add GStreamer decoder for compressed audio on Linux.
  • Add Windows Media Foundation decoder for compressed audio on Windows.

v1.5.0

Bugfix and Maintenance release

... (truncated)
Changelog

Sourced from pyglet's changelog.

pyglet 1.5.4 Bugfix and minor feature release

Bugfixes

  • Avoid WMFDecoder crash when mixing pyglet with other tookits. (#174)
  • Prevent EventDispatcher subclasses from hiding AttributeError exceptions.

Improvements

  • Added pyglet.graphics.shapes module for creating simple 2D shapes.

pyglet 1.5.3 Bugfix release

Bugfixes

  • Fix memory leak caused by not freeing stale buffers and textures.

pyglet 1.5.2 Bugfix and minor feature release

Bugfixes

  • Fix WMF decoder for pre-Windows 8 systems.
  • Fix WMF decoder loading from file-like objects for Windows Vista.
  • Fix WMF decoder crashing when attempting to seek past file duration.

Changes

  • Allow GStreamer and FFmpeg decoder to load from file-like objects.

pyglet 1.5.1 Bugfix and minor feature release

Bugfixes

  • Fix issue with changing Label positions by fractional values.
  • Avoid performance issue due to unnecessary context switching with single Window programs.
  • Fix crash on Player.next_source when playing a video with no audio track.
  • Fix crash when disconnecting a Joystick on Windows.
  • Prevent media Players from seeking to negative timestamps.
  • Fix OpenAL audio driver not dispatching events.

Changes

  • text.TextLayouts are no longer bound to int positioning.
... (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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [pyglet](https://github.com/pyglet/pyglet) from 1.3.2 to 1.5.4.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](https://github.com/pyglet/pyglet/commits/v1.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Apr 23, 2020
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