From be3afe0b3328a50572c1760acbba07ef844f373a8bef1e4d9ffa5d9738ef1ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 12:22:41 +0000 Subject: [PATCH] Accepting request 1266112 from home:mcalabkova:branches:devel:languages:python - Make the dist-info name case-insensitive OBS-URL: https://build.opensuse.org/request/show/1266112 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=39 --- 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 1c34443..7670836 100644 --- a/python-FormEncode.changes +++ b/python-FormEncode.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 11:56:57 UTC 2025 - Markéta Machová + +- Make the dist-info name case-insensitive + ------------------------------------------------------------------- Wed Mar 26 00:39:25 UTC 2025 - Steve Kowalik diff --git a/python-FormEncode.spec b/python-FormEncode.spec index b94e315..b45c1eb 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}/[fF]orm[eE]ncode-%{version}.dist-info %changelog