From 9efab46e659ae55f2c81661412c4354da1e4d33761a458d0309a643ef7e4844f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 04:27:53 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=60 --- python-PyChromecast.changes | 5 +++++ python-PyChromecast.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index 24850cf..f3e7612 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 04:27:06 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Wed Nov 6 12:47:40 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 781b45b..48ce1ca 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -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}/pychromecast-%{version}.dist-info %changelog From 8dd8d6941fa89436ca605154f41ca2f0b240c522f69500149c4dad5b79953fed Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 06:12:25 +0000 Subject: [PATCH 2/2] - 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 --- python-PyChromecast.changes | 5 +++++ python-PyChromecast.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index f3e7612..6692741 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 06:12:12 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Tue Mar 25 04:27:06 UTC 2025 - Steve Kowalik diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 48ce1ca..393ed6a 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -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