From d98c38130b8f34a2ff77079b5288fe07df2334909e071cc3aa63996650ed480b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 13 Feb 2020 15:56:31 +0000 Subject: [PATCH] Accepting request 774196 from home:alarrosa:branches:devel:languages:python - Update to 4.1.1 * Update "add support to your favorite app" in the README * Get ipaddress the same way as code examples in zeroconf * Correct METADATA_TYPE in media.py OBS-URL: https://build.opensuse.org/request/show/774196 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=18 --- PyChromecast-4.1.0.tar.gz | 3 --- PyChromecast-4.1.1.tar.gz | 3 +++ python-PyChromecast.changes | 8 ++++++++ python-PyChromecast.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 PyChromecast-4.1.0.tar.gz create mode 100644 PyChromecast-4.1.1.tar.gz diff --git a/PyChromecast-4.1.0.tar.gz b/PyChromecast-4.1.0.tar.gz deleted file mode 100644 index 778fdd0..0000000 --- a/PyChromecast-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6979f1ddce1ff8760586aa6b8828290964b38f34c01aa1380ab1740330eeee2 -size 44463 diff --git a/PyChromecast-4.1.1.tar.gz b/PyChromecast-4.1.1.tar.gz new file mode 100644 index 0000000..3965387 --- /dev/null +++ b/PyChromecast-4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec56887951e25d11d2a5860c743a7f4fe0c8d58864f17fae24c500674f79d8d +size 44483 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index f879c39..12be084 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Feb 13 15:38:57 UTC 2020 - Antonio Larrosa + +- Update to 4.1.1 + * Update "add support to your favorite app" in the README + * Get ipaddress the same way as code examples in zeroconf + * Correct METADATA_TYPE in media.py + ------------------------------------------------------------------- Wed Jan 15 11:26:42 UTC 2020 - Marketa Calabkova diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 8109168..cde5792 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: 4.1.0 +Version: 4.1.1 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT