15
0

- 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
This commit is contained in:
2025-04-14 05:58:55 +00:00
committed by Git OBS Bridge
parent 3e71faa470
commit cb6124b2e8
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 14 05:58:44 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Tue Mar 25 02:47:32 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -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