b1ee8c7f33
Accepting request 997580 from home:yarunachalam:branches:devel:languages:python
...
- Update to 12.1.4
* Improve timeout logs (#637 ) @emontnemery
* pin to protobuf v3 (#625 ) @chapmanjacobd
- Update to 12.1.3
* Add additional cast model (#628 ) @emontnemery
* Add additional cast model (#624 ) @emontnemery
OBS-URL: https://build.opensuse.org/request/show/997580
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=42
2022-08-19 06:50:22 +00:00
17c8f43c39
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
2022-05-22 23:27:53 +00:00
769e6ce311
- Update to 9.1.1:
...
* Add HostBrowser.update_hosts (#476 )
* Handle audio groups removed from known host (#475 )
* Remove useless pylint and flake8 directives (#472 )
* BREAKING CHANGE: Update discovery to support a list of known hosts (#469 )
* Catch errors thrown by select call (#471 )
* Fix some strings mangled by black formatting (#470 )
* Fix MultiZoneControllerListener (#468 )
* Expose volume_control_type (#461 )
* Move ReceiverController to its own module (#460 )
* Infer contentType from playQueue items (#457 ) @maykar
* Remove unintended 'async' from listener interfaces (#453 )
* Update BubbleUPNP example (#451 )
* Refactor listeners and controllers as ABCs (#450 )
* Add more google devices to consts (#448 ) @theychx
* Make current_time optional when loading or queing media (#446 )
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=38
2021-03-08 04:53:32 +00:00
bad58b33c1
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=36
2021-01-27 03:49:20 +00:00
47cee5b2be
- Update to 7.7.1:
...
* Don't throw if socket is already closed when cleaning up (#438 )
* Update local http API, re-add get_multizone_status (#437 )
* Spotify quick play (again) (#430 )
* Fix next/previous track (#436 )
* Add support for BubbleUPNP (#428 )
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=34
2021-01-04 04:45:36 +00:00
c73b9d21dd
- 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
2020-09-30 02:53:26 +00:00
b097c0eda5
- Update to 7.3.0:
...
* Add support for QUEUE_INSERT (#404 )
* Fix get_chromecasts non blocking mode (#411 )
* Ensure data parsed as JSON is a dict (#405 )
* Add zeroconf debug option to example scripts (#401 )
* Allow passing an already existing zeroconf object to additional
functions (#400 ) @emontnemery
* Ignore browser updates for *._sub._googlecast._tcp.local. (#400 )
* Fix return type of get_listed_chromecasts (#400 )
* Remove host and port from Chromecast object (#395 )
* Keep previously known Chromecast in service listener (#399 )
* Remove reboot function (#394 )
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=30
2020-09-22 04:36:47 +00:00
6943a5ef45
- 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
2020-07-13 05:59:20 +00:00
4b07761d65
Accepting request 814085 from home:alarrosa:branches:devel:languages:python
...
- Update to 6.0.0:
* BREAKING CHANGE Refactor start_discovery to fix race (#370 )
* Support zeroconf 0.27 (#368 )
* Don't ignore zeroconf errors (#367 )
* BREAKING CHANGE Add support to CastListener for service updates (#366 )
OBS-URL: https://build.opensuse.org/request/show/814085
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=26
2020-06-12 06:48:03 +00:00
72e73d0719
- Update to 5.3.0:
...
* Handle zeroconf update_service (#364 )
* Add ability to pass in a zeroconf instance to discovery (#362 )
* Add discovery example (#361 )
* Quick play & Support for Yle Areena, Supla (#359 )
* Log as info, not warning if connection re-established. (#358 )
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=24
2020-05-27 05:39:22 +00:00
Tomáš Chvátal
b5b938194e
Accepting request 800238 from home:jgrassler:branches:devel:languages:python
...
- Update to 5.0.0
* remove .travis.yml
* extract test reqs
* Update test.yml
* Create test.yml
* Bump linters, run flake and black on examples (#355 )
* Speed up SocketClient shutdown (#352 )
* Improve debug messages (#353 )
* Fix bugs in Chromecast.is_idle and ReceiverController.launch_app (#350 )
* Improve examples and docstrings (#351 )
* Remove blocking option from Chromecast (#349 )
* Add helper function get_listed_chromecasts (#348 )
* Correct mistake in PR#345 (#346 )
* Lookup manufacturer, remove multizone helper. (#345 )
- Update python-zeroconf Require
OBS-URL: https://build.opensuse.org/request/show/800238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=22
2020-05-05 07:28:01 +00:00
Tomáš Chvátal
024b4bf8d3
Accepting request 788614 from home:mcalabkova:branches:devel:languages:python
...
- Update to 4.2.0
* Add support for Lovelace dashboards
* Set up publish when we create a release.
* Update zeroconf requirement
OBS-URL: https://build.opensuse.org/request/show/788614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=20
2020-03-27 07:16:53 +00:00
Tomáš Chvátal
d98c38130b
Accepting request 774196 from home:alarrosa:branches:devel:languages:python
...
- Update to 4.1.1
* Update "add support to your favorite app" in the README
* Get ipaddress the same way as code examples in zeroconf
* Correct METADATA_TYPE in media.py
OBS-URL: https://build.opensuse.org/request/show/774196
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=18
2020-02-13 15:56:31 +00:00
Tomáš Chvátal
afc2d846a4
Accepting request 764630 from home:mcalabkova:branches:devel:languages:python
...
- update to 4.1.0
* Fix resettin status
* Add app icon to CastStatus
OBS-URL: https://build.opensuse.org/request/show/764630
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=16
2020-01-15 11:30:37 +00:00
Tomáš Chvátal
3c9a156573
- Update to 4.0.1:
...
* various small fixes
* support for home assistant cast
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=14
2019-09-24 09:28:26 +00:00
Tomáš Chvátal
037f1e7836
Accepting request 710550 from home:mcalabkova:branches:devel:languages:python
...
- Update to 3.2.2
* Improve matching of spotify device to handle audio groups
* Fix broken attempt to update status during tear down
* Add google home mini as audio device
* Add support for queue_next / queue_prev
* Take expiration from login and pass to controller
* Add multizone controller and multizone manager
* Remove the filters feature from get_chromecasts
OBS-URL: https://build.opensuse.org/request/show/710550
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=12
2019-06-18 11:46:16 +00:00
Tomáš Chvátal
ecab9ff088
- Update to 2.5.2:
...
* YouTube controller version update (#258 ) @ur1katz
* Add support for connecting to named service (#267 ) @emontnemery
* Exponential backoff of mdns service resolution retries (#268 ) @emontnemery
* Improve exponential backoff of mdns service resolution retries (#269 ) @emontnemery
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=10
2019-03-05 20:05:38 +00:00
Tomáš Chvátal
67a02afa57
- Update to 2.3.0:
...
* Updated spotify controller description (#232 ) @Nobyx
* Allow users to pass the force_launch flag when launching an app (#237 ) @marcosdiez
* Better YouTube controller (#236 ) @ur1katz
* Simple event listener example (#241 ) @hjmsw
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=8
2019-01-02 12:27:57 +00:00
2e29e367d3
Fix build failure: %{py_ver} doesn't work, %{py3_ver} does.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=7
2018-12-26 22:43:43 +00:00
8ccb5dbca8
Remove superfluous devel dependency for noarch package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=6
2018-12-04 13:51:29 +00:00
Todd R
499ac0524e
Accepting request 606544 from home:TheBlackCat:branches:devel:languages:python
...
- Don't forget python_module workaround.
OBS-URL: https://build.opensuse.org/request/show/606544
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=4
2018-05-11 22:18:13 +00:00
6285a86a71
Accepting request 603817 from home:alarrosa:branches:devel:languages:python
...
- Run spec_cleaner
OBS-URL: https://build.opensuse.org/request/show/603817
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=2
2018-05-03 16:33:33 +00:00
d120b2a1a6
Accepting request 603602 from devel:languages:python:misc
...
Move back the package to d:l:p to try to submit it to Factory again
OBS-URL: https://build.opensuse.org/request/show/603602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=1
2018-05-03 11:04:44 +00:00