Hello community,
here is the log from the commit of package python-IMAPClient for
openSUSE:Factory checked in at 2020-06-15 20:32:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-IMAPClient (Old)
and /work/SRC/openSUSE:Factory/.python-IMAPClient.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-IMAPClient"
Mon Jun 15 20:32:46 2020 rev:2 rq:814680 version:2.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-IMAPClient/python-IMAPClient.changes
2020-06-09 00:05:11.785403956 +0200
+++
/work/SRC/openSUSE:Factory/.python-IMAPClient.new.3606/python-IMAPClient.changes
2020-06-15 20:32:52.334875679 +0200
@@ -1,0 +2,5 @@
+Mon Jun 8 09:22:48 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Trim bias and filler wording from descriptions.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-IMAPClient.spec ++++++
--- /var/tmp/diff_new_pack.sZoW04/_old 2020-06-15 20:32:52.978877990 +0200
+++ /var/tmp/diff_new_pack.sZoW04/_new 2020-06-15 20:32:52.982878005 +0200
@@ -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 @@
%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.