15
0

- update to 13.0.4:

* Correct timeout in call to poll.poll
  * Adding support for reported unknown devices
  * Add Chromecast Ultra and Chromecast HD to the recognised devices
  * Fix error with select when python process exceeds 1024 open file descriptors
  * Include URL and UUID in Home Assistant controller messages

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=46
This commit is contained in:
2023-01-02 20:21:15 +00:00
committed by Git OBS Bridge
parent cc31d6b4f8
commit 400cf65f8a
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 2 20:18:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 13.0.4:
* Correct timeout in call to poll.poll
* Adding support for reported unknown devices
* Add Chromecast Ultra and Chromecast HD to the recognised devices
* Fix error with select when python process exceeds 1024 open file descriptors
* Include URL and UUID in Home Assistant controller messages
-------------------------------------------------------------------
Mon Dec 5 19:29:31 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>