Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 30, 2022

Bumps pyglet from 1.5.14 to 1.5.27.

Release notes

Sourced from pyglet's releases.

v1.5.27

Bugfixes

  • Windows - stop setting HWND_TOPMOST for fullscreen windows
  • obj decoder - Fix GL_SHININESS (Ns) value parsing
  • Fix broken property setter for shapes.Polygon (#676)
  • Fix keys getting "stuck" in KeyStateHandler when Window loses focus (#682)

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

... (truncated)

Changelog

Sourced from pyglet's changelog.

pyglet 2.0.0 Major Release

Changes

  • pyglet has been upgraded to use use OpenGL 3.3+ core functionality.
  • All high level modules have been internally updated to use modern OpenGL.
  • A large number of cleanups and optimizations.

Features

  • New pyglet.math module including common Matrix and Vector operations.
  • New pyglet.graphics.shader module for easily managing Shader objects.
  • New OpenGL bindings, and binding tools.
  • New Game Controller API for modern game controllers, including rumble and automapping.
  • New Framebuffer classes.

pyglet 1.5.27

Bugfixes

  • Windows - stop setting HWND_TOPMOST for fullscreen windows
  • obj decoder - Fix GL_SHININESS (Ns) value parsing
  • Fix broken property setter for shapes.Polygon (#676)
  • Fix keys getting "stuck" in KeyStateHandler when Window loses focus (#682)

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.

... (truncated)

Commits
  • b9c8c10 Ready 1.5.27 release
  • b0a0096 Fix "sticky buttons" (#682)
  • 2f2c8f1 Pyglet 1.5 maintenance (#676)
  • e032638 Remove stray print statement.
  • 1f9a65a Merge remote-tracking branch 'origin/pyglet-1.5-maintenance' into pyglet-1.5-...
  • 27b501a Model obj decoder: normalize GL_SHININESS (Ns) value
  • daeaf21 [Win32] Stop setting HWND_TOPMOST for fullscreen (#633)
  • 66a05e2 Documentation: add installation note on checking out the correct branch
  • 6de9cc8 Format code as codeblocks, not quotes (#620)
  • bbee981 Ready 1.5.26 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.14 to 1.5.27.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v1.5.14...v1.5.27)

---
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 Oct 30, 2022
@mountainlandbot mountainlandbot merged commit d0f6bd7 into master Oct 30, 2022
@dependabot dependabot bot deleted the dependabot/pip/pyglet-1.5.27 branch October 30, 2022 13:03
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.

2 participants