15
0

Accepting request 889680 from devel:languages:python

- 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/request/show/889680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiosmtplib?expand=0&rev=5
This commit is contained in:
2021-05-02 16:35:58 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8270d0a06475aa05b9276fc954fbd08a1f6c59d0452b4899413d8bca1db24541
size 55375

3
aiosmtplib-1.1.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e03a96fa4692c8550cca4957834bb3e49651aba3ce34f161c03c8c0922beef6
size 55608

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>

View File

@@ -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