Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
0157f58d5c | |||
8dd8d6941f | |||
9efab46e65 | |||
be36c6e872 | |||
c9667d40c9 | |||
2661514aec | |||
c0ea0fd33f |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e16e0a7f9488319191b8b4fa21ca0beb4bf12eeda5c9bf640241188f2bea0a3e
|
||||
size 60482
|
3
PyChromecast-14.0.5.tar.gz
Normal file
3
PyChromecast-14.0.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8671ee4ea4a7095e2e0670e2215145ec1e3e0aa0737ff74d648ae4dc268b2b1
|
||||
size 60934
|
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 06:12:12 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Support both lowercased and unnormalized metadata directory names.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 04:27:06 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Lowercase metadata directory name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 12:47:40 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 14.0.5
|
||||
* Attempting to fix 738 (#886) @geoffoxholm
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 13 02:26:02 UTC 2024 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
|
||||
|
||||
- Update to 14.0.4
|
||||
* Make it possible to log heartbeat ping pong (#969) @emontnemery
|
||||
* Move HeartbeatController to a separate module (#968) @emontnemery
|
||||
* Simplify socket timeout (#967) @emontnemery
|
||||
* Bump pylint from 3.2.7 to 3.3.1 (#957) @dependabot
|
||||
- Update to 14.0.3:
|
||||
* Revert "Revert "Revert "Remove socket timeouts"" (#883)" (#965) @bdraco
|
||||
- Update to 14.0.2:
|
||||
* Add OHF logo to README (#961) @mrdarrengriffin
|
||||
* Fix errors found by pylint 3.2.7 (#946) @emontnemery
|
||||
* Reduce verbosity of reconnection (#933) @elupus
|
||||
* Add BRAVIA 4K VH21 to known devices (#904) @jayofdoom
|
||||
* Initialize _session member on YouTube controller (#925) @alexdelorenzo
|
||||
* Migrate to using efficient I/O multiplexing selectors (#865) @bdraco
|
||||
* Revert "Revert "Remove socket timeouts"" (#883) @emontnemery
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 20:17:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PyChromecast
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
%global skip_python310 1
|
||||
Name: python-PyChromecast
|
||||
Version: 14.0.1
|
||||
Version: 14.0.5
|
||||
Release: 0
|
||||
Summary: Python module to talk to Google Chromecast
|
||||
License: MIT
|
||||
@@ -61,6 +61,6 @@ multi-room setups with Audio cast devices.
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/pychromecast
|
||||
%{python_sitelib}/PyChromecast-%{version}.dist-info
|
||||
%{python_sitelib}/[Pp]y[Cc]hromecast-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user