15
0

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
This commit is contained in:
2022-05-22 23:27:53 +00:00
committed by Git OBS Bridge
parent 769e6ce311
commit 17c8f43c39
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat May 21 20:53:58 UTC 2022 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
- 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 <steven.kowalik@suse.com>