From e9c06c04aa413f658adc5a2629f059b9de34b8989a9f484d7c8dd9828302b8c4 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 00:26:47 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=42 --- 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 7c1d68f..fbe97ee 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 26 00:26:31 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Sun Mar 23 21:41:44 UTC 2025 - Dirk Müller diff --git a/python-Authlib.spec b/python-Authlib.spec index 2656077..10e093f 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}/Authlib-%{version}.dist-info +%{python_sitelib}/%{modname}-%{version}.dist-info %changelog From f126d0cae4c6a50c4eec229fe35027b6539071cef5f2d4ef43b38b6fd79c7af8 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 05:42:59 +0000 Subject: [PATCH 2/2] - 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