15
0

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-IMAPClient?expand=0&rev=15
This commit is contained in:
2025-03-25 02:47:46 +00:00
committed by Git OBS Bridge
parent 974f06683b
commit 3e71faa470
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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}/imapclient-%{version}.dist-info
%changelog