From acef07e55d250aa1973cf39898b33d64bce76a6dcab7c594ef56259d6315ef27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 12:17:48 +0000 Subject: [PATCH] Accepting request 1266102 from home:mcalabkova:branches:devel:languages:python - Make the dist-info name case-insensitive. OBS-URL: https://build.opensuse.org/request/show/1266102 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=123 --- python-Faker.changes | 5 +++++ python-Faker.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Faker.changes b/python-Faker.changes index ef8c307..6a58f2f 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 11:43:29 UTC 2025 - Markéta Machová + +- Make the dist-info name case-insensitive. + ------------------------------------------------------------------- Tue Mar 25 02:33:21 UTC 2025 - Steve Kowalik diff --git a/python-Faker.spec b/python-Faker.spec index 8863261..bdea814 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -76,6 +76,6 @@ sed -i -e 's:==:>=:g' setup.py %doc CHANGELOG.md README.rst %python_alternative %{_bindir}/faker %{python_sitelib}/faker -%{python_sitelib}/faker-%{version}.dist-info +%{python_sitelib}/[fF]aker-%{version}.dist-info %changelog