15
0

- Support both lowercased and unnormalized metadata directory names.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markups?expand=0&rev=24
This commit is contained in:
2025-04-14 06:06:26 +00:00
committed by Git OBS Bridge
parent 47f9ce84d6
commit 6296eea789
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 14 06:06:17 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Tue Mar 25 03:42:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -64,6 +64,6 @@ such as Markdown and reStructuredText (these two are supported by default).
%license LICENSE
%doc README.rst changelog
%{python_sitelib}/markups
%{python_sitelib}/markups-%{version}.dist-info
%{python_sitelib}/[Mm]arkups-%{version}.dist-info
%changelog