forked from pool/python-aiosmtplib
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e03a96fa4692c8550cca4957834bb3e49651aba3ce34f161c03c8c0922beef6
|
||||
size 55608
|
||||
3
aiosmtplib-1.1.6.tar.gz
Normal file
3
aiosmtplib-1.1.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d138fe6ffecbc9e6320269690b9ac0b75e540ef96e8f5c77d4a306760014dce2
|
||||
size 55637
|
||||
@@ -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)
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 15 17:24:42 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user