Description:
This update for python-typed-ast to version 1.4.1 fixes the following issues:
Security issue fixed:
- Fixed two out-of-bounds array reads (#99).
Non-security issues fixed:
- update to version 1.4.1:
* Clean up old build scripts (#123)
* Build artifacts for 3.8 (#127)
* Fix build on cpython (3.9) master branch (#128)
- version update to 1.4.0
* Fix compilation on Python 3.8
- Do not use the %pytest_arch call but expand it as the tests
seem to need more verbosity otherwise they fail sometimes
(fishy, but works)
- Use %pytest_arch
- Add missing fdupes call
- version update to 1.3.5
* Counteract PyTuple_SetItem stealing reference in _PyObject_FastCall
fallback (#104)
- run tests
- update to version 1.3.4:
* Oops: add the pgenheaders files to the depends lists
- update to version 1.3.3:
* Don't rely on Python's pgenheaders.h (#101)
This update was imported from the openSUSE:Leap:15.1:Update update project.