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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:203aaf037afbaca12763a3a911929dd25b0a8a7b1ee00d010d3439bd31a98252
size 51576

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:792fba3f31e4968a5e99c19c771774083a2aa7e897ebf6f5e218e308e33a461f
size 51996

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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-PyChromecast
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-PyChromecast
Version: 13.0.1
Version: 13.0.4
Release: 0
Summary: Python module to talk to Google Chromecast
License: MIT