15
0

- 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
This commit is contained in:
2025-04-14 05:47:25 +00:00
committed by Git OBS Bridge
parent f5b2e7d689
commit 90ecb6d95a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 14 05:47:15 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Tue Mar 25 00:36:27 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

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