15
0

Accepting request 1269070 from devel:languages:python

- Support both lowercased and unnormalized metadata directory names.

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1269070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Chameleon?expand=0&rev=21
This commit is contained in:
2025-04-14 10:59:30 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Thu Jan 2 14:13:48 UTC 2025 - Dirk Müller <dmueller@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