From 1443d42407ad5fc7923072e943da5f8a00deddbf72d0a0a749f4ac284b69edd4 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 04:23:09 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Parsley?expand=0&rev=20 --- python-Parsley.changes | 5 +++++ python-Parsley.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-Parsley.changes b/python-Parsley.changes index 19b44f2..7d03a2d 100644 --- a/python-Parsley.changes +++ b/python-Parsley.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 04:22:49 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Tue Jan 9 03:38:03 UTC 2024 - Steve Kowalik diff --git a/python-Parsley.spec b/python-Parsley.spec index eb7a9be..63feac3 100644 --- a/python-Parsley.spec +++ b/python-Parsley.spec @@ -1,7 +1,7 @@ # # spec file for package python-Parsley # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2013 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -37,7 +37,7 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Provides: python-parsley Obsoletes: %{oldpython}-Parsley-doc Obsoletes: python-Parsley-doc @@ -101,6 +101,6 @@ export LANG=en_US.UTF-8 %pycache_only %{python_sitelib}/__pycache__/parsley.*.py* %{python_sitelib}/terml %{python_sitelib}/ometa -%{python_sitelib}/Parsley-%{version}.dist-info +%{python_sitelib}/parsley-%{version}.dist-info %changelog