From dbfe45b5b497024894c3f2f10b074a61f82c20851938a66fc9833a20a806da12 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 27 Mar 2025 04:04:10 +0000 Subject: [PATCH] - Normalize metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-delegator.py?expand=0&rev=11 --- python-delegator.py.changes | 5 +++++ python-delegator.py.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-delegator.py.changes b/python-delegator.py.changes index f75856b..cf2e0a4 100644 --- a/python-delegator.py.changes +++ b/python-delegator.py.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 27 04:03:17 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + ------------------------------------------------------------------- Thu Feb 29 03:13:06 UTC 2024 - Steve Kowalik diff --git a/python-delegator.py.spec b/python-delegator.py.spec index 72d0f41..e9c0a46 100644 --- a/python-delegator.py.spec +++ b/python-delegator.py.spec @@ -1,7 +1,7 @@ # # spec file for package python-delegator.py # -# 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 @@ -63,7 +63,7 @@ cp %{SOURCE1} . %doc README.rst %license LICENSE %{python_sitelib}/delegator.py -%pycache_only %{python_sitelib}/__pycache__/delegator.*.py* -%{python_sitelib}/delegator.py-%{version}.dist-info +%pycache_only %{python_sitelib}/__pycache__/delegator.*.pyc +%{python_sitelib}/delegator_py-%{version}.dist-info %changelog