From 733f3ea91a54104604e3834a9f808d2760902868b34debc7ff2ace73f192de38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 12:24:31 +0000 Subject: [PATCH] Accepting request 1266122 from home:mcalabkova:branches:devel:languages:python - Make the metadata directory name case-insensitive. OBS-URL: https://build.opensuse.org/request/show/1266122 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=98 --- python-Markdown.changes | 5 +++++ python-Markdown.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Markdown.changes b/python-Markdown.changes index b871dbd..79ce790 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 11:32:19 UTC 2025 - Markéta Machová + +- Make the metadata directory name case-insensitive. + ------------------------------------------------------------------- Tue Mar 25 03:13:19 UTC 2025 - Steve Kowalik diff --git a/python-Markdown.spec b/python-Markdown.spec index 8723bf0..bd2ab49 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -92,7 +92,7 @@ supported by the [Available Extensions][]. %doc README.md docs/* %python_alternative %{_bindir}/markdown_py %{python_sitelib}/markdown -%{python_sitelib}/markdown-%{version}.dist-info +%{python_sitelib}/[mM]arkdown-%{version}.dist-info %endif %changelog