From 47cee5b2be7b504ff6020263a6e2676688cf7816cd336852e9e7a85d1a6b420e Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 4 Jan 2021 04:45:36 +0000 Subject: [PATCH] - Update to 7.7.1: * Don't throw if socket is already closed when cleaning up (#438) * Update local http API, re-add get_multizone_status (#437) * Spotify quick play (again) (#430) * Fix next/previous track (#436) * Add support for BubbleUPNP (#428) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=34 --- PyChromecast-7.5.0.tar.gz | 3 --- PyChromecast-7.7.1.tar.gz | 3 +++ python-PyChromecast.changes | 10 ++++++++++ python-PyChromecast.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 PyChromecast-7.5.0.tar.gz create mode 100644 PyChromecast-7.7.1.tar.gz diff --git a/PyChromecast-7.5.0.tar.gz b/PyChromecast-7.5.0.tar.gz deleted file mode 100644 index 6ba3924..0000000 --- a/PyChromecast-7.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f346a88ddc27a19cc68bc2d3e8929d89276298cb1c11871b82a87fbdafb95a8 -size 49578 diff --git a/PyChromecast-7.7.1.tar.gz b/PyChromecast-7.7.1.tar.gz new file mode 100644 index 0000000..36df21e --- /dev/null +++ b/PyChromecast-7.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6fd0382395303b3260ea7a89a850c8c9e5c83e7ce71a5fbd793bb157cf8ad26 +size 50409 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index fd80d63..b9f0728 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 4 04:44:17 UTC 2021 - Steve Kowalik + +- Update to 7.7.1: + * Don't throw if socket is already closed when cleaning up (#438) + * Update local http API, re-add get_multizone_status (#437) + * Spotify quick play (again) (#430) + * Fix next/previous track (#436) + * Add support for BubbleUPNP (#428) + ------------------------------------------------------------------- Wed Sep 30 02:51:51 UTC 2020 - Steve Kowalik diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 60d091a..8858211 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyChromecast # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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: 7.5.0 +Version: 7.7.1 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT