forked from pool/python-aiosmtplib
- 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
50 lines
1.9 KiB
Plaintext
50 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
||
Fri Apr 30 10:00:09 UTC 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 07:16:07 UTC 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 13:06:24 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
||
- Remove docs/tests folders that were not supposed to be installed
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 16 17:00:41 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||
|
||
- 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.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 17 08:45:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
||
- Format with spec-cleaner
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 17 01:40:23 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||
|
||
- Skip two online tests, and one failing test on i586
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Sep 11 12:10:26 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||
|
||
- Initial spec for v1.1.0
|