diff --git a/PyChromecast-2.5.2.tar.gz b/PyChromecast-2.5.2.tar.gz deleted file mode 100644 index d17aee5..0000000 --- a/PyChromecast-2.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ce4eeb398a73c26bd65870739c94845da60f4527ebe2f104826ee32d70d035c -size 36663 diff --git a/PyChromecast-3.2.2.tar.gz b/PyChromecast-3.2.2.tar.gz new file mode 100644 index 0000000..8bc1d5a --- /dev/null +++ b/PyChromecast-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8a5a5a0d6c1046e818b586b247dd41f556ffa2a2e80f09cff6497c2db5879e +size 41888 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index 12e45a5..3b6d443 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jun 18 11:28:34 UTC 2019 - Marketa Calabkova + +- Update to 3.2.2 + * Improve matching of spotify device to handle audio groups + * Fix broken attempt to update status during tear down + * Add google home mini as audio device + * Add support for queue_next / queue_prev + * Take expiration from login and pass to controller + * Add multizone controller and multizone manager + * Remove the filters feature from get_chromecasts + ------------------------------------------------------------------- Tue Mar 5 20:03:56 UTC 2019 - Tomáš Chvátal diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index fa69aac..f3d9713 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -19,25 +19,19 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-PyChromecast -Version: 2.5.2 +Version: 3.2.2 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 casttube >= 0.1.0} -BuildRequires: %{python_module protobuf >= 3.0.0} -BuildRequires: %{python_module requests >= 2.0} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.10.0} -BuildRequires: %{python_module zeroconf >= 0.17.7} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-casttube >= 0.1.0 Requires: python-protobuf >= 3.0.0 Requires: python-requests >= 2.0 -Requires: python-six >= 1.10.0 Requires: python-zeroconf >= 0.17.7 BuildArch: noarch %python_subpackages @@ -58,7 +52,7 @@ multi-room setups with Audio cast devices. %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE