File _patchinfo of Package patchinfo.15839
<patchinfo incident="15839">
<issue tracker="bnc" id="1172933">update python-mailman in Leap 15.2</issue>
<issue tracker="jsc" id="ECO-2153"/>
<packager>mcepl</packager>
<rating>moderate</rating>
<category>recommended</category>
<summary>Recommended update for python-importlib_resources</summary>
<description>This update for python-importlib_resources fixes the following issues:
Update from version 1.0.2 to 1.1.0 (jsc#ECO-2153, bsc#1172933)
- Add support for retrieving resources from subdirectories of packages through the new files() function, which
returns a Traversable object with joinpath and read_* interfaces matching those of pathlib.Path objects.
This new function supersedes all of the previous functionality as it provides a more general-purpose access
to a package’s resources.
- With this function, subdirectories are supported.
- The documentation has been updated to reflect that this function is now the preferred interface for loading package
resources. It does not, however, support resources from arbitrary loaders. It currently only supports resources
from file system path and zipfile packages (a consequence of the ResourceReader interface only operating on
Python packages).
</description>
</patchinfo>