From f126d0cae4c6a50c4eec229fe35027b6539071cef5f2d4ef43b38b6fd79c7af8 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 05:42:59 +0000 Subject: [PATCH] - Support both lowercased and unnormalized metadata directory names. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=43 --- python-Authlib.changes | 5 +++++ python-Authlib.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Authlib.changes b/python-Authlib.changes index fbe97ee..f7402bc 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 05:42:44 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Wed Mar 26 00:26:31 UTC 2025 - Steve Kowalik diff --git a/python-Authlib.spec b/python-Authlib.spec index 10e093f..1b39922 100644 --- a/python-Authlib.spec +++ b/python-Authlib.spec @@ -84,6 +84,6 @@ $python -mpytest tests/clients %doc README.rst %license LICENSE %{python_sitelib}/%{modname} -%{python_sitelib}/%{modname}-%{version}.dist-info +%{python_sitelib}/[Aa]uthlib-%{version}.dist-info %changelog