2020-05-27 05:39:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 27 05:35:16 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
|
2020-05-05 07:28:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 5 06:46:04 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2020-03-27 07:16:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 26 16:24:27 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 4.2.0
|
|
|
|
|
* Add support for Lovelace dashboards
|
|
|
|
|
* Set up publish when we create a release.
|
|
|
|
|
* Update zeroconf requirement
|
|
|
|
|
|
2020-01-15 11:30:37 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-02-13 15:56:31 +00:00
|
|
|
Thu Feb 13 15:38:57 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-01-15 11:30:37 +00:00
|
|
|
Wed Jan 15 11:26:42 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 4.1.0
|
|
|
|
|
* Fix resettin status
|
|
|
|
|
* Add app icon to CastStatus
|
|
|
|
|
|
2019-09-24 09:28:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 24 09:27:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 4.0.1:
|
|
|
|
|
* various small fixes
|
|
|
|
|
* support for home assistant cast
|
|
|
|
|
|
2019-06-18 11:46:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 18 11:28:34 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2019-03-05 20:05:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 5 20:03:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2019-01-02 12:27:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 2 12:09:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2018-12-26 22:43:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 26 22:39:21 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Fix build failure: %{py_ver} doesn't work, %{py3_ver}
|
|
|
|
|
does.
|
|
|
|
|
|
2018-12-04 13:51:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 4 12:52:18 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
|
2018-05-11 22:18:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 11 21:52:30 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Don't forget python_module workaround.
|
|
|
|
|
|
2018-05-03 16:33:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 3 15:38:15 UTC 2018 - alarrosa@suse.com
|
|
|
|
|
|
|
|
|
|
- Run spec_cleaner
|
|
|
|
|
|
2018-05-03 11:04:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 3 08:30:37 UTC 2018 - alarrosa@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to version 2.2.0
|
|
|
|
|
* Spotify controller creation
|
|
|
|
|
* Fixed misplaced parenthesis
|
|
|
|
|
|
|
|
|
|
- Update to version 2.1.0
|
|
|
|
|
* Fix not waiting with no tries set
|
|
|
|
|
* Add adjusted_current_time() function
|
|
|
|
|
|
|
|
|
|
- Update to version 2.0.0
|
|
|
|
|
* Drop Python 2 support
|
|
|
|
|
* Fixes for discovery, FreeBSD Socket creation
|
|
|
|
|
* Fix Channel Close
|
|
|
|
|
* Add return for "uri" value, fix SSL issues on Windows
|
|
|
|
|
* Don't sleep when there are no tries remaining
|
|
|
|
|
|
|
|
|
|
- Drop 0001-Dont-sleep-when-there-are-no-tries-remaining.patch
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 5 09:22:56 UTC 2018 - alarrosa@suse.com
|
|
|
|
|
|
|
|
|
|
- Add 0001-Dont-sleep-when-there-are-no-tries-remaining.patch from
|
|
|
|
|
upstream
|
|
|
|
|
|
|
|
|
|
- Update to version 1.0.3
|
|
|
|
|
* Catch OSError as well as socket.error
|
|
|
|
|
* Fix CAST_TYPES mapping
|
|
|
|
|
* Revert 184 socket client changes
|
|
|
|
|
|
|
|
|
|
- Update to version 1.0.2
|
|
|
|
|
* Remove excess return value from get_device_status
|
|
|
|
|
|
|
|
|
|
- Update to version 1.0.1
|
|
|
|
|
* Properly remove api_version now
|
|
|
|
|
|
|
|
|
|
- Update to version 1.0.0
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
- Update to version 0.8.2
|
|
|
|
|
* Fix race in SocketClient.send_message
|
|
|
|
|
* Fix send message deadlock
|
|
|
|
|
- Run spec-cleaner
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 12 09:59:27 UTC 2017 - alarrosa@suse.com
|
|
|
|
|
|
|
|
|
|
- Initial release of python-PyChromecast 0.8.1
|
|
|
|
|
|