From d9e4f0a0c4606a591c3956588199aa26e8e9c40e48887e3374afff13f4d93dae Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Jan 2023 16:48:22 +0000 Subject: [PATCH] - update to 1.4.3: * Is now compatible with uvloop * Add compatibility for Python 3.10 and 3.11 (Closes #322) * Test matrix update (Closes #306) * Drop Python 3.6, PyPy 3.6 (some) and MacOS 10 * Add Python 3.10 & 3.11, PyPy 3.7 & 3.8, Ubuntu 22.04, MacOS 11 & 12 * Expanded tox environments * Longer AUTOSTOP_DELAY especially for Windows (Closes #313) * Update signing keys * Some documentation fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtpd?expand=0&rev=17 --- aiosmtpd-1.4.2.tar.gz | 3 --- aiosmtpd-1.4.3.tar.gz | 3 +++ python-aiosmtpd.changes | 14 ++++++++++++++ python-aiosmtpd.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 aiosmtpd-1.4.2.tar.gz create mode 100644 aiosmtpd-1.4.3.tar.gz diff --git a/aiosmtpd-1.4.2.tar.gz b/aiosmtpd-1.4.2.tar.gz deleted file mode 100644 index dd35b89..0000000 --- a/aiosmtpd-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:022b751357496f0c1c0512c60273edf6c18f7e208bac81afd0161cf47366826e -size 139929 diff --git a/aiosmtpd-1.4.3.tar.gz b/aiosmtpd-1.4.3.tar.gz new file mode 100644 index 0000000..fbb5b84 --- /dev/null +++ b/aiosmtpd-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523772534909a8647e09b184a22dc042f8ddcd371ee1429fc1fa523971ba66ee +size 150156 diff --git a/python-aiosmtpd.changes b/python-aiosmtpd.changes index 5ddadf6..b8cb092 100644 --- a/python-aiosmtpd.changes +++ b/python-aiosmtpd.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Jan 4 16:48:10 UTC 2023 - Dirk Müller + +- update to 1.4.3: + * Is now compatible with uvloop + * Add compatibility for Python 3.10 and 3.11 (Closes #322) + * Test matrix update (Closes #306) + * Drop Python 3.6, PyPy 3.6 (some) and MacOS 10 + * Add Python 3.10 & 3.11, PyPy 3.7 & 3.8, Ubuntu 22.04, MacOS 11 & 12 + * Expanded tox environments + * Longer AUTOSTOP_DELAY especially for Windows (Closes #313) + * Update signing keys + * Some documentation fixes + ------------------------------------------------------------------- Mon Nov 21 16:19:40 UTC 2022 - Daniel Garcia diff --git a/python-aiosmtpd.spec b/python-aiosmtpd.spec index 88d8bfc..c7f0471 100644 --- a/python-aiosmtpd.spec +++ b/python-aiosmtpd.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiosmtpd # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-aiosmtpd -Version: 1.4.2 +Version: 1.4.3 Release: 0 Summary: SMTP server based on asyncio License: Apache-2.0