Page MenuHomeSolus

Update python-parso to 0.8.2 and drop python2 support
ClosedPublic

Authored by algent on Aug 13 2021, 4:42 PM.
Tags
None
Referenced Files
F11054187: D11633.id28205.diff
Fri, Aug 11, 12:28 AM
F11054186: D11633.id28170.diff
Fri, Aug 11, 12:28 AM
F11054185: D11633.id.diff
Fri, Aug 11, 12:28 AM
F11038063: D11633.diff
Wed, Aug 9, 9:56 PM
F11019977: D11633.id28170.diff
Mon, Aug 7, 12:18 AM
F11017855: D11633.diff
Sun, Aug 6, 6:58 AM
F10967780: D11633.diff
Thu, Jul 20, 12:01 PM
F10932900: D11633.diff
Jul 12 2023, 4:28 AM
Subscribers
None

Details

Summary

Changelog:

  • Dropped Support for Python 2.7
  • It's possible to use pathlib.Path objects now in the API
  • The stubs are gone, we are now using annotations
  • namedexpr_test nodes are now a proper class called NamedExpr
  • A lot of smaller refactorings

Packager notes:

  • New version of python-parso is required by python3-jedi.

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan
  • Rebuild python3-jedi against this package.
  • Update spyder3 against this package and run a few python scripts.

Diff Detail

Repository
R3749 python-parso
Lint
Lint Not Applicable
Unit
Tests Not Applicable