From 90ecb6d95af1819aadbe0ec0bc684c0aad1dcbc4cbb02510944059c22c13d60d Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 05:47:25 +0000 Subject: [PATCH] - Support both lowercased and unnormalized metadata directory names. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=56 --- python-Chameleon.changes | 5 +++++ python-Chameleon.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Chameleon.changes b/python-Chameleon.changes index b25e1d6..df686a6 100644 --- a/python-Chameleon.changes +++ b/python-Chameleon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 05:47:15 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Tue Mar 25 00:36:27 UTC 2025 - Steve Kowalik diff --git a/python-Chameleon.spec b/python-Chameleon.spec index 6f813d3..43d58ed 100644 --- a/python-Chameleon.spec +++ b/python-Chameleon.spec @@ -65,6 +65,6 @@ version of Python (2.5 and up, including 3.x and pypy). %license LICENSE.txt %doc README.rst %{python_sitelib}/chameleon -%{python_sitelib}/chameleon-%{version}.dist-info +%{python_sitelib}/[Cc]hameleon-%{version}.dist-info %changelog