From ecab9ff0885cc0fa638022a1028e0c5628a66f4c7813fbaa3e62fbd02bfc15dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 5 Mar 2019 20:05:38 +0000 Subject: [PATCH] - Update to 2.5.2: * YouTube controller version update (#258) @ur1katz * Add support for connecting to named service (#267) @emontnemery * Exponential backoff of mdns service resolution retries (#268) @emontnemery * Improve exponential backoff of mdns service resolution retries (#269) @emontnemery OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=10 --- PyChromecast-2.3.0.tar.gz | 3 --- PyChromecast-2.5.2.tar.gz | 3 +++ python-PyChromecast.changes | 9 +++++++++ python-PyChromecast.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 PyChromecast-2.3.0.tar.gz create mode 100644 PyChromecast-2.5.2.tar.gz diff --git a/PyChromecast-2.3.0.tar.gz b/PyChromecast-2.3.0.tar.gz deleted file mode 100644 index a6bd8d9..0000000 --- a/PyChromecast-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f385168e34d2ef47f976c8e41bad2f58f5ca004634c0ccb1a12623d8beb2fa38 -size 35003 diff --git a/PyChromecast-2.5.2.tar.gz b/PyChromecast-2.5.2.tar.gz new file mode 100644 index 0000000..d17aee5 --- /dev/null +++ b/PyChromecast-2.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce4eeb398a73c26bd65870739c94845da60f4527ebe2f104826ee32d70d035c +size 36663 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index 8383cc4..12e45a5 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Mar 5 20:03:56 UTC 2019 - Tomáš Chvátal + +- Update to 2.5.2: + * YouTube controller version update (#258) @ur1katz + * Add support for connecting to named service (#267) @emontnemery + * Exponential backoff of mdns service resolution retries (#268) @emontnemery + * Improve exponential backoff of mdns service resolution retries (#269) @emontnemery + ------------------------------------------------------------------- Wed Jan 2 12:09:41 UTC 2019 - Tomáš Chvátal diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 90ff1bd..fa69aac 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: 2.3.0 +Version: 2.5.2 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT