forked from pool/python-aiosmtplib
Accepting request 1267262 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1267262 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiosmtplib?expand=0&rev=13
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08fd840f9dbc23258025dca229e8a8f04d2ccf3ecb1319585615bfc7933f7f47
|
||||
size 59941
|
||||
3
aiosmtplib-4.0.0.tar.gz
Normal file
3
aiosmtplib-4.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9629a0d8786ab1e5f790ebbbf5cbe7886fedf949a3f52fd7b27a0360f6233422
|
||||
size 60330
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 12:16:40 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- Update to 4.0.0
|
||||
* BREAKING: Drop Python 3.8 support
|
||||
* Bugfix: Run socket.getfqdn in thread to avoid blocking event loop if local_hostname not provided (thanks @Raidzin)
|
||||
* Bugfix: Clear connect lock on connection lost, allowing client reconnect
|
||||
* Bugfix: Allow socket connections to use TLS by providing hostname and use_tls=True
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 08:23:35 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-aiosmtplib
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,9 +15,10 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-aiosmtplib
|
||||
Version: 3.0.2
|
||||
Version: 4.0.0
|
||||
Release: 0
|
||||
Summary: Python asyncio SMTP client
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user