From fca70693622783f2e2709ad65d2eaf99684259d714db43531c3970803de12eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 Jan 2020 19:30:17 +0000 Subject: [PATCH] Accepting request 765048 from home:mcalabkova:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- aiosmtplib-1.1.0.tar.gz | 3 --- aiosmtplib-1.1.2.tar.gz | 3 +++ python-aiosmtplib.changes | 8 ++++++++ python-aiosmtplib.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 aiosmtplib-1.1.0.tar.gz create mode 100644 aiosmtplib-1.1.2.tar.gz diff --git a/aiosmtplib-1.1.0.tar.gz b/aiosmtplib-1.1.0.tar.gz deleted file mode 100644 index 1b162d9..0000000 --- a/aiosmtplib-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a2dd9dc6cb73f257b639e14a0a4007344da22f8d57065e5a862f7aedbf6cc4f -size 52418 diff --git a/aiosmtplib-1.1.2.tar.gz b/aiosmtplib-1.1.2.tar.gz new file mode 100644 index 0000000..05b42ff --- /dev/null +++ b/aiosmtplib-1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c0034944c07d98ce0f5ec8dcb4b9b04b3bc1303c4bde62c392225a29d6cbd1 +size 54602 diff --git a/python-aiosmtplib.changes b/python-aiosmtplib.changes index c1e959a..7138614 100644 --- a/python-aiosmtplib.changes +++ b/python-aiosmtplib.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 16 17:00:41 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-aiosmtplib.spec b/python-aiosmtplib.spec index 9e68d75..e264eb0 100644 --- a/python-aiosmtplib.spec +++ b/python-aiosmtplib.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiosmtplib # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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.0 +Version: 1.1.2 Release: 0 Summary: Python asyncio SMTP client License: MIT @@ -55,7 +55,7 @@ Python asyncio SMTP client. %pytest -k 'not (test_qq_login or test_starttls_gmail or test_send_message_smtputf8_sender)' %files %{python_files} -%doc CHANGELOG.rst README.rst +%doc README.rst %license LICENSE.txt %{python_sitelib}/*