forked from pool/python-PyChromecast
- Update to 9.1.1:
* Add HostBrowser.update_hosts (#476) * Handle audio groups removed from known host (#475) * Remove useless pylint and flake8 directives (#472) * BREAKING CHANGE: Update discovery to support a list of known hosts (#469) * Catch errors thrown by select call (#471) * Fix some strings mangled by black formatting (#470) * Fix MultiZoneControllerListener (#468) * Expose volume_control_type (#461) * Move ReceiverController to its own module (#460) * Infer contentType from playQueue items (#457) @maykar * Remove unintended 'async' from listener interfaces (#453) * Update BubbleUPNP example (#451) * Refactor listeners and controllers as ABCs (#450) * Add more google devices to consts (#448) @theychx * Make current_time optional when loading or queing media (#446) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=38
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aad4b145cb8c76b629c700877e49c418810aaabb26ace5035c49940f9657f2f0
|
||||
size 50264
|
||||
3
PyChromecast-9.1.1.tar.gz
Normal file
3
PyChromecast-9.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab9da1d2ef424b1fc755f6436f545a56056ec6de24075e93f369eac8eb821837
|
||||
size 52958
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 8 04:51:11 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 9.1.1:
|
||||
* Add HostBrowser.update_hosts (#476)
|
||||
* Handle audio groups removed from known host (#475)
|
||||
* Remove useless pylint and flake8 directives (#472)
|
||||
* BREAKING CHANGE: Update discovery to support a list of known hosts (#469)
|
||||
* Catch errors thrown by select call (#471)
|
||||
* Fix some strings mangled by black formatting (#470)
|
||||
* Fix MultiZoneControllerListener (#468)
|
||||
* Expose volume_control_type (#461)
|
||||
* Move ReceiverController to its own module (#460)
|
||||
* Infer contentType from playQueue items (#457) @maykar
|
||||
* Remove unintended 'async' from listener interfaces (#453)
|
||||
* Update BubbleUPNP example (#451)
|
||||
* Refactor listeners and controllers as ABCs (#450)
|
||||
* Add more google devices to consts (#448) @theychx
|
||||
* Make current_time optional when loading or queing media (#446)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 27 03:47:43 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-PyChromecast
|
||||
Version: 7.7.2
|
||||
Version: 9.1.1
|
||||
Release: 0
|
||||
Summary: Python module to talk to Google Chromecast
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user