Debian Patches

Status for astunparse/1.6.3-2

Patch Description Author Forwarded Bugs Origin Last update
Remove-wheel-requirement.patch Remove wheel requirement
There is no Wheel package needed for using astunparse.
Mark Harfouche <mark.harfouche@gmail.com> yes 2021-12-05
Adapt-dump-behavior-to-match-ast.dump-on-Python-3.9.patch Adapt dump() behavior to match ast.dump() on Python 3.9+
In Python 3.9+, ast.dump() omits optional fields/attributes from the output if
their value is None. Such defaults are defined as class attributes.

See https://bugs.python.org/issue36287
And https://github.com/python/cpython/pull/18843

This patch does not change the output on previous Python versions,
because the class attributes are missing there.
=?utf-8?q?Miro_Hron=C4=8Dok?= <miro@hroncok.cz> yes 2020-07-08
tests-Skip-test_files-on-Python-3.11.patch tests: Skip test_files() on Python >= 3.11
Given functions from astunparse are now mostly "battery included" in
Python 3.10 and ongoing und the test itself is only a small part of the
testing I think it's o.k. to simply skip now this test until upstream
will probably do some adjustment.
Carsten Schoenert <c.schoenert@t-online.de> yes 2022-12-31

All known versions for source package 'astunparse'

Links