Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-streamdeck for openSUSE:Factory checked in at 2025-09-29 20:43:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-streamdeck (Old) and /work/SRC/openSUSE:Factory/.python-streamdeck.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-streamdeck" Mon Sep 29 20:43:34 2025 rev:8 rq:1307880 version:0.9.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-streamdeck/python-streamdeck.changes 2025-08-06 18:15:48.088793795 +0200 +++ /work/SRC/openSUSE:Factory/.python-streamdeck.new.11973/python-streamdeck.changes 2025-09-29 20:43:37.883764531 +0200 @@ -1,0 +2,7 @@ +Mon Sep 29 12:10:45 UTC 2025 - John Paul Adrian Glaubitz <[email protected]> + +- Update to 0.9.8 + * Documentation fixes (StreamDeck 6 key module is also supported since 0.9.7) +- Use Python 3.11 on SLE-15 by default + +------------------------------------------------------------------- Old: ---- streamdeck-0.9.7.tar.gz New: ---- streamdeck-0.9.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-streamdeck.spec ++++++ --- /var/tmp/diff_new_pack.YU3yZa/_old 2025-09-29 20:43:38.819803787 +0200 +++ /var/tmp/diff_new_pack.YU3yZa/_new 2025-09-29 20:43:38.823803955 +0200 @@ -15,9 +15,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - +%{?sle15_python_module_pythons} Name: python-streamdeck -Version: 0.9.7 +Version: 0.9.8 Release: 0 Summary: Library to control Elgato StreamDeck devices License: MIT ++++++ streamdeck-0.9.7.tar.gz -> streamdeck-0.9.8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/streamdeck-0.9.7/CHANGELOG new/streamdeck-0.9.8/CHANGELOG --- old/streamdeck-0.9.7/CHANGELOG 2025-08-02 08:25:54.000000000 +0200 +++ new/streamdeck-0.9.8/CHANGELOG 2025-08-05 01:40:52.000000000 +0200 @@ -1,3 +1,6 @@ +Version 0.9.8: + - Documentation fixes (StreamDeck 6 key module is also supported since 0.9.7) + Version 0.9.7: - Added type hints to public APIs. - Fixed leading whitespace in StreamDeck Plus serial number strings. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/streamdeck-0.9.7/PKG-INFO new/streamdeck-0.9.8/PKG-INFO --- old/streamdeck-0.9.7/PKG-INFO 2025-08-03 03:17:14.843910000 +0200 +++ new/streamdeck-0.9.8/PKG-INFO 2025-09-24 02:08:29.401890300 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: streamdeck -Version: 0.9.7 +Version: 0.9.8 Summary: Library to control Elgato StreamDeck devices. Home-page: https://github.com/abcminiuser/python-elgato-streamdeck Author: Dean Camera @@ -28,6 +28,9 @@ without the official software. This can allow you to create your own custom front-ends, such as a custom control front-end for home automation software. +Protocol documentation for various StreamDeck products are +[published the Elgato website](https://docs.elgato.com/streamdeck). + _________________ [PyPi Project Entry](https://pypi.org/project/streamdeck/) - [Online Documentation](https://python-elgato-streamdeck.readthedocs.io) - [Source Code](https://github.com/abcminiuser/python-elgato-streamdeck) @@ -41,7 +44,7 @@ Currently the following StreamDeck products are supported in multiple hardware variants: -* StreamDeck 16 Key, 32 Key and Scissor Modules +* StreamDeck 6 Key, 15 Key and 32 Key Modules * StreamDeck Mini * StreamDeck Neo * StreamDeck Original @@ -71,15 +74,12 @@ ## Credits: -I've used the reverse engineering notes from -[this GitHub](https://github.com/alvancamp/node-elgato-stream-deck/blob/master/NOTES.md) -repository to implement this library. Thanks Alex Van Camp! - Thank you to the following contributors, large and small, for helping with the development and maintenance of this library: - [admiral0](https://github.com/admiral0) - [Aetherdyne](https://github.com/Aetherdyne) +- [Benargee](https://github.com/Benargee) - [benedikt-bartscher](https://github.com/benedikt-bartscher) - [brimston3](https://github.com/brimston3) - [BS-Tek](https://github.com/BS-Tek) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/streamdeck-0.9.7/README.md new/streamdeck-0.9.8/README.md --- old/streamdeck-0.9.7/README.md 2025-08-02 08:32:43.000000000 +0200 +++ new/streamdeck-0.9.8/README.md 2025-09-24 02:04:22.000000000 +0200 @@ -7,6 +7,9 @@ without the official software. This can allow you to create your own custom front-ends, such as a custom control front-end for home automation software. +Protocol documentation for various StreamDeck products are +[published the Elgato website](https://docs.elgato.com/streamdeck). + _________________ [PyPi Project Entry](https://pypi.org/project/streamdeck/) - [Online Documentation](https://python-elgato-streamdeck.readthedocs.io) - [Source Code](https://github.com/abcminiuser/python-elgato-streamdeck) @@ -20,7 +23,7 @@ Currently the following StreamDeck products are supported in multiple hardware variants: -* StreamDeck 16 Key, 32 Key and Scissor Modules +* StreamDeck 6 Key, 15 Key and 32 Key Modules * StreamDeck Mini * StreamDeck Neo * StreamDeck Original @@ -50,15 +53,12 @@ ## Credits: -I've used the reverse engineering notes from -[this GitHub](https://github.com/alvancamp/node-elgato-stream-deck/blob/master/NOTES.md) -repository to implement this library. Thanks Alex Van Camp! - Thank you to the following contributors, large and small, for helping with the development and maintenance of this library: - [admiral0](https://github.com/admiral0) - [Aetherdyne](https://github.com/Aetherdyne) +- [Benargee](https://github.com/Benargee) - [benedikt-bartscher](https://github.com/benedikt-bartscher) - [brimston3](https://github.com/brimston3) - [BS-Tek](https://github.com/BS-Tek) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/streamdeck-0.9.7/VERSION new/streamdeck-0.9.8/VERSION --- old/streamdeck-0.9.7/VERSION 2025-06-01 09:06:47.000000000 +0200 +++ new/streamdeck-0.9.8/VERSION 2025-08-03 06:15:16.000000000 +0200 @@ -1 +1 @@ -0.9.7 +0.9.8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/streamdeck-0.9.7/src/streamdeck.egg-info/PKG-INFO new/streamdeck-0.9.8/src/streamdeck.egg-info/PKG-INFO --- old/streamdeck-0.9.7/src/streamdeck.egg-info/PKG-INFO 2025-08-03 03:17:14.000000000 +0200 +++ new/streamdeck-0.9.8/src/streamdeck.egg-info/PKG-INFO 2025-09-24 02:08:29.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: streamdeck -Version: 0.9.7 +Version: 0.9.8 Summary: Library to control Elgato StreamDeck devices. Home-page: https://github.com/abcminiuser/python-elgato-streamdeck Author: Dean Camera @@ -28,6 +28,9 @@ without the official software. This can allow you to create your own custom front-ends, such as a custom control front-end for home automation software. +Protocol documentation for various StreamDeck products are +[published the Elgato website](https://docs.elgato.com/streamdeck). + _________________ [PyPi Project Entry](https://pypi.org/project/streamdeck/) - [Online Documentation](https://python-elgato-streamdeck.readthedocs.io) - [Source Code](https://github.com/abcminiuser/python-elgato-streamdeck) @@ -41,7 +44,7 @@ Currently the following StreamDeck products are supported in multiple hardware variants: -* StreamDeck 16 Key, 32 Key and Scissor Modules +* StreamDeck 6 Key, 15 Key and 32 Key Modules * StreamDeck Mini * StreamDeck Neo * StreamDeck Original @@ -71,15 +74,12 @@ ## Credits: -I've used the reverse engineering notes from -[this GitHub](https://github.com/alvancamp/node-elgato-stream-deck/blob/master/NOTES.md) -repository to implement this library. Thanks Alex Van Camp! - Thank you to the following contributors, large and small, for helping with the development and maintenance of this library: - [admiral0](https://github.com/admiral0) - [Aetherdyne](https://github.com/Aetherdyne) +- [Benargee](https://github.com/Benargee) - [benedikt-bartscher](https://github.com/benedikt-bartscher) - [brimston3](https://github.com/brimston3) - [BS-Tek](https://github.com/BS-Tek)
