forked from pool/python-PyChromecast
- Update to 2.3.0:
* Updated spotify controller description (#232) @Nobyx * Allow users to pass the force_launch flag when launching an app (#237) @marcosdiez * Better YouTube controller (#236) @ur1katz * Simple event listener example (#241) @hjmsw OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
2e29e367d3
commit
67a02afa57
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PyChromecast
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,17 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-PyChromecast
|
||||
Version: 2.2.0
|
||||
Version: 2.3.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 casttube >= 0.1.0}
|
||||
BuildRequires: %{python_module protobuf >= 3.0.0}
|
||||
BuildRequires: %{python_module requests >= 2.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -34,6 +34,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user