Debian Patches

Status for python-fs/2.4.16-9

Patch Description Author Forwarded Bugs Origin Last update
tests-remove-test-that-doesn-t-seem-to-make-a-lot-of-sens.patch tests: remove test that doesn't seem to make a lot of sense
It claims to be testing that a `__repr__()` "works", but this doesn't
make any sense as everything eventually gets one from `object()`. It
also makes use of the deprecated pkg_resources interface, so simply
ditch this code entirely.
Eli Schwartz <eschwartz93@gmail.com> no upstream, https://github.com/PyFilesystem/pyfilesystem2/pull/588 2024-09-15
migrate-entrypoints-handling-to-standard-library-importli.patch migrate entrypoints handling to standard library importlib.metadata
We wrap a couple different versions of the stdlib interface, and fall
back to pkg_resources for compatibility with existing use cases on very
old versions of python.

For python 3.8 and on, we make sure to completely avoid external
dependencies, even backports.
Eli Schwartz <eschwartz93@gmail.com> yes upstream upstream, https://github.com/PyFilesystem/pyfilesystem2/pull/589 2024-09-15
f6f260f97df29500a531baf1b370c3e4e4f3dc76.patch [PATCH] Replace TestCase method aliases removed in Python 3.12 =?utf-8?b?VG9tw6HFoSBIcm7EjWlhcg==?= <thrnciar@redhat.com> yes debian upstream 2023-03-23
remove_runtime_six.patch remove runtime dependency on python3-six Alexandre Detiste <tchet@debian.org> invalid 2025-09-07
remove-six-from-fs-test.py.patch remove six from fs/test.py
Fix packages that build depend on python3-fs and import fs.test, eg.
this is what pyfatfs does:

```
from fs.test import FSTestCases
```
Arnaud Rebillout <arnaudr@debian.org> no 2025-11-13
platformdirs.patch platformdirs
===================================================================
Debian Python Team <team+python@tracker.debian.org> no 2025-09-07
drop-the-final-remaining-use-of-the-deprecated-pkg_resour.patch drop the final remaining use of the deprecated pkg_resources module
Declaring a namespace package has gone through a few revisions.
pkg_resources has a version that is heavily deprecated. pkgutil provides
a python2/python3 compatible version that is also compatible with native
python3 namespaces.

https://packaging.python.org/en/latest/guides/packaging-namespace-packages/

pkg_resources is very very deprecated and importing or using it results
in deprecation warnings. It's time to move off of it entirely.
Eli Schwartz <eschwartz93@gmail.com> no upstream, https://github.com/PyFilesystem/pyfilesystem2/pull/590 2024-09-15

All known versions for source package 'python-fs'

Links