14
0

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=72
This commit is contained in:
2025-03-25 04:11:59 +00:00
committed by Git OBS Bridge
parent b6f5083d57
commit f4e93519cd
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 25 04:11:41 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Wed Jul 24 09:25:25 UTC 2024 - Angel Yankov <angel.yankov@suse.com>

View File

@@ -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