From afc2d846a40230180e281a875749e072b09e0e5d3d35811ae2ba6d1aacb95c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 Jan 2020 11:30:37 +0000 Subject: [PATCH] Accepting request 764630 from home:mcalabkova:branches:devel:languages:python - update to 4.1.0 * Fix resettin status * Add app icon to CastStatus OBS-URL: https://build.opensuse.org/request/show/764630 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=16 --- PyChromecast-4.0.1.tar.gz | 3 --- PyChromecast-4.1.0.tar.gz | 3 +++ python-PyChromecast.changes | 7 +++++++ python-PyChromecast.spec | 7 +++++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 PyChromecast-4.0.1.tar.gz create mode 100644 PyChromecast-4.1.0.tar.gz 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