diff --git a/PyChromecast-4.0.1.tar.gz b/PyChromecast-4.0.1.tar.gz deleted file mode 100644 index cdcd921..0000000 --- a/PyChromecast-4.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d98df28f340bb14a07236846518daad7107b66581512c33da921663df61ac819 -size 44447 diff --git a/PyChromecast-4.1.0.tar.gz b/PyChromecast-4.1.0.tar.gz new file mode 100644 index 0000000..778fdd0 --- /dev/null +++ b/PyChromecast-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6979f1ddce1ff8760586aa6b8828290964b38f34c01aa1380ab1740330eeee2 +size 44463 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index 9fc8edf..f879c39 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 15 11:26:42 UTC 2020 - Marketa Calabkova + +- update to 4.1.0 + * Fix resettin status + * Add app icon to CastStatus + ------------------------------------------------------------------- Tue Sep 24 09:27:11 UTC 2019 - Tomáš Chvátal diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 03202ea..8109168 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyChromecast # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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: 4.0.1 +Version: 4.1.0 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT @@ -54,6 +54,9 @@ multi-room setups with Audio cast devices. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +# no tests even on GitHub https://github.com/balloob/pychromecast/issues/333 +# but they will most probably ignore this issue + %files %{python_files} %license LICENSE %doc README.rst