From 6943a5ef45c05af390dbf5f1d99c3900fee271f836d3cea9c70059fbec9660d5 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 13 Jul 2020 05:59:20 +0000 Subject: [PATCH] - Update to 7.1.1: * Add debug prints (#390) * Report host+port for discovered casts (#385) * Fix plex controller (#389) * Update list_chromecasts example (#382) * BREAKING CHANGE Track services based on UUID instead of mDNS service name (#380) * Reset receiver controller on connection lost (#379) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=28 --- PyChromecast-6.0.0.tar.gz | 3 --- PyChromecast-7.1.1.tar.gz | 3 +++ python-PyChromecast.changes | 12 ++++++++++++ python-PyChromecast.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 PyChromecast-6.0.0.tar.gz create mode 100644 PyChromecast-7.1.1.tar.gz diff --git a/PyChromecast-6.0.0.tar.gz b/PyChromecast-6.0.0.tar.gz deleted file mode 100644 index 761588d..0000000 --- a/PyChromecast-6.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15beaafdb155885794443d99fa687a2787d8bad8ba440ecda10bb72bd6c8c815 -size 47950 diff --git a/PyChromecast-7.1.1.tar.gz b/PyChromecast-7.1.1.tar.gz new file mode 100644 index 0000000..41b9557 --- /dev/null +++ b/PyChromecast-7.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fa9ad42425edd21e02a9240669e5763e52d975ee259a948a6fe07e6ab977b9 +size 49049 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index 42a1f2f..51c234b 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jul 13 05:57:29 UTC 2020 - Steve Kowalik + +- Update to 7.1.1: + * Add debug prints (#390) + * Report host+port for discovered casts (#385) + * Fix plex controller (#389) + * Update list_chromecasts example (#382) + * BREAKING CHANGE Track services based on UUID instead of mDNS service + name (#380) + * Reset receiver controller on connection lost (#379) + ------------------------------------------------------------------- Thu Jun 11 15:58:53 UTC 2020 - Antonio Larrosa diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 11f242c..2540ca7 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: 6.0.0 +Version: 7.1.1 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT