From c73b9d21dda9a33f505cce402055152632b252662ce358ca13da542f2a91e919 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 30 Sep 2020 02:53:26 +0000 Subject: [PATCH] - Update to 7.5.0: * Allow passing additional media information through to play_media * Add support for lists, playQueues, and playlists to Plex controller * Misc spelling changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=32 --- PyChromecast-7.3.0.tar.gz | 3 --- PyChromecast-7.5.0.tar.gz | 3 +++ python-PyChromecast.changes | 8 ++++++++ python-PyChromecast.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 PyChromecast-7.3.0.tar.gz create mode 100644 PyChromecast-7.5.0.tar.gz diff --git a/PyChromecast-7.3.0.tar.gz b/PyChromecast-7.3.0.tar.gz deleted file mode 100644 index 3a29f3b..0000000 --- a/PyChromecast-7.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f594231efb34b86eeb463611662bca21a6962793885d3ad68195286940f7473d -size 49449 diff --git a/PyChromecast-7.5.0.tar.gz b/PyChromecast-7.5.0.tar.gz new file mode 100644 index 0000000..6ba3924 --- /dev/null +++ b/PyChromecast-7.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f346a88ddc27a19cc68bc2d3e8929d89276298cb1c11871b82a87fbdafb95a8 +size 49578 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index d30143e..fd80d63 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 30 02:51:51 UTC 2020 - Steve Kowalik + +- Update to 7.5.0: + * Allow passing additional media information through to play_media + * Add support for lists, playQueues, and playlists to Plex controller + * Misc spelling changes + ------------------------------------------------------------------- Tue Sep 22 04:34:34 UTC 2020 - Steve Kowalik diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 245309c..60d091a 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.3.0 +Version: 7.5.0 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT