forked from pool/python-PyChromecast
- update to 13.1.0:
* Increase homeassistant lovelace connect timeout and make it
configurable (#770) @cicchr
* Add support for NRK TV and NRK Radio apps (#777) @lersveen
* Change logged precision of volume from 1 to 2 (#768)
@alexdelorenzo
* Create ShakaPlayer Controller (#758) @juanfadev
* Add date for removal of deprecated discovery functions (#767)
@emontnemery
* Mark discover_chromecasts as deprecated (#766) @emontnemery
* Update README.rst (#765) @emontnemery
* Fix known_hosts for older chromecasts (#762) @domenipavec
* Fix SSLContext settings (#764) @emontnemery
* Update README.rst to reflect refactoring of cast.device to
cast.cast_info (#751) @davidjabon
* Fix deprecated call to ssl.SSLContext without specifying
protocol (#763) @emontnemery
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=52
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PyChromecast
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-PyChromecast
|
||||
Version: 13.0.8
|
||||
Version: 13.1.0
|
||||
Release: 0
|
||||
Summary: Python module to talk to Google Chromecast
|
||||
License: MIT
|
||||
@@ -29,7 +29,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-casttube >= 0.2.0
|
||||
Requires: python-protobuf >= 3.0.0
|
||||
Requires: python-protobuf >= 3.19.1
|
||||
Requires: python-zeroconf >= 0.25.1
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user