From e656e7e3ab6387b9c8e6175ff8eef9cdb2be0e115691177d27939473a5490b58 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 01:21:18 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Durus?expand=0&rev=19 --- python-Durus.changes | 5 +++++ python-Durus.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-Durus.changes b/python-Durus.changes index c40f08b..59ad171 100644 --- a/python-Durus.changes +++ b/python-Durus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 01:21:04 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Thu Nov 7 08:51:48 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-Durus.spec b/python-Durus.spec index befca1c..217ecb1 100644 --- a/python-Durus.spec +++ b/python-Durus.spec @@ -1,7 +1,7 @@ # # spec file for package python-Durus # -# Copyright (c) 2021 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 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %{?sle15_python_module_pythons} Name: python-Durus Version: 4.3 @@ -30,7 +31,7 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %python_subpackages %description @@ -67,6 +68,6 @@ export CFLAGS="%{optflags}" %doc ACKS.txt CHANGES.txt README.md doc/FAQ.txt %python_alternative %{_bindir}/durus %{python_sitearch}/durus -%{python_sitearch}/Durus-%{version}.dist-info +%{python_sitearch}/durus-%{version}.dist-info %changelog From cfa7d4b2386b8071761b08b5cdc321eb410bd0318d5aad37f007ef17c12cdf6a Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 05:49:54 +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-Durus?expand=0&rev=20 --- python-Durus.changes | 5 +++++ python-Durus.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Durus.changes b/python-Durus.changes index 59ad171..c791c53 100644 --- a/python-Durus.changes +++ b/python-Durus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 05:49:41 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Tue Mar 25 01:21:04 UTC 2025 - Steve Kowalik diff --git a/python-Durus.spec b/python-Durus.spec index 217ecb1..22f5650 100644 --- a/python-Durus.spec +++ b/python-Durus.spec @@ -68,6 +68,6 @@ export CFLAGS="%{optflags}" %doc ACKS.txt CHANGES.txt README.md doc/FAQ.txt %python_alternative %{_bindir}/durus %{python_sitearch}/durus -%{python_sitearch}/durus-%{version}.dist-info +%{python_sitearch}/[Dd]urus-%{version}.dist-info %changelog