python-aiosmtplib
Python asyncio SMTP client
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:RISCV/python-aiosmtplib && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
aiosmtplib-3.0.1.tar.gz | 0000057715 56.4 KB | |
python-aiosmtplib.changes | 0000006086 5.94 KB | |
python-aiosmtplib.spec | 0000001912 1.87 KB |
Revision 11 (latest revision is 12)
Ana Guerrero (anag+factory)
accepted
request 1126230
from
Dirk Mueller (dirkmueller)
(revision 11)
- 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 - Update to v2.0.0 - remove failing_smtpd_tests.patch: not needed * Fix SMTPNotSupported error with UTF8 sender/recipient names
Comments 0