Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch to PEP-517 build backend | Armin Kuster | 2024-08-10 | 1 | -9/+13 |
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | python3-pyinotify: Make asyncore support optional for Python 3 | Mingli Yu | 2024-03-27 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | Simple fix for Python 3.12 since it dropped asyncore. Catches the import error instead of using a version check so that the user can install the compatibility package for any uses that can't be upgraded to asyncio or similar immediately. Fixes: # python3 Python 3.12.1 (main, Dec 7 2023, 20:45:44) [GCC 13.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pyinotify Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.12/site-packages/pyinotify.py", line 71, in <module> import asyncore ModuleNotFoundError: No module named 'asyncore' >>> Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | meta-security: Drop ${PYTHON_PN} | Armin Kuster | 2024-03-27 | 1 | -7/+7 |
| | | | | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> --- V2] Fix typo in python3-pyinotify changes | ||||
* | python3-pyinotify: do not rely on smtpd module | Armin Kuster | 2024-01-28 | 1 | -1/+0 |
| | | | | | | | It's not mentioned anywhere in source code, and python 3.12 has removed it. Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | python3-pyinotify: fail2ban needs this module | Armin Kuster | 2023-12-29 | 1 | -0/+19 |
Signed-off-by: Armin Kuster <akuster808@gmail.com> |