From f4e93519cd8a9c3f1b505c7fae7f6bcf7ccd47219648fc911b4300d9fb12f1f4 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 04:11:59 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=72 --- python-CherryPy.changes | 5 +++++ python-CherryPy.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-CherryPy.changes b/python-CherryPy.changes index 58fc0e7..bf4eeae 100644 --- a/python-CherryPy.changes +++ b/python-CherryPy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 04:11:41 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Wed Jul 24 09:25:25 UTC 2024 - Angel Yankov diff --git a/python-CherryPy.spec b/python-CherryPy.spec index d67735c..7c19a34 100644 --- a/python-CherryPy.spec +++ b/python-CherryPy.spec @@ -1,7 +1,7 @@ # # spec file for package python-CherryPy # -# 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 @@ -126,6 +126,6 @@ donttest+=" or test_wait_publishes_periodically" %doc README.rst CHANGES.rst %python_alternative %{_bindir}/cherryd %{python_sitelib}/cherrypy -%{python_sitelib}/CherryPy-%{version}.dist-info +%{python_sitelib}/cherrypy-%{version}.dist-info %changelog