15
0

Accepting request 710550 from home:mcalabkova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/710550
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-06-18 11:46:16 +00:00
committed by Git OBS Bridge
parent ecab9ff088
commit 037f1e7836
4 changed files with 17 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ce4eeb398a73c26bd65870739c94845da60f4527ebe2f104826ee32d70d035c
size 36663

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da8a5a5a0d6c1046e818b586b247dd41f556ffa2a2e80f09cff6497c2db5879e
size 41888

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jun 18 11:28:34 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <tchvatal@suse.com>

View File

@@ -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