From b5b938194ebc17d0e31f4e22f681c04290dd7e94189b0dbf6d880b1424d89631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 5 May 2020 07:28:01 +0000 Subject: [PATCH] Accepting request 800238 from home:jgrassler:branches:devel:languages:python - Update to 5.0.0 * remove .travis.yml * extract test reqs * Update test.yml * Create test.yml * Bump linters, run flake and black on examples (#355) * Speed up SocketClient shutdown (#352) * Improve debug messages (#353) * Fix bugs in Chromecast.is_idle and ReceiverController.launch_app (#350) * Improve examples and docstrings (#351) * Remove blocking option from Chromecast (#349) * Add helper function get_listed_chromecasts (#348) * Correct mistake in PR#345 (#346) * Lookup manufacturer, remove multizone helper. (#345) - Update python-zeroconf Require OBS-URL: https://build.opensuse.org/request/show/800238 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=22 --- PyChromecast-4.2.0.tar.gz | 3 --- PyChromecast-5.0.0.tar.gz | 3 +++ python-PyChromecast.changes | 19 +++++++++++++++++++ python-PyChromecast.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 PyChromecast-4.2.0.tar.gz create mode 100644 PyChromecast-5.0.0.tar.gz diff --git a/PyChromecast-4.2.0.tar.gz b/PyChromecast-4.2.0.tar.gz deleted file mode 100644 index 4e0fd0f..0000000 --- a/PyChromecast-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0df03ff0135b836c9f6ef3a6f7ec61417f5b108434e29760927405f3db30716 -size 45230 diff --git a/PyChromecast-5.0.0.tar.gz b/PyChromecast-5.0.0.tar.gz new file mode 100644 index 0000000..2ec4756 --- /dev/null +++ b/PyChromecast-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59e9f85d6af04f588a22ff2381b9bd8b1cd53a691a30e698ff4266bac1a30b6 +size 46185 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index 782950e..c4450e6 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue May 5 06:46:04 UTC 2020 - Johannes Grassler + +- Update to 5.0.0 + * remove .travis.yml + * extract test reqs + * Update test.yml + * Create test.yml + * Bump linters, run flake and black on examples (#355) + * Speed up SocketClient shutdown (#352) + * Improve debug messages (#353) + * Fix bugs in Chromecast.is_idle and ReceiverController.launch_app (#350) + * Improve examples and docstrings (#351) + * Remove blocking option from Chromecast (#349) + * Add helper function get_listed_chromecasts (#348) + * Correct mistake in PR#345 (#346) + * Lookup manufacturer, remove multizone helper. (#345) +- Update python-zeroconf Require + ------------------------------------------------------------------- Thu Mar 26 16:24:27 UTC 2020 - Marketa Calabkova diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 68a8abf..5528402 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-PyChromecast -Version: 4.2.0 +Version: 5.0.0 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT @@ -32,7 +32,7 @@ BuildRequires: python-rpm-macros Requires: python-casttube >= 0.2.0 Requires: python-protobuf >= 3.0.0 Requires: python-requests >= 2.0 -Requires: python-zeroconf >= 0.24.4 +Requires: python-zeroconf >= 0.25.1 BuildArch: noarch %python_subpackages