From f5b2e7d6893a4ef1f42e1fa80ea9b39faf8a59826ac92f5a78614324b50c0a9f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 00:36:48 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=55 --- 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 6ca890b..b25e1d6 100644 --- a/python-Chameleon.changes +++ b/python-Chameleon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 00:36:27 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Thu Jan 2 14:13:48 UTC 2025 - Dirk Müller diff --git a/python-Chameleon.spec b/python-Chameleon.spec index 1462674..6f813d3 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}/chameleon-%{version}.dist-info %changelog