From 17c8f43c399be1ecb9b4cfa6878a1dde2dbf12210f6af6c3b75637d2a843ef34 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 22 May 2022 23:27:53 +0000 Subject: [PATCH] Accepting request 978467 from home:MasterPatricko:branches:devel:languages:python - Update to 12.1.2: * 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) OBS-URL: https://build.opensuse.org/request/show/978467 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=40 --- PyChromecast-12.1.2.tar.gz | 3 +++ PyChromecast-9.1.1.tar.gz | 3 --- python-PyChromecast.changes | 9 +++++++++ python-PyChromecast.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 PyChromecast-12.1.2.tar.gz delete mode 100644 PyChromecast-9.1.1.tar.gz diff --git a/PyChromecast-12.1.2.tar.gz b/PyChromecast-12.1.2.tar.gz new file mode 100644 index 0000000..560476e --- /dev/null +++ b/PyChromecast-12.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be626e5ba2f6ffaefbc13ddced84e8b60a9ef1b012f71039fc0f7a0bcb4bda6 +size 51452 diff --git a/PyChromecast-9.1.1.tar.gz b/PyChromecast-9.1.1.tar.gz deleted file mode 100644 index 75a21d9..0000000 --- a/PyChromecast-9.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab9da1d2ef424b1fc755f6436f545a56056ec6de24075e93f369eac8eb821837 -size 52958 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index d7c6b67..9b30f87 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat May 21 20:53:58 UTC 2022 - Tejas Guruswamy + +- Update to 12.1.2: + * 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) + ------------------------------------------------------------------- Mon Mar 8 04:51:11 UTC 2021 - Steve Kowalik diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 847d619..0a4eef6 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyChromecast # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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: 9.1.1 +Version: 12.1.2 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT