14
0

Accepting request 1254968 from home:PSuarezHernandez:branches:devel:languages:python

- Make asyncore support optional to fix issue in Python 3.12 and 3.13
- Added:
  * make_asyncore_support_optional.patch

OBS-URL: https://build.opensuse.org/request/show/1254968
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyinotify?expand=0&rev=35
This commit is contained in:
2025-03-21 13:05:31 +00:00
committed by Git OBS Bridge
parent bfc9632d17
commit 031d088199
3 changed files with 97 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Mar 21 10:42:17 UTC 2025 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
- Make asyncore support optional to fix issue in Python 3.12 and 3.13
- Added:
* make_asyncore_support_optional.patch
-------------------------------------------------------------------
Fri Apr 21 12:30:53 UTC 2023 - Dirk Müller <dmueller@suse.com>