15
0

Accepting request 800238 from home:jgrassler:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/800238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal
2020-05-05 07:28:01 +00:00
committed by Git OBS Bridge
parent 024b4bf8d3
commit b5b938194e
4 changed files with 24 additions and 5 deletions

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