From 3a83422e1e9d6307d6404f074e9c27c5f3d8b80f2aa5850a8e89efd6104e795a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 1 May 2021 06:19:40 +0000 Subject: [PATCH] - 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 --- aiosmtplib-1.1.4.tar.gz | 3 --- aiosmtplib-1.1.5.tar.gz | 3 +++ python-aiosmtplib.changes | 9 +++++++++ python-aiosmtplib.spec | 8 ++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 aiosmtplib-1.1.4.tar.gz create mode 100644 aiosmtplib-1.1.5.tar.gz diff --git a/aiosmtplib-1.1.4.tar.gz b/aiosmtplib-1.1.4.tar.gz deleted file mode 100644 index ae7904b..0000000 --- a/aiosmtplib-1.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8270d0a06475aa05b9276fc954fbd08a1f6c59d0452b4899413d8bca1db24541 -size 55375 diff --git a/aiosmtplib-1.1.5.tar.gz b/aiosmtplib-1.1.5.tar.gz new file mode 100644 index 0000000..43ccdd0 --- /dev/null +++ b/aiosmtplib-1.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e03a96fa4692c8550cca4957834bb3e49651aba3ce34f161c03c8c0922beef6 +size 55608 diff --git a/python-aiosmtplib.changes b/python-aiosmtplib.changes index d2558a3..ecd209c 100644 --- a/python-aiosmtplib.changes +++ b/python-aiosmtplib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 30 10:00:09 UTC 2021 - Matej Cepl + +- 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 diff --git a/python-aiosmtplib.spec b/python-aiosmtplib.spec index a83c3a4..e0f9295 100644 --- a/python-aiosmtplib.spec +++ b/python-aiosmtplib.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiosmtplib # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-aiosmtplib -Version: 1.1.4 +Version: 1.1.5 Release: 0 Summary: Python asyncio SMTP client License: MIT @@ -53,8 +53,8 @@ Python asyncio SMTP client. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# test_qq_login or test_starttls_gmail are online -%pytest -rs -k 'not (test_qq_login or test_starttls_gmail)' +# gh#cole/aiosmtplib#171 +%pytest -rs -k 'not (test_qq_login or test_starttls_gmail or test_send_with_login or test_connect_with_login)' %files %{python_files} %doc README.rst docs/*.rst