Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-IMAPClient for openSUSE:Factory checked in at 2021-08-27 21:43:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-IMAPClient (Old) and /work/SRC/openSUSE:Factory/.python-IMAPClient.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-IMAPClient" Fri Aug 27 21:43:43 2021 rev:3 rq:914456 version:2.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-IMAPClient/python-IMAPClient.changes 2020-06-15 20:32:52.334875679 +0200 +++ /work/SRC/openSUSE:Factory/.python-IMAPClient.new.1899/python-IMAPClient.changes 2021-08-27 21:44:34.662017226 +0200 @@ -1,0 +2,49 @@ +Thu Aug 26 11:12:06 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 2.2.0: + Changed + ------- + - Performance improvements (thanks Carson Ip!) + - 2x faster _maybe_int_to_bytes for Python 2 (#375) + - Fix _proc_folder_list quadratic runtime (#374) + - Faster utf7 encode (#373). ~40% faster for input with a mix of unicode and + ASCII chars. + - Cache regex in _process_select_response + - poll() when available to surpass 1024 file descriptor limit with select() + (#377) (thanks Jonny Hatch) + - Use next instead of six.next as imapclient doesn't claim Python 2.5 support. + (#396) (thanks Jasper Spaans) + - Moved "Logged in/out" traces from INFO to DEBUG level (thanks Fabio Manganiello) + - Run tests on Python 3.8 and 3.9 + - Support the Deleted special folder used by Outlook (thanks Samir M) + - Clean up timeout handling + - Run the Black code formatter over the entire project + Added + ----- + - MULTIAPPEND and LITERAL+ support (#399) (thanks Devin Bayer) + - Use ptpython for interactive shell if available (#272) + - Allow any custom SASL mechanism to be provided. This allows mechanisms such + as EXTERNAL, GSSAPI or SCRAM-SHA-256 to be used in the same way as with + imaplib. (thanks Mantas Mikul??nas) + - Add SASL OAUTHBEARER support + - add optional timeout parameter to IMAP4_TLS.open (thanks zrose584) + Fixed + ----- + - fixed special folder searching + - Catch the right exception in folder_status (#371) + - test_imapclient: Fix LoggerAdapter version check + (#383) (thanks Micha?? G??rny) + - Fix config file parsing for None attributes + (#393) (thanks Fran??ois Deppierraz) + - Fix useless ref cycle in lexer + - Protocol parsing: Prevent converting numbers with leading zeroes to int. + (#390) (#405) (thanks Jasper Spaans) + - Prevent UnicodeDecodeError in IMAPlibLoggerAdapter (#367) + - Fix invalid string escape sequences (#397) + - Ensure timeout is used on Python 2.7. _create_socket isn't used with the + Python 2 version of imaplib so the open method has been overrided to make it + consistent across Python version (#380). + - Fix IMAP4_TLS for imaplib in Python 3.9+ + (thanks Christopher Arndt, marmarek and link2xt) + +------------------------------------------------------------------- @@ -33 +81,0 @@ - Old: ---- 2.1.0.tar.gz New: ---- 2.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-IMAPClient.spec ++++++ --- /var/tmp/diff_new_pack.p8yhnA/_old 2021-08-27 21:44:35.194017842 +0200 +++ /var/tmp/diff_new_pack.p8yhnA/_new 2021-08-27 21:44:35.198017846 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-IMAPClient # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2016-2019 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-IMAPClient -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Pythonic IMAP client library License: BSD-3-Clause ++++++ 2.1.0.tar.gz -> 2.2.0.tar.gz ++++++ ++++ 8278 lines of diff (skipped)