From 38e78cd8308659e2b1ae49c2cc1f5872c7e7ffc2846636418804e590233e3a73 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 00:39:32 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cheetah3?expand=0&rev=36 --- python-Cheetah3.changes | 5 +++++ python-Cheetah3.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-Cheetah3.changes b/python-Cheetah3.changes index 9e839d7..99c4933 100644 --- a/python-Cheetah3.changes +++ b/python-Cheetah3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 00:39:18 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Tue Dec 10 16:53:01 UTC 2024 - Markéta Machová diff --git a/python-Cheetah3.spec b/python-Cheetah3.spec index 0175a34..cdb91ae 100644 --- a/python-Cheetah3.spec +++ b/python-Cheetah3.spec @@ -1,7 +1,7 @@ # # spec file for package python-Cheetah3 # -# 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 @@ -98,6 +98,6 @@ $python Cheetah/Tests/Test.py %python_alternative %{_bindir}/cheetah-analyze %python_alternative %{_bindir}/cheetah-compile %{python_sitearch}/Cheetah -%{python_sitearch}/CT3-%{version}*info +%{python_sitearch}/ct3-%{version}.dist-info %changelog From 5ce65c57ce39fbc7e24d673d6f533b33914008a0fd8dd44dae97d6db142c48d3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 05:48:52 +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-Cheetah3?expand=0&rev=37 --- python-Cheetah3.changes | 5 +++++ python-Cheetah3.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Cheetah3.changes b/python-Cheetah3.changes index 99c4933..05311d0 100644 --- a/python-Cheetah3.changes +++ b/python-Cheetah3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 05:48:43 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Tue Mar 25 00:39:18 UTC 2025 - Steve Kowalik diff --git a/python-Cheetah3.spec b/python-Cheetah3.spec index cdb91ae..fcf78da 100644 --- a/python-Cheetah3.spec +++ b/python-Cheetah3.spec @@ -98,6 +98,6 @@ $python Cheetah/Tests/Test.py %python_alternative %{_bindir}/cheetah-analyze %python_alternative %{_bindir}/cheetah-compile %{python_sitearch}/Cheetah -%{python_sitearch}/ct3-%{version}.dist-info +%{python_sitearch}/[Cc][Tt]3-%{version}.dist-info %changelog