diff --git a/PyChromecast-13.0.8.tar.gz b/PyChromecast-13.0.8.tar.gz deleted file mode 100644 index bbd4ca2..0000000 --- a/PyChromecast-13.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4b7523db137f8de05eedcc6154113b68532848629442b448c2334fac966a447 -size 52095 diff --git a/PyChromecast-13.1.0.tar.gz b/PyChromecast-13.1.0.tar.gz new file mode 100644 index 0000000..28e796a --- /dev/null +++ b/PyChromecast-13.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e61a8b54bd2119d3c9ab1ec0136d3d8563aa97e0a3b57841588b9be60c2676 +size 53436 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index e241011..1880fac 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Jan 26 21:24:00 UTC 2024 - Dirk Müller + +- update to 13.1.0: + * Increase homeassistant lovelace connect timeout and make it + configurable (#770) @cicchr + * Add support for NRK TV and NRK Radio apps (#777) @lersveen + * Change logged precision of volume from 1 to 2 (#768) + @alexdelorenzo + * Create ShakaPlayer Controller (#758) @juanfadev + * Add date for removal of deprecated discovery functions (#767) + @emontnemery + * Mark discover_chromecasts as deprecated (#766) @emontnemery + * Update README.rst (#765) @emontnemery + * Fix known_hosts for older chromecasts (#762) @domenipavec + * Fix SSLContext settings (#764) @emontnemery + * Update README.rst to reflect refactoring of cast.device to + cast.cast_info (#751) @davidjabon + * Fix deprecated call to ssl.SSLContext without specifying + protocol (#763) @emontnemery + ------------------------------------------------------------------- Mon Dec 11 08:26:17 UTC 2023 - Dirk Müller diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 49b16b6..2bb63fb 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyChromecast # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.8 +Version: 13.1.0 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT @@ -29,7 +29,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-casttube >= 0.2.0 -Requires: python-protobuf >= 3.0.0 +Requires: python-protobuf >= 3.19.1 Requires: python-zeroconf >= 0.25.1 BuildArch: noarch %python_subpackages