1
0

14 Commits

Author SHA256 Message Date
c82c95d35a - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=23
2023-11-14 15:45:52 +00:00
d8b2a4b46c - update to 2.0.2:
* Bugfix: don't send extra EHLO/HELO before QUIT
  * Change: added SMTPConnectionResponseError for invalid
    response on connect only

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=21
2023-06-20 16:49:57 +00:00
b27f94ce35 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=19
2023-02-10 10:37:02 +00:00
2c444cfc3d try to unexclude tests (no reason was given before)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=17
2022-11-11 13:23:55 +00:00
c695e9fa7f Accepting request 1035109 from home:yarunachalam:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/1035109
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=16
2022-11-11 13:23:06 +00:00
c9d3a2df7d - update to 1.1.6:
* update auth other than login
- remove failing_smtpd_tests.patch: not needed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=15
2022-01-15 17:25:18 +00:00
f317c947e0 - Add failing_smtpd_tests.patch to fix failing tests
(gh#cole/aiosmtplib#171).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=13
2021-05-07 20:54:15 +00:00
3a83422e1e - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=11
2021-05-01 06:19:40 +00:00
9e9892836e Accepting request 851642 from home:jayvdb:branches:devel:languages:python
- Add docs/*.rst to %doc
- Remove a test skip that has been resolved upstream
- Update to v1.1.4

OBS-URL: https://build.opensuse.org/request/show/851642
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=9
2020-11-30 16:03:59 +00:00
Tomáš Chvátal
14c5a7ab98 - Remove docs/tests folders that were not supposed to be installed
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=7
2020-03-23 13:06:43 +00:00
Tomáš Chvátal
fca7069362 Accepting request 765048 from home:mcalabkova:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/765048
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=5
2020-01-16 19:30:17 +00:00
Tomáš Chvátal
2461656429 - Format with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=3
2019-09-17 08:45:51 +00:00
Tomáš Chvátal
265c5a9645 Accepting request 731367 from home:jayvdb:strictyaml
- Skip two online tests, and one failing test on i586

OBS-URL: https://build.opensuse.org/request/show/731367
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=2
2019-09-17 08:45:20 +00:00
Tomáš Chvátal
add65cf770 Accepting request 731271 from home:jayvdb:strictyaml
dep of yacron

OBS-URL: https://build.opensuse.org/request/show/731271
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=1
2019-09-16 12:43:45 +00:00