Package: python-better-exceptions / 0.4.0-1

Metadata

Package Version Patches format
python-better-exceptions 0.4.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_deprecated_python_stdlib.patch | (download)

setup.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix deprecated python stdlib
distutils was removed in Python 3.12,
Instead of this, use setuptools.

fix_python_command.patch | (download)

test/output/python3-dumb-UTF-8-color.out | 2 1 + 1 - 0 !
test/output/python3-dumb-UTF-8-nocolor.out | 2 1 + 1 - 0 !
test/output/python3-dumb-ascii-color.out | 2 1 + 1 - 0 !
test/output/python3-dumb-ascii-nocolor.out | 2 1 + 1 - 0 !
test/output/python3-vt100-UTF-8-color.out | 2 1 + 1 - 0 !
test/output/python3-vt100-UTF-8-nocolor.out | 2 1 + 1 - 0 !
test/output/python3-vt100-ascii-color.out | 2 1 + 1 - 0 !
test/output/python3-vt100-ascii-nocolor.out | 2 1 + 1 - 0 !
test/output/python3-xterm-UTF-8-color.out | 2 1 + 1 - 0 !
test/output/python3-xterm-UTF-8-nocolor.out | 2 1 + 1 - 0 !
test/output/python3-xterm-ascii-color.out | 2 1 + 1 - 0 !
test/output/python3-xterm-ascii-nocolor.out | 2 1 + 1 - 0 !
12 files changed, 12 insertions(+), 12 deletions(-)

 use python3 instead of python command
The upstream uses python instead of python3.