Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-aiosmtplib for openSUSE:Factory checked in at 2023-11-15 21:08:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aiosmtplib (Old) and /work/SRC/openSUSE:Factory/.python-aiosmtplib.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiosmtplib" Wed Nov 15 21:08:24 2023 rev:11 rq:1126230 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aiosmtplib/python-aiosmtplib.changes 2023-06-21 22:39:48.086350327 +0200 +++ /work/SRC/openSUSE:Factory/.python-aiosmtplib.new.17445/python-aiosmtplib.changes 2023-11-15 21:09:45.726853030 +0100 @@ -1,0 +2,22 @@ +Tue Nov 14 15:41:44 UTC 2023 - Dirk Müller <[email protected]> + +- update to 3.0.1: + * Bugfix: 'Future exception was never retrieved' warning in + SMTPProtocol after successful connection close and garbage + collection. + * Cleanup: Updated FlowControlMixin logic from stdlib + are keyword only. + * **BREAKING**: Passing ``source_address`` as a string argument + is now an error. ``source_address`` takes a (addr, port) + tuple that is used as the ``local_addr`` param of + ``asyncio.create_connection``, allowing for binding + to a specific IP. The ``local_hostname`` argument takes the + value to be sent to the server with the EHLO/HELO message + (which is what ``source_address`` was used for prior to 2.0). + * Change: don't use timeout value passed to ``connect`` + everywhere, only for the initial connection + * Change: removed unnecessary connection lost callback + * Change: revised handling for 'Future exception was never + retrieved' warnings in protocol + +------------------------------------------------------------------- Old: ---- aiosmtplib-2.0.2.tar.gz New: ---- aiosmtplib-3.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aiosmtplib.spec ++++++ --- /var/tmp/diff_new_pack.pFS2sF/_old 2023-11-15 21:09:46.210870888 +0100 +++ /var/tmp/diff_new_pack.pFS2sF/_new 2023-11-15 21:09:46.214871036 +0100 @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-aiosmtplib -Version: 2.0.2 +Version: 3.0.1 Release: 0 Summary: Python asyncio SMTP client License: MIT ++++++ aiosmtplib-2.0.2.tar.gz -> aiosmtplib-3.0.1.tar.gz ++++++ ++++ 2022 lines of diff (skipped)
