14
0

62 Commits

Author SHA256 Message Date
0157f58d5c Accepting request 1269107 from devel:languages:python
- Support both lowercased and unnormalized metadata directory names.

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1269107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=29
2025-04-14 14:08:27 +00:00
8dd8d6941f - Support both lowercased and unnormalized metadata directory names.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=61
2025-04-14 06:12:25 +00:00
9efab46e65 - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=60
2025-03-25 04:27:53 +00:00
be36c6e872 Accepting request 1221773 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1221773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=28
2024-11-07 15:26:19 +00:00
c9667d40c9 Accepting request 1221750 from home:glaubitz:branches:devel:languages:python
- Update to 14.0.5
  * Attempting to fix 738 (#886) @geoffoxholm

OBS-URL: https://build.opensuse.org/request/show/1221750
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=58
2024-11-06 14:36:33 +00:00
2661514aec Accepting request 1207851 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1207851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=27
2024-10-14 11:08:06 +00:00
c0ea0fd33f Accepting request 1207512 from home:MasterPatricko
Update to 14.0.4

OBS-URL: https://build.opensuse.org/request/show/1207512
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=56
2024-10-14 08:36:04 +00:00
6afb5082e8 Accepting request 1172526 from devel:languages:python
- update to 14.0.1:
  * Add debug prints to HomeAssistantController
  * Add JBL Link Portable to known devices
  * Fix race in HomeAssistantController
  * Revert "Remove socket timeouts"
  * Remove socket timeouts
  * Run rstcheck in CI
  * Remove mypy exclude pattern
  * Update default URL used in media example
- update to 14.0.0:
  * Most user facing functions accepting an optional callback
    function have been changed such that the optional arguments
    are now kwarg only
  * The signature of callbacks called when requests are completed
    has been changed
  * Some named tuples have been replaced with dataclasses
  * The ServiceInfo class has been split in two classes
  * Parameter names of `MediaStatusListener.load_media_failed`
    has been changed
  * Many user facing functions now have a default timeout, and
    will raise when that timeout expires
  * It's no longer supported to use pychromecast with event
    custom loops

OBS-URL: https://build.opensuse.org/request/show/1172526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=26
2024-05-08 09:39:33 +00:00
66982a57af - update to 14.0.1:
* Add debug prints to HomeAssistantController
  * Add JBL Link Portable to known devices
  * Fix race in HomeAssistantController
  * Revert "Remove socket timeouts"
  * Remove socket timeouts
  * Run rstcheck in CI
  * Remove mypy exclude pattern
  * Update default URL used in media example
- update to 14.0.0:
  * Most user facing functions accepting an optional callback
    function have been changed such that the optional arguments
    are now kwarg only
  * The signature of callbacks called when requests are completed
    has been changed
  * Some named tuples have been replaced with dataclasses
  * The ServiceInfo class has been split in two classes
  * Parameter names of `MediaStatusListener.load_media_failed`
    has been changed
  * Many user facing functions now have a default timeout, and
    will raise when that timeout expires
  * It's no longer supported to use pychromecast with event
    custom loops

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=54
2024-05-07 20:19:17 +00:00
08e876aa7d Accepting request 1141814 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1141814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=25
2024-01-28 18:39:53 +00:00
ca38357d39 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=52
2024-01-26 21:24:35 +00:00
507397e5bc Accepting request 1132433 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1132433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=24
2023-12-11 20:51:19 +00:00
87d521f378 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=50
2023-12-11 08:26:45 +00:00
142cfdce9c Accepting request 1090244 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1090244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=23
2023-06-01 15:20:57 +00:00
58c29af91b - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=48
2023-06-01 10:08:21 +00:00
fa3d3d590d Accepting request 1046304 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1046304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=22
2023-01-03 14:05:31 +00:00
400cf65f8a - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=46
2023-01-02 20:21:15 +00:00
770c6a3b3c Accepting request 1040445 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1040445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=21
2022-12-06 13:23:47 +00:00
cc31d6b4f8 Accepting request 1040416 from home:yarunachalam:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1040416
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=44
2022-12-05 21:26:57 +00:00
91c5e6a849 Accepting request 998098 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/998098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=20
2022-08-19 15:56:29 +00:00
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
da15755ba4 Accepting request 978571 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/978571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=19
2022-05-23 13:51:46 +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
0ebd2472cf Accepting request 877546 from devel:languages:python
- 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/request/show/877546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=18
2021-03-08 14:18:47 +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
6551cac91d Accepting request 867026 from devel:languages:python
- 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/request/show/867026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=17
2021-01-27 17:58:07 +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
77f7fec823 Accepting request 860029 from devel:languages:python
- 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/request/show/860029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=16
2021-01-04 18:08:14 +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
ba498b65f1 Accepting request 838626 from devel:languages:python
- 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/request/show/838626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=15
2020-09-30 17:54:17 +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
c7259a615c Accepting request 835960 from devel:languages:python
- 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/request/show/835960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=14
2020-09-22 19:12:05 +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
7faa252d28 Accepting request 820588 from devel:languages:python
- 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/request/show/820588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=13
2020-07-14 05:59:19 +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
76f4bcc8d3 Accepting request 814086 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/814086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=12
2020-06-12 19:42:53 +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
7dc94f0ce8 Accepting request 809126 from devel:languages:python
- 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/request/show/809126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=11
2020-05-28 07:14:17 +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
6dae2f307d Accepting request 800250 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/800250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=10
2020-05-05 16:56:19 +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
655aaf2e63 Accepting request 788890 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/788890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=9
2020-03-27 20:57:33 +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
Oliver Kurz
242f0c6997 Accepting request 774201 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/774201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=8
2020-02-14 15:38:50 +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
b29a275a21 Accepting request 764631 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/764631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=7
2020-01-15 15:17:53 +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
acc885fba7 Accepting request 732890 from devel:languages:python
- Update to 4.0.1:
  * various small fixes
  * support for home assistant cast

OBS-URL: https://build.opensuse.org/request/show/732890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=6
2019-09-25 06:39:11 +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
3355c1c41b Accepting request 710551 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/710551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=5
2019-06-18 13:00:21 +00:00