From cc31d6b4f8621c6b883679ff26c60e25d876bb448325c6ac62484fc6f1f7ef27 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 5 Dec 2022 21:26:57 +0000 Subject: [PATCH] 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 --- PyChromecast-12.1.4.tar.gz | 3 --- PyChromecast-13.0.1.tar.gz | 3 +++ python-PyChromecast.changes | 16 ++++++++++++++++ python-PyChromecast.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 PyChromecast-12.1.4.tar.gz create mode 100644 PyChromecast-13.0.1.tar.gz diff --git a/PyChromecast-12.1.4.tar.gz b/PyChromecast-12.1.4.tar.gz deleted file mode 100644 index 74462f1..0000000 --- a/PyChromecast-12.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e57dc985a4a05db5bdcd5da219cbf6ced25548ca093f8d74bc107b3c554ec00 -size 51527 diff --git a/PyChromecast-13.0.1.tar.gz b/PyChromecast-13.0.1.tar.gz new file mode 100644 index 0000000..909b56a --- /dev/null +++ b/PyChromecast-13.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203aaf037afbaca12763a3a911929dd25b0a8a7b1ee00d010d3439bd31a98252 +size 51576 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index b788465..df0bb4d 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Dec 5 19:29:31 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 11fe3fc..b2f9027 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-PyChromecast -Version: 12.1.4 +Version: 13.0.1 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT