15
0

Accepting request 800250 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/800250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=10
This commit is contained in:
2020-05-05 16:56:19 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue May 5 06:46:04 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com>
- Update to 5.0.0
* remove .travis.yml
* extract test reqs
* Update test.yml
* Create test.yml
* Bump linters, run flake and black on examples (#355)
* Speed up SocketClient shutdown (#352)
* Improve debug messages (#353)
* Fix bugs in Chromecast.is_idle and ReceiverController.launch_app (#350)
* Improve examples and docstrings (#351)
* Remove blocking option from Chromecast (#349)
* Add helper function get_listed_chromecasts (#348)
* Correct mistake in PR#345 (#346)
* Lookup manufacturer, remove multizone helper. (#345)
- Update python-zeroconf Require
-------------------------------------------------------------------
Thu Mar 26 16:24:27 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-PyChromecast
Version: 4.2.0
Version: 5.0.0
Release: 0
Summary: Python module to talk to Google Chromecast
License: MIT
@@ -32,7 +32,7 @@ BuildRequires: python-rpm-macros
Requires: python-casttube >= 0.2.0
Requires: python-protobuf >= 3.0.0
Requires: python-requests >= 2.0
Requires: python-zeroconf >= 0.24.4
Requires: python-zeroconf >= 0.25.1
BuildArch: noarch
%python_subpackages