15
0

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
This commit is contained in:
2025-04-14 14:08:27 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>

View File

@@ -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
@@ -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