From ef7d36571a4903d1f16bd495aad2f2dc662b6523521598f70bfa578ac348c3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 12:21:42 +0000 Subject: [PATCH] Accepting request 1266107 from home:mcalabkova:branches:devel:languages:python - Make the dist-info name case-insensitive OBS-URL: https://build.opensuse.org/request/show/1266107 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=73 --- python-CherryPy.changes | 5 +++++ python-CherryPy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-CherryPy.changes b/python-CherryPy.changes index bf4eeae..8cb0a71 100644 --- a/python-CherryPy.changes +++ b/python-CherryPy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 11:53:55 UTC 2025 - Markéta Machová + +- Make the dist-info name case-insensitive + ------------------------------------------------------------------- Tue Mar 25 04:11:41 UTC 2025 - Steve Kowalik diff --git a/python-CherryPy.spec b/python-CherryPy.spec index 7c19a34..cc8ef08 100644 --- a/python-CherryPy.spec +++ b/python-CherryPy.spec @@ -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}/[cC]herry[pP]y-%{version}.dist-info %changelog