From 4b07761d65b483c6a4302a02e673c31f1e46bc0b3e9fc7e00cf4d659bbf4e5b0 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 12 Jun 2020 06:48:03 +0000 Subject: [PATCH] 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 --- PyChromecast-5.2.0.tar.gz | 3 --- PyChromecast-6.0.0.tar.gz | 3 +++ python-PyChromecast.changes | 9 +++++++++ python-PyChromecast.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 PyChromecast-5.2.0.tar.gz create mode 100644 PyChromecast-6.0.0.tar.gz diff --git a/PyChromecast-5.2.0.tar.gz b/PyChromecast-5.2.0.tar.gz deleted file mode 100644 index 6a160d6..0000000 --- a/PyChromecast-5.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90bfc191b2aa6de3b6941cb3635ea295a4e5aebced17070550dc953d66115814 -size 47919 diff --git a/PyChromecast-6.0.0.tar.gz b/PyChromecast-6.0.0.tar.gz new file mode 100644 index 0000000..761588d --- /dev/null +++ b/PyChromecast-6.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15beaafdb155885794443d99fa687a2787d8bad8ba440ecda10bb72bd6c8c815 +size 47950 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index 9d554bf..42a1f2f 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 11 15:58:53 UTC 2020 - Antonio Larrosa + +- 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) + ------------------------------------------------------------------- Wed May 27 05:35:16 UTC 2020 - Steve Kowalik diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 3ef1715..11f242c 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: 5.2.0 +Version: 6.0.0 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT