15
0

Accepting request 1269077 from devel:languages:python

- Support both lowercased and unnormalized metadata directory names.

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1269077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-IMAPClient?expand=0&rev=8
This commit is contained in:
2025-04-14 10:59:38 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Sat Jan 6 20:21:57 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -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}/[Ii][Mm][Aa][Pp][Cc]lient-%{version}.dist-info
%changelog