15
0

- Switch to pyproject macros.

- Add patch support-python-313.patch:
  * With Python 3.13, the listening asyncio Unix socket is removed
    on close

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtpd?expand=0&rev=32
This commit is contained in:
2024-11-27 23:08:56 +00:00
committed by Git OBS Bridge
parent dfc4e37a83
commit 469accceca
3 changed files with 41 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 27 23:07:53 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- Add patch support-python-313.patch:
* With Python 3.13, the listening asyncio Unix socket is removed
on close
-------------------------------------------------------------------
Mon May 20 11:20:49 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>