From 7d4ae2af8c5c35d3b5e668ecab2354b9e0d255498b072085657a702dec073892 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 03:51:31 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=76 --- python-Paste.changes | 5 +++++ python-Paste.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-Paste.changes b/python-Paste.changes index 41cfb09..4f04940 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 03:51:18 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Thu Aug 29 10:49:09 UTC 2024 - pgajdos@suse.com diff --git a/python-Paste.spec b/python-Paste.spec index 5054655..7183f65 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -1,7 +1,7 @@ # # spec file for package python-Paste # -# 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 @@ -62,7 +62,7 @@ rm tests/test_proxy.py %license docs/license.txt %doc README.rst %{python_sitelib}/paste -%{python_sitelib}/Paste-%{version}.dist-info +%{python_sitelib}/paste-%{version}.dist-info %{python_sitelib}/Paste-%{version}-py*-nspkg.pth %changelog From fb11f4db16b88c41ec1ec5c7eda6b041b577bb1076fea675a0bdd18e9594906f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 12:32:37 +0000 Subject: [PATCH 2/2] - Make the dist-info name case-insensitive OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=77 --- python-Paste.changes | 5 +++++ python-Paste.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Paste.changes b/python-Paste.changes index 4f04940..7ff885c 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 12:32:11 UTC 2025 - Markéta Machová + +- Make the dist-info name case-insensitive + ------------------------------------------------------------------- Tue Mar 25 03:51:18 UTC 2025 - Steve Kowalik diff --git a/python-Paste.spec b/python-Paste.spec index 7183f65..c09b8a5 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -62,7 +62,7 @@ rm tests/test_proxy.py %license docs/license.txt %doc README.rst %{python_sitelib}/paste -%{python_sitelib}/paste-%{version}.dist-info +%{python_sitelib}/[pP]aste-%{version}.dist-info %{python_sitelib}/Paste-%{version}-py*-nspkg.pth %changelog