From 58c29af91b48b4a48fe4815fec691cdd7841e913354a8cba6d2f378ab045c98f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Jun 2023 10:08:21 +0000 Subject: [PATCH] - 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 --- PyChromecast-13.0.4.tar.gz | 3 --- PyChromecast-13.0.7.tar.gz | 3 +++ python-PyChromecast.changes | 16 ++++++++++++++++ python-PyChromecast.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 PyChromecast-13.0.4.tar.gz create mode 100644 PyChromecast-13.0.7.tar.gz diff --git a/PyChromecast-13.0.4.tar.gz b/PyChromecast-13.0.4.tar.gz deleted file mode 100644 index 47efd9a..0000000 --- a/PyChromecast-13.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:792fba3f31e4968a5e99c19c771774083a2aa7e897ebf6f5e218e308e33a461f -size 51996 diff --git a/PyChromecast-13.0.7.tar.gz b/PyChromecast-13.0.7.tar.gz new file mode 100644 index 0000000..e967358 --- /dev/null +++ b/PyChromecast-13.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de98e9e5be43269dd41efb16126ab0d5ba941ca4acae024329712851c0c0324 +size 52074 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index 8d578ba..cbbc1f5 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Jun 1 10:07:16 UTC 2023 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Mon Jan 2 20:18:36 UTC 2023 - Dirk Müller diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index b146f20..5485d57 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: 13.0.4 +Version: 13.0.7 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT