15
0

Accepting request 1266131 from devel:languages:python

- Make the metadata directory name case-insensitive.
- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markdown?expand=0&rev=49
This commit is contained in:
2025-04-11 14:44:54 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 1 11:32:19 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make the metadata directory name case-insensitive.
-------------------------------------------------------------------
Tue Mar 25 03:13:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Sat Aug 17 10:27:01 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Markdown
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -91,8 +91,8 @@ supported by the [Available Extensions][].
%license LICENSE.md
%doc README.md docs/*
%python_alternative %{_bindir}/markdown_py
%{python_sitelib}/Markdown-%{version}*-info
%{python_sitelib}/markdown
%{python_sitelib}/[mM]arkdown-%{version}.dist-info
%endif
%changelog