From f379040888dc96d941a7cfb5fcd6e3262e0da89c725362113de579206a917051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 8 Jun 2020 10:48:09 +0000 Subject: [PATCH] Accepting request 812506 from home:jengelh:branches:devel:languages:python - Trim bias and filler wording from descriptions. OBS-URL: https://build.opensuse.org/request/show/812506 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-IMAPClient?expand=0&rev=3 --- python-IMAPClient.changes | 5 +++++ python-IMAPClient.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/python-IMAPClient.changes b/python-IMAPClient.changes index 3c52390..d7a1731 100644 --- a/python-IMAPClient.changes +++ b/python-IMAPClient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 8 09:22:48 UTC 2020 - Jan Engelhardt + +- Trim bias and filler wording from descriptions. + ------------------------------------------------------------------- Sun Jun 7 07:10:44 UTC 2020 - John Vandenberg diff --git a/python-IMAPClient.spec b/python-IMAPClient.spec index a337774..6c9a799 100644 --- a/python-IMAPClient.spec +++ b/python-IMAPClient.spec @@ -21,7 +21,7 @@ Name: python-IMAPClient Version: 2.1.0 Release: 0 -Summary: Easy-to-use, Pythonic and complete IMAP client library +Summary: Pythonic IMAP client library License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/mjs/imapclient/ @@ -37,14 +37,14 @@ BuildArch: noarch %python_subpackages %description -IMAPClient is an easy-to-use, Pythonic and complete IMAP client library. +IMAPClient is a Pythonic IMAP client library. Features: * Arguments and return values are natural Python types. - * IMAP server responses are fully parsed and readily usable. - * IMAP unique message IDs (UIDs) are handled transparently. - * Internationalised mailbox names are transparently handled. - * Time zones are correctly handled. + * IMAP server responses are parsed and readily usable. + * IMAP unique message IDs (UIDs) and internationalised + mailbox names are handled transparently. + * Time zones are handled. * Convenience methods are provided for commonly used functionality. * Exceptions are raised when errors occur.