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

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