diff --git a/PyChromecast-13.0.1.tar.gz b/PyChromecast-13.0.1.tar.gz deleted file mode 100644 index 909b56a..0000000 --- a/PyChromecast-13.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:203aaf037afbaca12763a3a911929dd25b0a8a7b1ee00d010d3439bd31a98252 -size 51576 diff --git a/PyChromecast-13.0.4.tar.gz b/PyChromecast-13.0.4.tar.gz new file mode 100644 index 0000000..47efd9a --- /dev/null +++ b/PyChromecast-13.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792fba3f31e4968a5e99c19c771774083a2aa7e897ebf6f5e218e308e33a461f +size 51996 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index df0bb4d..8d578ba 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 2 20:18:36 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index b2f9027..b146f20 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -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