Revisions of python-PyChromecast

buildservice-autocommit accepted request 1141814 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 53)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 52)
- update to 13.1.0:
  * Increase homeassistant lovelace connect timeout and make it
    configurable (#770) @cicchr
  * Add support for NRK TV and NRK Radio apps (#777) @lersveen
  * Change logged precision of volume from 1 to 2 (#768)
    @alexdelorenzo
  * Create ShakaPlayer Controller (#758) @juanfadev
  * Add date for removal of deprecated discovery functions (#767)
    @emontnemery
  * Mark discover_chromecasts as deprecated (#766) @emontnemery
  * Update README.rst (#765) @emontnemery
  * Fix known_hosts for older chromecasts (#762) @domenipavec
  * Fix SSLContext settings (#764) @emontnemery
  * Update README.rst to reflect refactoring of cast.device to
    cast.cast_info (#751) @davidjabon
  * Fix deprecated call to ssl.SSLContext without specifying
    protocol (#763) @emontnemery
buildservice-autocommit accepted request 1132433 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 51)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 50)
- 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.
buildservice-autocommit accepted request 1090244 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 49)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 48)
- update to 13.0.7:
  * Wait longer when attempting to play media (#720) @emontnemery
  * Fix socket leak
  * Don't call launch callback on error
  * Wait for response when stopping app
  * Simplify request callback handling
  * Make sure handler is unregistered after quickplay
  * Fix lint issues
  * Add SVS Pro SoundBase
  * Add JBL Link 10, 20, 300, 500
  * Fix poll/select for Windows
  * Add Smart Soundbar 10
buildservice-autocommit accepted request 1046304 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 47)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 46)
- update to 13.0.4:
  * Correct timeout in call to poll.poll
  * Adding support for reported unknown devices
  * Add Chromecast Ultra and Chromecast HD to the recognised devices
  * Fix error with select when python process exceeds 1024 open file descriptors
  * Include URL and UUID in Home Assistant controller messages
buildservice-autocommit accepted request 1040445 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 45)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1040416 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 44)
- Update to version 13.0.1 
  * Make sure __version__ is consistent
  * Make pylint happier
  * Drop __version__
- Update to version 13.0.0
  * Adapt to pylint 2.15.5 (#670) @emontnemery
  * Added three unknown models with cast-types (#658) @heikkih
  * Revert "pin to protobuf v3" (#669) @emontnemery
  * Pin github actions and add dependabot actions ecosystem (#655) @MartinHjelmare
  * Improve output of discovery examples (#653) @emontnemery
  * Update version_info in init (#640) @clach04
buildservice-autocommit accepted request 998098 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 43)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 997580 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 42)
- 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
buildservice-autocommit accepted request 978571 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 41)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 978467 from Tejas Guruswamy's avatar Tejas Guruswamy (MasterPatricko) (revision 40)
- 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) 
buildservice-autocommit accepted request 877546 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 39)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 38)
- 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)
buildservice-autocommit accepted request 867026 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 37)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 36)
- 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.
buildservice-autocommit accepted request 860029 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 35)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 34)
- 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)
Displaying revisions 1 - 20 of 53
openSUSE Build Service is sponsored by