15
0

Accepting request 809126 from devel:languages:python

- Update to 5.3.0:
  * Handle zeroconf update_service (#364)
  * Add ability to pass in a zeroconf instance to discovery (#362)
  * Add discovery example (#361)
  * Quick play & Support for Yle Areena, Supla (#359)
  * Log as info, not warning if connection re-established. (#358)

OBS-URL: https://build.opensuse.org/request/show/809126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=11
This commit is contained in:
2020-05-28 07:14:17 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 27 05:35:16 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 5.3.0:
* Handle zeroconf update_service (#364)
* Add ability to pass in a zeroconf instance to discovery (#362)
* Add discovery example (#361)
* Quick play & Support for Yle Areena, Supla (#359)
* Log as info, not warning if connection re-established. (#358)
-------------------------------------------------------------------
Tue May 5 06:46:04 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com>

View File

@@ -19,11 +19,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-PyChromecast
Version: 5.0.0
Version: 5.2.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 setuptools}