forked from pool/python-HeapDict
Accepting request 1269076 from devel:languages:python
- Support both lowercased and unnormalized metadata directory names. - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/request/show/1269076 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-HeapDict?expand=0&rev=6
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user