Revisions of python-aiosmtplib

buildservice-autocommit accepted request 1126230 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 24)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 23)
- update to 3.0.3:
  * Redefine `click.pass_context` and `click.get_current_context`
    to use `cloup.Context` in place of `click.Context`
- Integrate with git workflow
  * Fix: default to Group.command_class and Group.group_class when creating subcommands by @janluke in #162
- Version 2.0.0
buildservice-autocommit accepted request 1094128 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 22)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 21)
- update to 2.0.2:
  * Bugfix: don't send extra EHLO/HELO before QUIT
  * Change: added SMTPConnectionResponseError for invalid
    response on connect only
buildservice-autocommit accepted request 1064217 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 19)
- 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.
buildservice-autocommit accepted request 1035265 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 18)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) committed (revision 17)
try to unexclude tests (no reason was given before)
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1035109 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 16)
- 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)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 15)
- update to 1.1.6:
  * update auth other than login
- remove failing_smtpd_tests.patch: not needed
buildservice-autocommit accepted request 891391 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 14)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 13)
- Add failing_smtpd_tests.patch to fix failing tests
  (gh#cole/aiosmtplib#171).
buildservice-autocommit accepted request 889680 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 12)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 11)
- 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.
buildservice-autocommit accepted request 851905 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 10)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 851642 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 9)
- Add docs/*.rst to %doc
- Remove a test skip that has been resolved upstream
- Update to v1.1.4
buildservice-autocommit accepted request 787470 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 8)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 7)
- Remove docs/tests folders that were not supposed to be installed
buildservice-autocommit accepted request 765073 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 6)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 765048 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 5)
- update to 1.1.2
  * Fix handling of sending legacy email API (Message) objects.
  * Fix SMTPNotSupported error with UTF8 sender/recipient names 
    on servers that don’t support SMTPUTF8.
Displaying revisions 1 - 20 of 24
openSUSE Build Service is sponsored by