forked from pool/python-IMAPClient
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 876abb79d4 | |||
| 7d18748a30 | |||
| c2f37227ab |
@@ -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>
|
Sat Jan 6 20:21:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-IMAPClient
|
# spec file for package python-IMAPClient
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2016-2019 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2016-2019 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -22,7 +22,6 @@ Version: 3.0.1
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pythonic IMAP client library
|
Summary: Pythonic IMAP client library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/mjs/imapclient/
|
URL: https://github.com/mjs/imapclient/
|
||||||
Source0: https://github.com/mjs/imapclient/archive/%{version}.tar.gz
|
Source0: https://github.com/mjs/imapclient/archive/%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
@@ -67,7 +66,7 @@ sed -i 's:#!::' imapclient/interact.py
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{python_sitelib}/IMAPClient-%{version}.dist-info
|
|
||||||
%{python_sitelib}/imapclient
|
%{python_sitelib}/imapclient
|
||||||
|
%{python_sitelib}/[Ii][Mm][Aa][Pp][Cc]lient-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user