15
0

- Support both lowercased and unnormalized metadata directory names.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Parsley?expand=0&rev=21
This commit is contained in:
2025-04-14 06:09:49 +00:00
committed by Git OBS Bridge
parent 1443d42407
commit 4e18f425f3
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 14 06:09:38 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Tue Mar 25 04:22:49 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -101,6 +101,6 @@ export LANG=en_US.UTF-8
%pycache_only %{python_sitelib}/__pycache__/parsley.*.py*
%{python_sitelib}/terml
%{python_sitelib}/ometa
%{python_sitelib}/parsley-%{version}.dist-info
%{python_sitelib}/[Pp]arsley-%{version}.dist-info
%changelog