15
0

- Support both lowercased and unnormalized metadata directory names.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BitVector?expand=0&rev=9
This commit is contained in:
2025-04-14 05:45:33 +00:00
committed by Git OBS Bridge
parent 3f12e60a56
commit b8376aaffd
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 14 05:45:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Tue Mar 25 00:18:55 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -57,6 +57,6 @@ etc.
%files %{python_files}
%doc README
%{python_sitelib}/BitVector
%{python_sitelib}/bitvector-%{version}.dist-info
%{python_sitelib}/[Bb]it[Vv]ector-%{version}.dist-info
%changelog