From 3e71faa470cef9a5bcc69a49d282a1c15cd128679923f85a35dc4c9846c6d2dd Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Mar 2025 02:47:46 +0000 Subject: [PATCH 1/2] - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-IMAPClient?expand=0&rev=15 --- python-IMAPClient.changes | 5 +++++ python-IMAPClient.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-IMAPClient.changes b/python-IMAPClient.changes index f453e48..725c8bb 100644 --- a/python-IMAPClient.changes +++ b/python-IMAPClient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 25 02:47:32 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + ------------------------------------------------------------------- Sat Jan 6 20:21:57 UTC 2024 - Dirk Müller diff --git a/python-IMAPClient.spec b/python-IMAPClient.spec index f26d46d..96e6461 100644 --- a/python-IMAPClient.spec +++ b/python-IMAPClient.spec @@ -1,7 +1,7 @@ # # spec file for package python-IMAPClient # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2016-2019 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -22,7 +22,6 @@ Version: 3.0.1 Release: 0 Summary: Pythonic IMAP client library License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/mjs/imapclient/ Source0: https://github.com/mjs/imapclient/archive/%{version}.tar.gz BuildRequires: %{python_module pip} @@ -67,7 +66,7 @@ sed -i 's:#!::' imapclient/interact.py %files %{python_files} %doc README.rst %license COPYING -%{python_sitelib}/IMAPClient-%{version}.dist-info %{python_sitelib}/imapclient +%{python_sitelib}/imapclient-%{version}.dist-info %changelog From cb6124b2e8c3d2271ad577e765398e6c1b320397a5aafd7360382fee27fd687f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 14 Apr 2025 05:58:55 +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-IMAPClient?expand=0&rev=16 --- python-IMAPClient.changes | 5 +++++ python-IMAPClient.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-IMAPClient.changes b/python-IMAPClient.changes index 725c8bb..01c0ec0 100644 --- a/python-IMAPClient.changes +++ b/python-IMAPClient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 05:58:44 UTC 2025 - Steve Kowalik + +- Support both lowercased and unnormalized metadata directory names. + ------------------------------------------------------------------- Tue Mar 25 02:47:32 UTC 2025 - Steve Kowalik diff --git a/python-IMAPClient.spec b/python-IMAPClient.spec index 96e6461..81b9cf5 100644 --- a/python-IMAPClient.spec +++ b/python-IMAPClient.spec @@ -67,6 +67,6 @@ sed -i 's:#!::' imapclient/interact.py %doc README.rst %license COPYING %{python_sitelib}/imapclient -%{python_sitelib}/imapclient-%{version}.dist-info +%{python_sitelib}/[Ii][Mm][Aa][Pp][Cc]lient-%{version}.dist-info %changelog