From 6736d3ba390c55fd694a34a419c8831143e8155991ab97b9eb29d2cb3b3d02f8 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 05:44:30 +0000 Subject: [PATCH] - 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