Package: python-art / 6.5-1

Metadata

Package Version Patches format
python-art 6.5-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001 fix syntaxwarning.patch | (download)

art/tests/test.py | 2 1 + 1 - 0 !
art/tests/test2.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix for syntaxwarning
 Fixes SyntaxWarning for invalid escape sequences in
 test.py and test2.py by converting multi-line strings
 to raw strings.
002 remove deprecated distutils.patch | (download)

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

 remove deprecated distutils in setup.py
 'distutils' used in setup.py deprecated in Python 3.10,
 removed in Python 3.12.