#1040107 h5py: deprecation of Python libraries asyncore and asynchat

Package:
src:h5py
Source:
src:h5py
Submitter:
Louis-Philippe Véronneau
Date:
2023-08-03 10:39:03 UTC
Severity:
normal
#1040107#5
Date:
2023-07-02 01:44:28 UTC
From:
To:
Dear maintainer(s),

In Python 3.6, asyncore and asynchat have been formally marked as
deprecated. Code that imports these libraries will no longer work from
Python 3.12, which is currently in Trixie.

Since h5py uses either of these Python libraries, please prepare for
this removal and migrate away from them.

See this link for more details:
https://peps.python.org/pep-0594/#deprecated-modules

Cheers,

#1040107#10
Date:
2023-08-03 10:37:14 UTC
From:
To:
asyncore is only used in the example file swmr_inotify_example.py,
so this bug is not really Severity: important