From 807c5fa80397f1f78d9063caa51f691014d28e211f4ecbee8ee1feee76720fee Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 04:01:38 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BTrees?expand=0&rev=42 --- python-BTrees.changes | 5 +++++ python-BTrees.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-BTrees.changes b/python-BTrees.changes index 30887c1..140da20 100644 --- a/python-BTrees.changes +++ b/python-BTrees.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 03:59:53 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Thu Nov 7 08:30:45 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-BTrees.spec b/python-BTrees.spec index 183dbc4..dbf664e 100644 --- a/python-BTrees.spec +++ b/python-BTrees.spec @@ -1,7 +1,7 @@ # # spec file for package python-BTrees # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2015-2022 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -82,7 +82,7 @@ This package contains the files needed for binding the %{name} C module. %license COPYRIGHT.txt LICENSE.txt %exclude %{python_sitearch}/BTrees/*.h %{python_sitearch}/BTrees -%{python_sitearch}/BTrees-%{version}*-info +%{python_sitearch}/btrees-%{version}.dist-info %files %{python_files devel} %{python_sitearch}/BTrees/*.h From 6736d3ba390c55fd694a34a419c8831143e8155991ab97b9eb29d2cb3b3d02f8 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 05:44:30 +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-BTrees?expand=0&rev=43 --- python-BTrees.changes | 5 +++++ python-BTrees.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-BTrees.changes b/python-BTrees.changes index 140da20..4fa6267 100644 --- a/python-BTrees.changes +++ b/python-BTrees.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 05:44:11 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Tue Mar 25 03:59:53 UTC 2025 - Steve Kowalik diff --git a/python-BTrees.spec b/python-BTrees.spec index dbf664e..43654f0 100644 --- a/python-BTrees.spec +++ b/python-BTrees.spec @@ -82,7 +82,7 @@ This package contains the files needed for binding the %{name} C module. %license COPYRIGHT.txt LICENSE.txt %exclude %{python_sitearch}/BTrees/*.h %{python_sitearch}/BTrees -%{python_sitearch}/btrees-%{version}.dist-info +%{python_sitearch}/[Bb][Tt]rees-%{version}.dist-info %files %{python_files devel} %{python_sitearch}/BTrees/*.h