From c9d3a2df7d13a42b7fd4807fedbfcd49d5af71929bef14379d76ae7bc7d3c838 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jan 2022 17:25:18 +0000 Subject: [PATCH] - 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 --- aiosmtplib-1.1.5.tar.gz | 3 --- aiosmtplib-1.1.6.tar.gz | 3 +++ failing_smtpd_tests.patch | 15 --------------- python-aiosmtplib.changes | 7 +++++++ python-aiosmtplib.spec | 8 +++----- 5 files changed, 13 insertions(+), 23 deletions(-) delete mode 100644 aiosmtplib-1.1.5.tar.gz create mode 100644 aiosmtplib-1.1.6.tar.gz delete mode 100644 failing_smtpd_tests.patch diff --git a/aiosmtplib-1.1.5.tar.gz b/aiosmtplib-1.1.5.tar.gz deleted file mode 100644 index 43ccdd0..0000000 --- a/aiosmtplib-1.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e03a96fa4692c8550cca4957834bb3e49651aba3ce34f161c03c8c0922beef6 -size 55608 diff --git a/aiosmtplib-1.1.6.tar.gz b/aiosmtplib-1.1.6.tar.gz new file mode 100644 index 0000000..2d0e60e --- /dev/null +++ b/aiosmtplib-1.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d138fe6ffecbc9e6320269690b9ac0b75e540ef96e8f5c77d4a306760014dce2 +size 55637 diff --git a/failing_smtpd_tests.patch b/failing_smtpd_tests.patch deleted file mode 100644 index f0e8b8a..0000000 --- a/failing_smtpd_tests.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- - tests/smtpd.py | 2 ++ - 1 file changed, 2 insertions(+) - ---- a/tests/smtpd.py -+++ b/tests/smtpd.py -@@ -115,6 +115,8 @@ class TestSMTPD(SMTPD): - - if arg[:5] == "LOGIN": - await self.smtp_AUTH_LOGIN(arg[6:]) -+ else: -+ await self.push("525 Unsupported auth method.") - - async def smtp_AUTH_LOGIN(self, arg): - username = base64.b64decode(arg) diff --git a/python-aiosmtplib.changes b/python-aiosmtplib.changes index aec01a2..1f3cd4e 100644 --- a/python-aiosmtplib.changes +++ b/python-aiosmtplib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 15 17:24:42 UTC 2022 - Dirk Müller + +- update to 1.1.6: + * update auth other than login +- remove failing_smtpd_tests.patch: not needed + ------------------------------------------------------------------- Fri May 7 20:53:46 UTC 2021 - Matej Cepl diff --git a/python-aiosmtplib.spec b/python-aiosmtplib.spec index 5e4ae15..93d5701 100644 --- a/python-aiosmtplib.spec +++ b/python-aiosmtplib.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiosmtplib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-aiosmtplib -Version: 1.1.5 +Version: 1.1.6 Release: 0 Summary: Python asyncio SMTP client License: MIT Group: Development/Languages/Python URL: https://github.com/cole/aiosmtplib Source: https://files.pythonhosted.org/packages/source/a/aiosmtplib/aiosmtplib-%{version}.tar.gz -# PATCH-FIX-UPSTREAM failing_smtpd_tests.patch gh#cole/aiosmtplib#171 mcepl@suse.com -# fix tests/smtpd.py -Patch0: failing_smtpd_tests.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros