From 37b305d6dd652972230eccb1e75cf5184e0071b13427a4b42893adac2b5f8a2f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 02:43:59 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-HeapDict?expand=0&rev=15 --- python-HeapDict.changes | 5 +++++ python-HeapDict.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-HeapDict.changes b/python-HeapDict.changes index 9b6035a..3343d22 100644 --- a/python-HeapDict.changes +++ b/python-HeapDict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 02:43:45 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Wed Jan 24 02:11:04 UTC 2024 - Steve Kowalik diff --git a/python-HeapDict.spec b/python-HeapDict.spec index 0a94213..6aef0d8 100644 --- a/python-HeapDict.spec +++ b/python-HeapDict.spec @@ -1,7 +1,7 @@ # # spec file for package python-HeapDict # -# 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 @@ -59,8 +59,8 @@ important for many algorithms such as Dijkstra's Algorithm and A*. %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/heapdict.py* -%pycache_only %{python_sitelib}/__pycache__/heapdict* -%{python_sitelib}/HeapDict-%{version}.dist-info +%{python_sitelib}/heapdict.py +%pycache_only %{python_sitelib}/__pycache__/heapdict*pyc +%{python_sitelib}/heapdict-%{version}.dist-info %changelog From c590387819dcd9726a58499d86e057f223d2a9b2eb1acda3a5b845b13d6828bb Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 05:55:34 +0000 Subject: [PATCH 2/2] - Support both lowercased and unnormalized metadata directory names. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-HeapDict?expand=0&rev=16 --- python-HeapDict.changes | 5 +++++ python-HeapDict.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-HeapDict.changes b/python-HeapDict.changes index 3343d22..22f3768 100644 --- a/python-HeapDict.changes +++ b/python-HeapDict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 05:55:23 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Tue Mar 25 02:43:45 UTC 2025 - Steve Kowalik diff --git a/python-HeapDict.spec b/python-HeapDict.spec index 6aef0d8..adae34b 100644 --- a/python-HeapDict.spec +++ b/python-HeapDict.spec @@ -61,6 +61,6 @@ important for many algorithms such as Dijkstra's Algorithm and A*. %doc README.rst %{python_sitelib}/heapdict.py %pycache_only %{python_sitelib}/__pycache__/heapdict*pyc -%{python_sitelib}/heapdict-%{version}.dist-info +%{python_sitelib}/[Hh]eap[Dd]ict-%{version}.dist-info %changelog