15
0

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
This commit is contained in:
2022-12-05 21:26:57 +00:00
committed by Git OBS Bridge
parent b1ee8c7f33
commit cc31d6b4f8
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Dec 5 19:29:31 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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
-------------------------------------------------------------------
Wed Aug 17 15:41:12 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>