12
0

Compare commits

7 Commits

Author SHA256 Message Date
0157f58d5c Accepting request 1269107 from devel:languages:python
- Support both lowercased and unnormalized metadata directory names.

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1269107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=29
2025-04-14 14:08:27 +00:00
8dd8d6941f - Support both lowercased and unnormalized metadata directory names.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=61
2025-04-14 06:12:25 +00:00
9efab46e65 - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=60
2025-03-25 04:27:53 +00:00
be36c6e872 Accepting request 1221773 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1221773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=28
2024-11-07 15:26:19 +00:00
c9667d40c9 Accepting request 1221750 from home:glaubitz:branches:devel:languages:python
- Update to 14.0.5
  * Attempting to fix 738 (#886) @geoffoxholm

OBS-URL: https://build.opensuse.org/request/show/1221750
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=58
2024-11-06 14:36:33 +00:00
2661514aec Accepting request 1207851 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1207851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyChromecast?expand=0&rev=27
2024-10-14 11:08:06 +00:00
c0ea0fd33f Accepting request 1207512 from home:MasterPatricko
Update to 14.0.4

OBS-URL: https://build.opensuse.org/request/show/1207512
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=56
2024-10-14 08:36:04 +00:00
4 changed files with 41 additions and 6 deletions

View File

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

View File

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

View File

@@ -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> Tue May 7 20:17:37 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-PyChromecast # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
%global skip_python310 1 %global skip_python310 1
Name: python-PyChromecast Name: python-PyChromecast
Version: 14.0.1 Version: 14.0.5
Release: 0 Release: 0
Summary: Python module to talk to Google Chromecast Summary: Python module to talk to Google Chromecast
License: MIT License: MIT
@@ -61,6 +61,6 @@ multi-room setups with Audio cast devices.
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
%{python_sitelib}/pychromecast %{python_sitelib}/pychromecast
%{python_sitelib}/PyChromecast-%{version}.dist-info %{python_sitelib}/[Pp]y[Cc]hromecast-%{version}.dist-info
%changelog %changelog