Package: python-stopit / 1.1.2-4

Metadata

Package Version Patches format
python-stopit 1.1.2-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove setuptools dependency.patch | (download)

src/stopit/__init__.py | 13 8 + 5 - 0 !
1 file changed, 8 insertions(+), 5 deletions(-)

 remove runtime setuptools dependency

Prefer importlib.metadata core library on Python >= 3.8

This gets rid of setuptools dependency from stopit users. Recent
setuptools versions output a massive deprecation warning about
pkg_resources usage:
DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

work around eval breaker regression.patch | (download)

README.rst | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 work around python 3.14 eval breaker regression

See discussion in https://github.com/python/cpython/issues/139622.