17
0

Compare commits

3 Commits

2 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 14 05:55:23 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Tue Mar 25 02:43:45 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Wed Jan 24 02:11:04 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -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}/[Hh]eap[Dd]ict-%{version}.dist-info
%changelog