15
0

Accepting request 662437 from devel:languages:python

- 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

- Fix build failure: %{py_ver} doesn't work, %{py3_ver}
  does.

- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/662437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=3
This commit is contained in:
2019-01-24 13:03:36 +00:00
committed by Git OBS Bridge
4 changed files with 30 additions and 10 deletions

View File

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

View File

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jan 2 12:09:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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
-------------------------------------------------------------------
Wed Dec 26 22:39:21 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Fix build failure: %{py_ver} doesn't work, %{py3_ver}
does.
-------------------------------------------------------------------
Tue Dec 4 12:52:18 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Fri May 11 21:52:30 UTC 2018 - toddrme2178@gmail.com

View File

@@ -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
@@ -12,22 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%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 devel}
BuildRequires: %{python_module casttube >= 0.1.0}
BuildRequires: %{python_module protobuf >= 3.0.0}
BuildRequires: %{python_module requests >= 2.0}
BuildRequires: %{python_module setuptools}
@@ -35,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
@@ -64,6 +64,6 @@ multi-room setups with Audio cast devices.
%license LICENSE
%doc README.rst
%{python_sitelib}/pychromecast
%{python_sitelib}/PyChromecast-%{version}-py%{py_ver}.egg-info
%{python_sitelib}/PyChromecast-%{version}-py%{py3_ver}.egg-info
%changelog