From 4a9d1e77be63240155caca8b10ff0d1c4b9efc8632c8f0bab48516974bd5c7f6 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 00:39:43 +0000 Subject: [PATCH] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=38 --- python-FormEncode.changes | 5 +++++ python-FormEncode.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-FormEncode.changes b/python-FormEncode.changes index 152bf66..1c34443 100644 --- a/python-FormEncode.changes +++ b/python-FormEncode.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 26 00:39:25 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Mon Feb 10 10:10:13 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-FormEncode.spec b/python-FormEncode.spec index 21f1a3b..b94e315 100644 --- a/python-FormEncode.spec +++ b/python-FormEncode.spec @@ -71,6 +71,6 @@ python2_flags="--version" %license LICENSE.txt %doc README.rst %{python_sitelib}/formencode -%{python_sitelib}/FormEncode-%{version}.dist-info +%{python_sitelib}/formencode-%{version}.dist-info %changelog