forked from pool/python-HeapDict
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2fdd55ed0d | |||
| 682e6b0500 | |||
| da6ed4fe08 |
@@ -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>
|
Wed Jan 24 02:11:04 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-HeapDict
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/heapdict.py*
|
%{python_sitelib}/heapdict.py
|
||||||
%pycache_only %{python_sitelib}/__pycache__/heapdict*
|
%pycache_only %{python_sitelib}/__pycache__/heapdict*pyc
|
||||||
%{python_sitelib}/HeapDict-%{version}.dist-info
|
%{python_sitelib}/[Hh]eap[Dd]ict-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user