From 3f12e60a568bef52a131345efc6eecfe0527d8203eac815bb1d05213bd6eb1d5 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 00:19:11 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BitVector?expand=0&rev=8 --- python-BitVector.changes | 5 +++++ python-BitVector.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-BitVector.changes b/python-BitVector.changes index e1c9d0b..dd5d3a1 100644 --- a/python-BitVector.changes +++ b/python-BitVector.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 00:18:55 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Fri Dec 20 04:15:58 UTC 2024 - Steve Kowalik diff --git a/python-BitVector.spec b/python-BitVector.spec index 141003c..838f518 100644 --- a/python-BitVector.spec +++ b/python-BitVector.spec @@ -1,7 +1,7 @@ # # spec file for package python-BitVector # -# 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 @@ -57,6 +57,6 @@ etc. %files %{python_files} %doc README %{python_sitelib}/BitVector -%{python_sitelib}/BitVector-%{version}.dist-info +%{python_sitelib}/bitvector-%{version}.dist-info %changelog From b8376aaffddcf30c7e32c6b68005cf732f0dc1facf8a419454430f89809b3fe5 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 05:45:33 +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-BitVector?expand=0&rev=9 --- python-BitVector.changes | 5 +++++ python-BitVector.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-BitVector.changes b/python-BitVector.changes index dd5d3a1..4fa2f45 100644 --- a/python-BitVector.changes +++ b/python-BitVector.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 05:45:25 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Tue Mar 25 00:18:55 UTC 2025 - Steve Kowalik diff --git a/python-BitVector.spec b/python-BitVector.spec index 838f518..feece19 100644 --- a/python-BitVector.spec +++ b/python-BitVector.spec @@ -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