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,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4b7523db137f8de05eedcc6154113b68532848629442b448c2334fac966a447
|
||||
size 52095
|
||||
3
PyChromecast-13.1.0.tar.gz
Normal file
3
PyChromecast-13.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08e61a8b54bd2119d3c9ab1ec0136d3d8563aa97e0a3b57841588b9be60c2676
|
||||
size 53436
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 21:24:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 11 08:26:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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