From 47f9ce84d6d545bb052b706479bfc9fac9d3064eeb2be02534b1a107f4946923 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 03:42:31 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markups?expand=0&rev=23 --- 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 c3d84dc..08f15d7 100644 --- a/python-Markups.changes +++ b/python-Markups.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 03:42:19 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Wed Jan 22 14:08:33 UTC 2025 - Markéta Machová diff --git a/python-Markups.spec b/python-Markups.spec index 49e6553..7a6b7a8 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}*-info +%{python_sitelib}/markups-%{version}.dist-info %changelog