Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-aiosmtplib | Distribution: openSUSE:Factory:zSystems |
Version: 3.0.2 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Nov 8 09:23:35 2024 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 232380 | Source RPM: python-aiosmtplib-3.0.2-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/cole/aiosmtplib | |
Summary: Python asyncio SMTP client |
Python asyncio SMTP client.
MIT
* Fri Nov 08 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to 3.0.2 * Bugfix: Type of "send" is partially unknown with pyright * Bugfix: Fix asyncio deadlock trying to reconnect after error * Change: Switched from Poetry to build/hatch/twine for packaging. - Skip test_live and test_tls tests when running testsuite - Switch package to modern Python Stack on SLE-15 * Use Python 3.11 on SLE-15 by default * Drop support for older Python versions - Switch build system from setuptools to pyproject.toml * Add python-pip and python-wheel to BuildRequires * Replace %python_build with %pyproject_wheel * Replace %python_install with %pyproject_install - Limit Python files matched in %files section * Tue Nov 14 2023 Dirk Müller <dmueller@suse.com> - 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 * Tue Jun 20 2023 Dirk Müller <dmueller@suse.com> - update to 2.0.2: * Bugfix: don't send extra EHLO/HELO before QUIT * Change: added SMTPConnectionResponseError for invalid response on connect only * Fri Feb 10 2023 Dirk Müller <dmueller@suse.com> - update to 2.0.1: * Bugfix: "tests" and "docs" in the sdist should be includes, not packages, so that they do not get put in site-packages. * Thu Nov 10 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com> - Update to v2.0.0 * BREAKING: Drop Python 3.5 and 3.6 support. * BREAKING: On connect, if the server supports STARTTLS, automatically try to upgrade the connection. STARTTLS after connect can be turned on or off explicitly by passing start_tls=True or start_tls=False respectively. * BREAKING: Remove deprecated loop keyword argument for the SMTP class. * Change: The source_address argument now takes a (addr, port) tuple that is passed as the local_addr param to asyncio.create_connection, allowing for binding to a specific IP. The new local_hostname argument that takes the value to be sent to the server with the EHLO/HELO message. This behaviour more closely matches smtplib. * In order to not break existing usage, passing a string instead of a tuple to source_address will give a DeprecationWarning, and use the value as it if had been passed for local_hostname. * Thanks @rafaelrds and @davidmcnabnz for raising and contributing work on this issue. * Bugfix: the mail_options and rcpt_options arguments to the send coroutine no longer cause errors * Cleanup: Refactored SMTP parent classes to remove complex inheritance structure. * Cleanup: Switched to asyncio.run for sync client methods. * Cleanup: Don't use private email.message.Message policy attribute (instead, set an appropriate policy based on message class) - Update to v1.1.7 * Security: Fix a possible injection vulnerability (a variant of https://consensys.net/diligence/vulnerabilities/python-smtplib-multiple-crlf-injection/) * Note that in order to exploit this vulnerability in aiosmtplib, the attacker would need control of the hostname or source_address parameters. Thanks Sam Sanoop @ Snyk for bringing this to my attention. * Bugfix: include CHANGLOG in sdist release * Type hints: fix type hints for async context exit (credit @JelleZijlstra) * Sat Jan 15 2022 Dirk Müller <dmueller@suse.com> - update to 1.1.6: * update auth other than login - remove failing_smtpd_tests.patch: not needed * Fri May 07 2021 Matej Cepl <mcepl@suse.com> - Add failing_smtpd_tests.patch to fix failing tests (gh#cole/aiosmtplib#171). * Fri Apr 30 2021 Matej Cepl <mcepl@suse.com> - Update to 1.1.5: - Bugfix: avoid raising asyncio.CancelledError on connection lost - Bugfix: allow UTF-8 chars in usernames and password strings - Feature: allow bytes type args for login usernames and passwords - Switch off failing tests because of gh#cole/aiosmtplib#171. * Sun Nov 29 2020 John Vandenberg <jayvdb@gmail.com> - Add docs/*.rst to %doc - Remove a test skip that has been resolved upstream - Update to v1.1.4 * Bugfix: parsing comma separated addresses in to header - from v1.1.3 * Feature: add pause and resume writing methods to SMTPProcotol, via asyncio.streams.FlowControlMixin * Bugfix: allow an empty sender * Cleanup: more useful error message when login called without TLS * Mon Mar 23 2020 Tomáš Chvátal <tchvatal@suse.com> - Remove docs/tests folders that were not supposed to be installed
/usr/lib/python3.11/site-packages/aiosmtplib /usr/lib/python3.11/site-packages/aiosmtplib-3.0.2.dist-info /usr/lib/python3.11/site-packages/aiosmtplib-3.0.2.dist-info/INSTALLER /usr/lib/python3.11/site-packages/aiosmtplib-3.0.2.dist-info/METADATA /usr/lib/python3.11/site-packages/aiosmtplib-3.0.2.dist-info/RECORD /usr/lib/python3.11/site-packages/aiosmtplib-3.0.2.dist-info/REQUESTED /usr/lib/python3.11/site-packages/aiosmtplib-3.0.2.dist-info/WHEEL /usr/lib/python3.11/site-packages/aiosmtplib-3.0.2.dist-info/licenses /usr/lib/python3.11/site-packages/aiosmtplib-3.0.2.dist-info/licenses/LICENSE.txt /usr/lib/python3.11/site-packages/aiosmtplib/__init__.py /usr/lib/python3.11/site-packages/aiosmtplib/__main__.py /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__ /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/__main__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/__main__.cpython-311.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/api.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/api.cpython-311.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/auth.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/auth.cpython-311.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/email.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/email.cpython-311.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/errors.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/errors.cpython-311.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/esmtp.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/esmtp.cpython-311.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/protocol.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/protocol.cpython-311.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/response.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/response.cpython-311.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/smtp.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/smtp.cpython-311.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/status.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/status.cpython-311.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/typing.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aiosmtplib/__pycache__/typing.cpython-311.pyc /usr/lib/python3.11/site-packages/aiosmtplib/api.py /usr/lib/python3.11/site-packages/aiosmtplib/auth.py /usr/lib/python3.11/site-packages/aiosmtplib/email.py /usr/lib/python3.11/site-packages/aiosmtplib/errors.py /usr/lib/python3.11/site-packages/aiosmtplib/esmtp.py /usr/lib/python3.11/site-packages/aiosmtplib/protocol.py /usr/lib/python3.11/site-packages/aiosmtplib/py.typed /usr/lib/python3.11/site-packages/aiosmtplib/response.py /usr/lib/python3.11/site-packages/aiosmtplib/smtp.py /usr/lib/python3.11/site-packages/aiosmtplib/status.py /usr/lib/python3.11/site-packages/aiosmtplib/typing.py /usr/share/doc/packages/python311-aiosmtplib /usr/share/doc/packages/python311-aiosmtplib/README.rst /usr/share/doc/packages/python311-aiosmtplib/bug-reporting.rst /usr/share/doc/packages/python311-aiosmtplib/changelog.rst /usr/share/doc/packages/python311-aiosmtplib/client.rst /usr/share/doc/packages/python311-aiosmtplib/encryption.rst /usr/share/doc/packages/python311-aiosmtplib/index.rst /usr/share/doc/packages/python311-aiosmtplib/quickstart.rst /usr/share/doc/packages/python311-aiosmtplib/reference.rst /usr/share/doc/packages/python311-aiosmtplib/requirements.rst /usr/share/doc/packages/python311-aiosmtplib/timeouts.rst /usr/share/doc/packages/python311-aiosmtplib/trio.rst /usr/share/doc/packages/python311-aiosmtplib/usage.rst /usr/share/licenses/python311-aiosmtplib /usr/share/licenses/python311-aiosmtplib/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jan 14 23:24:16 2025