From fe6bbff3aea246e3ea06e8b657c9da26863fb175f65b874444a8d65b3214719a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 5 Apr 2025 08:26:10 +0000 Subject: [PATCH] Accepting request 1267134 from home:nkrapp:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1267134 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=27 --- aiosmtplib-3.0.2.tar.gz | 3 --- aiosmtplib-4.0.0.tar.gz | 3 +++ python-aiosmtplib.changes | 9 +++++++++ python-aiosmtplib.spec | 5 +++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 aiosmtplib-3.0.2.tar.gz create mode 100644 aiosmtplib-4.0.0.tar.gz diff --git a/aiosmtplib-3.0.2.tar.gz b/aiosmtplib-3.0.2.tar.gz deleted file mode 100644 index 3495d35..0000000 --- a/aiosmtplib-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08fd840f9dbc23258025dca229e8a8f04d2ccf3ecb1319585615bfc7933f7f47 -size 59941 diff --git a/aiosmtplib-4.0.0.tar.gz b/aiosmtplib-4.0.0.tar.gz new file mode 100644 index 0000000..ef28e21 --- /dev/null +++ b/aiosmtplib-4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9629a0d8786ab1e5f790ebbbf5cbe7886fedf949a3f52fd7b27a0360f6233422 +size 60330 diff --git a/python-aiosmtplib.changes b/python-aiosmtplib.changes index f97e0a3..606e70b 100644 --- a/python-aiosmtplib.changes +++ b/python-aiosmtplib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 4 12:16:40 UTC 2025 - Nico Krapp + +- 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 diff --git a/python-aiosmtplib.spec b/python-aiosmtplib.spec index f555790..09918fd 100644 --- a/python-aiosmtplib.spec +++ b/python-aiosmtplib.spec @@ -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