forked from pool/python-PyChromecast
Accepting request 1090244 from devel:languages:python
- update to 13.0.7: * Wait longer when attempting to play media (#720) @emontnemery * Fix socket leak * Don't call launch callback on error * Wait for response when stopping app * Simplify request callback handling * Make sure handler is unregistered after quickplay * Fix lint issues * Add SVS Pro SoundBase * Add JBL Link 10, 20, 300, 500 * Fix poll/select for Windows * Add Smart Soundbar 10 OBS-URL: https://build.opensuse.org/request/show/1090244 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=23
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:792fba3f31e4968a5e99c19c771774083a2aa7e897ebf6f5e218e308e33a461f
|
||||
size 51996
|
||||
3
PyChromecast-13.0.7.tar.gz
Normal file
3
PyChromecast-13.0.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0de98e9e5be43269dd41efb16126ab0d5ba941ca4acae024329712851c0c0324
|
||||
size 52074
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 1 10:07:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 13.0.7:
|
||||
* Wait longer when attempting to play media (#720) @emontnemery
|
||||
* Fix socket leak
|
||||
* Don't call launch callback on error
|
||||
* Wait for response when stopping app
|
||||
* Simplify request callback handling
|
||||
* Make sure handler is unregistered after quickplay
|
||||
* Fix lint issues
|
||||
* Add SVS Pro SoundBase
|
||||
* Add JBL Link 10, 20, 300, 500
|
||||
* Fix poll/select for Windows
|
||||
* Add Smart Soundbar 10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 20:18:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-PyChromecast
|
||||
Version: 13.0.4
|
||||
Version: 13.0.7
|
||||
Release: 0
|
||||
Summary: Python module to talk to Google Chromecast
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user