From 635871d4af4e6ea361ba62b310de3b2a4e6d0b7089f3e77613d7c858d09eded9 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 03:53:19 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=39 --- python-PasteDeploy.changes | 5 +++++ python-PasteDeploy.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-PasteDeploy.changes b/python-PasteDeploy.changes index 78b7225..b457e64 100644 --- a/python-PasteDeploy.changes +++ b/python-PasteDeploy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 03:53:06 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Tue May 9 13:50:11 UTC 2023 - Johannes Kastl diff --git a/python-PasteDeploy.spec b/python-PasteDeploy.spec index 4b249ee..41f42bc 100644 --- a/python-PasteDeploy.spec +++ b/python-PasteDeploy.spec @@ -1,7 +1,7 @@ # # spec file for package python-PasteDeploy # -# Copyright (c) 2023 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 @@ -70,7 +70,7 @@ sed -i -e '/^addopts/s/ --cov//' pytest.ini %doc README.rst %license license.txt # %%{python_sitelib}/PasteDeploy-%%{version}*-info -%{python_sitelib}/PasteDeploy-2.1.1*-info +%{python_sitelib}/pastedeploy-2.1.1.dist-info %{python_sitelib}/PasteDeploy-2.1.1*-nspkg.pth %{python_sitelib}/paste/deploy From 021d40c42f9a177f38c66728c02968dd9b493d2e64e14f4d47f666475123af3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 12:38:46 +0000 Subject: [PATCH 2/2] - Make the dist-info name case-insensitive OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=40 --- python-PasteDeploy.changes | 5 +++++ python-PasteDeploy.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-PasteDeploy.changes b/python-PasteDeploy.changes index b457e64..d5e7e16 100644 --- a/python-PasteDeploy.changes +++ b/python-PasteDeploy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 12:34:48 UTC 2025 - Markéta Machová + +- Make the dist-info name case-insensitive + ------------------------------------------------------------------- Tue Mar 25 03:53:06 UTC 2025 - Steve Kowalik diff --git a/python-PasteDeploy.spec b/python-PasteDeploy.spec index 41f42bc..7abaca8 100644 --- a/python-PasteDeploy.spec +++ b/python-PasteDeploy.spec @@ -69,8 +69,8 @@ sed -i -e '/^addopts/s/ --cov//' pytest.ini %files %{python_files} %doc README.rst %license license.txt -# %%{python_sitelib}/PasteDeploy-%%{version}*-info -%{python_sitelib}/pastedeploy-2.1.1.dist-info +# %%{python_sitelib}/[pP]aste[dD]eploy-%{version}*-info +%{python_sitelib}/[pP]aste[dD]eploy-2.1.1.dist-info %{python_sitelib}/PasteDeploy-2.1.1*-nspkg.pth %{python_sitelib}/paste/deploy