Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyglet for openSUSE:Factory checked in at 2021-02-07 15:20:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyglet (Old) and /work/SRC/openSUSE:Factory/.python-pyglet.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyglet" Sun Feb 7 15:20:52 2021 rev:10 rq:869607 version:1.5.14 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyglet/python-pyglet.changes 2020-08-18 15:12:58.584088500 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyglet.new.28504/python-pyglet.changes 2021-02-07 15:23:43.550179083 +0100 @@ -1,0 +2,31 @@ +Thu Jan 28 23:14:41 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.5.14: + - Fix interlaced mp3 decoding in GStreamer backend. + - Skip functions marked as OBJC_ARM64_UNAVAILABLE for new ARM Macs. + - Add a `WaveEncoder` for saving audio Sources to disk. + - Fix crash on looping video with no sound (#322) + - OSX: Replace remaining usage of `find_library` to fix Big Sur issues (#332) + - Windows: Fix default orientation for the XAudio2 listener. + - Add new `shape.Triangle` shape. + - Windows: `on_key_press` now dispatches unique events for left/right Shift keys. + - Remove usage of deprecated `parser` module. (#312) + - Removed some legacy Python 2 code from the documentation. + - Fix library loading on OSX Big Sur. Currently this only works with the + system version of Python. Non OSX system versions will not yet work, + - Explicitly cast media.synthesis data to bytes to prevent issues on some audio drivers. + - Refactor WIC module to work with new com module. (#298) + - Prevent crash when setting `shapes.Circle.visable`. (#294) + - Remove deprecated `tostring` calls in PIL/PNG decoders to prevent crash on Python 3.9. (#295, #302) + - Add new Xaudio2 driver. (#288) + - Refactor pyglet's lazy module loading to better support code inspection. + - Added new `TextEntry` widget. + - Added new experimental `gui` module. Currently this only contains basic widgets. + - Added new `Group.visible` property, to toggle rendering of entire Groups when used in a Batch. + - Added `Sprite.paused` and `Sprite.frame_index` helper properties for controlling Animations. + - Reorganized the examples folder. + - Added new CenteredCamera example. + - Backport pyglet.math from 2.0, for more exposure and testing. + - Consolidate Codec logic into base class to reuse among various modules. + +------------------------------------------------------------------- Old: ---- pyglet-1.5.7.zip New: ---- pyglet-1.5.14.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyglet.spec ++++++ --- /var/tmp/diff_new_pack.ei7Z18/_old 2021-02-07 15:23:44.058179663 +0100 +++ /var/tmp/diff_new_pack.ei7Z18/_new 2021-02-07 15:23:44.062179667 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyglet # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ %define skip_python2 1 %bcond_with pytest_helpers Name: python-pyglet -Version: 1.5.7 +Version: 1.5.14 Release: 0 Summary: Windowing and multimedia library License: BSD-3-Clause AND MIT @@ -100,11 +100,8 @@ %setup -q -n pyglet-%{version} %patch0 -# Can't be used for commercial purposes -rm -r examples/noisy/ - # Windows only, and is a vendored module -rm pyglet/font/win32*.py examples/font_comparison.py +rm pyglet/font/win32*.py # De-vendoring pypng-ing results in failures in v1.3.2, as it is using pypng an earlier pypng: # AttributeError: 'module' object has no attribute 'Writer' @@ -191,10 +188,6 @@ # Convert to unix line endings find pyglet -name "*.py" -exec dos2unix "{}" "+" -chmod a+x examples/synthesizer.py examples/soundspace/soundspace.py examples/game/version*/asteroid.py - -dos2unix examples/tablet.py - %build %python_build @@ -258,8 +251,7 @@ %files %{python_files} %license LICENSE -%doc NOTICE README.md RELEASE_NOTES -%{_defaultdocdir}/python3-pyglet/examples/ +%doc NOTICE README.md RELEASE_NOTES examples %{python_sitelib}/pyglet %{python_sitelib}/pyglet-%{version}-py*.egg-info