From aed9292f8723872038254549ed72def80993183cb15aaa35b0a7d8e382dbb881 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 06:06:26 +0000 Subject: [PATCH] - 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 --- python-Markups.changes | 5 +++++ python-Markups.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Markups.changes b/python-Markups.changes index 08f15d7..31b5e74 100644 --- a/python-Markups.changes +++ b/python-Markups.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 06:06:17 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Tue Mar 25 03:42:19 UTC 2025 - Steve Kowalik diff --git a/python-Markups.spec b/python-Markups.spec index 7a6b7a8..3043564 100644 --- a/python-Markups.spec +++ b/python-Markups.spec @@ -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