From 87d521f378f48daf1d6a8acb48c006da49ddcdf9e6240abae7dc5c20fdf3d2ca Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 11 Dec 2023 08:26:45 +0000 Subject: [PATCH] - update to 13.0.8: * Change BBC Sounds app_id (#753) @blawford * Dependency updates - Update to version 13.0.1 - Update to 12.1.4 * Refactor handling of discovered casts and device info (#556) - Correct egg-info filename to build in the multi-python new world order. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=50 --- PyChromecast-13.0.7.tar.gz | 3 --- PyChromecast-13.0.8.tar.gz | 3 +++ python-PyChromecast.changes | 19 +++++++++++++------ python-PyChromecast.spec | 2 +- 4 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 PyChromecast-13.0.7.tar.gz create mode 100644 PyChromecast-13.0.8.tar.gz diff --git a/PyChromecast-13.0.7.tar.gz b/PyChromecast-13.0.7.tar.gz deleted file mode 100644 index e967358..0000000 --- a/PyChromecast-13.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0de98e9e5be43269dd41efb16126ab0d5ba941ca4acae024329712851c0c0324 -size 52074 diff --git a/PyChromecast-13.0.8.tar.gz b/PyChromecast-13.0.8.tar.gz new file mode 100644 index 0000000..bbd4ca2 --- /dev/null +++ b/PyChromecast-13.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b7523db137f8de05eedcc6154113b68532848629442b448c2334fac966a447 +size 52095 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index cbbc1f5..e241011 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 11 08:26:17 UTC 2023 - Dirk Müller + +- update to 13.0.8: + * Change BBC Sounds app_id (#753) @blawford + * Dependency updates + ------------------------------------------------------------------- Thu Jun 1 10:07:16 UTC 2023 - Dirk Müller @@ -27,7 +34,7 @@ Mon Jan 2 20:18:36 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Mon Dec 5 19:29:31 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 13.0.1 +- Update to version 13.0.1 * Make sure __version__ is consistent * Make pylint happier * Drop __version__ @@ -43,7 +50,7 @@ Mon Dec 5 19:29:31 UTC 2022 - Yogalakshmi Arunachalam ------------------------------------------------------------------- Wed Aug 17 15:41:12 UTC 2022 - Yogalakshmi Arunachalam -- Update to 12.1.4 +- Update to 12.1.4 * Improve timeout logs (#637) @emontnemery * pin to protobuf v3 (#625) @chapmanjacobd - Update to 12.1.3 @@ -57,7 +64,7 @@ Sat May 21 20:53:58 UTC 2022 - Tejas Guruswamy * Breaking Changes: the media controller has been refactored in #607, which means: * Controllers not included in the pychromecast repo may need some adjustments * The `BbcIplayerController` and `BbcSoundsController` no longer have overridden `play_media` methods - * Refactor handling of discovered casts and device info (#556) + * Refactor handling of discovered casts and device info (#556) ------------------------------------------------------------------- Mon Mar 8 04:51:11 UTC 2021 - Steve Kowalik @@ -85,7 +92,7 @@ Wed Jan 27 03:47:43 UTC 2021 - Steve Kowalik - Update to 7.7.2: * Use urllib.request instead of requests. - Drop python-requests from Requires. -- Correct egg-info filename to build in the multi-python new world order. +- Correct egg-info filename to build in the multi-python new world order. ------------------------------------------------------------------- Mon Jan 4 04:44:17 UTC 2021 - Steve Kowalik @@ -170,7 +177,7 @@ Tue May 5 06:46:04 UTC 2020 - Johannes Grassler * 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 @@ -293,7 +300,7 @@ Fri Jan 5 09:22:56 UTC 2018 - alarrosa@suse.com * Cast web pages with DashCast * Fix get_device_status for newer cast firmwares * Remove api_version from DeviceStatus - + ------------------------------------------------------------------- Tue Sep 5 17:13:17 UTC 2017 - alarrosa@suse.com diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 5485d57..49b16b6 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: 13.0.7 +Version: 13.0.8 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT