diff --git a/PyChromecast-5.0.0.tar.gz b/PyChromecast-5.0.0.tar.gz deleted file mode 100644 index 2ec4756..0000000 --- a/PyChromecast-5.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e59e9f85d6af04f588a22ff2381b9bd8b1cd53a691a30e698ff4266bac1a30b6 -size 46185 diff --git a/PyChromecast-5.2.0.tar.gz b/PyChromecast-5.2.0.tar.gz new file mode 100644 index 0000000..6a160d6 --- /dev/null +++ b/PyChromecast-5.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90bfc191b2aa6de3b6941cb3635ea295a4e5aebced17070550dc953d66115814 +size 47919 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index c4450e6..9d554bf 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed May 27 05:35:16 UTC 2020 - Steve Kowalik + +- Update to 5.3.0: + * Handle zeroconf update_service (#364) + * Add ability to pass in a zeroconf instance to discovery (#362) + * Add discovery example (#361) + * Quick play & Support for Yle Areena, Supla (#359) + * Log as info, not warning if connection re-established. (#358) + ------------------------------------------------------------------- Tue May 5 06:46:04 UTC 2020 - Johannes Grassler diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 5528402..3ef1715 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -19,11 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-PyChromecast -Version: 5.0.0 +Version: 5.2.0 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT -Group: Development/Languages/Python URL: https://github.com/balloob/pychromecast Source: https://files.pythonhosted.org/packages/source/P/PyChromecast/PyChromecast-%{version}.tar.gz BuildRequires: %{python_module setuptools}