From 769e6ce311db6bc635972e76e620759d0ec950323d14a37b25ed667c6785417f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 8 Mar 2021 04:53:32 +0000 Subject: [PATCH] - Update to 9.1.1: * Add HostBrowser.update_hosts (#476) * Handle audio groups removed from known host (#475) * Remove useless pylint and flake8 directives (#472) * BREAKING CHANGE: Update discovery to support a list of known hosts (#469) * Catch errors thrown by select call (#471) * Fix some strings mangled by black formatting (#470) * Fix MultiZoneControllerListener (#468) * Expose volume_control_type (#461) * Move ReceiverController to its own module (#460) * Infer contentType from playQueue items (#457) @maykar * Remove unintended 'async' from listener interfaces (#453) * Update BubbleUPNP example (#451) * Refactor listeners and controllers as ABCs (#450) * Add more google devices to consts (#448) @theychx * Make current_time optional when loading or queing media (#446) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=38 --- PyChromecast-7.7.2.tar.gz | 3 --- PyChromecast-9.1.1.tar.gz | 3 +++ python-PyChromecast.changes | 20 ++++++++++++++++++++ python-PyChromecast.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 PyChromecast-7.7.2.tar.gz create mode 100644 PyChromecast-9.1.1.tar.gz diff --git a/PyChromecast-7.7.2.tar.gz b/PyChromecast-7.7.2.tar.gz deleted file mode 100644 index ea15d67..0000000 --- a/PyChromecast-7.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aad4b145cb8c76b629c700877e49c418810aaabb26ace5035c49940f9657f2f0 -size 50264 diff --git a/PyChromecast-9.1.1.tar.gz b/PyChromecast-9.1.1.tar.gz new file mode 100644 index 0000000..75a21d9 --- /dev/null +++ b/PyChromecast-9.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9da1d2ef424b1fc755f6436f545a56056ec6de24075e93f369eac8eb821837 +size 52958 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index 123e14e..d7c6b67 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Mar 8 04:51:11 UTC 2021 - Steve Kowalik + +- Update to 9.1.1: + * Add HostBrowser.update_hosts (#476) + * Handle audio groups removed from known host (#475) + * Remove useless pylint and flake8 directives (#472) + * BREAKING CHANGE: Update discovery to support a list of known hosts (#469) + * Catch errors thrown by select call (#471) + * Fix some strings mangled by black formatting (#470) + * Fix MultiZoneControllerListener (#468) + * Expose volume_control_type (#461) + * Move ReceiverController to its own module (#460) + * Infer contentType from playQueue items (#457) @maykar + * Remove unintended 'async' from listener interfaces (#453) + * Update BubbleUPNP example (#451) + * Refactor listeners and controllers as ABCs (#450) + * Add more google devices to consts (#448) @theychx + * Make current_time optional when loading or queing media (#446) + ------------------------------------------------------------------- Wed Jan 27 03:47:43 UTC 2021 - Steve Kowalik diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 0211834..847d619 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: 7.7.2 +Version: 9.1.1 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT