Path to this page:
Subject: CVS commit: pkgsrc/lang/py-libcst
From: Adam Ciarcinski
Date: 2022-05-16 21:20:04
Message id: 20220516192004.87D99FAEB@cvs.NetBSD.org
Log Message:
py-libcst: updated to 0.4.3
0.4.3 - 2022-05-11
Fixed
* Restore the 0.4.1 behavior for libcst.helpers.get_absolute_module
0.4.2 - 2022-05-04
Fixed
* native: Avoid crashing by making IntoPy conversion fallible
* native: make sure ParserError's line is zero-indexed
* Fix space validation for AsName and Await
* Qualified Name Provider: Fix returned qname for symbols that are prefixes of \
each other
* Rename Codemod: Correct last renamed import from
* Many changes to the Apply Type Comments codemod:
* Allow for skipping quotes when applying type comments
* Port pyre fixes
* Preserve as-imports when merging type annotations.
* Qualify imported symbols when the dequalified form would cause a conflict
* Add an argument to always qualify imported type annotations.
Added
* Create an AddTrailingCommas codemod
* Define gather global names visitor
Updated
* Support module and package names in the codemod context
* Drop support for running libcst using a python 3.6 interpreter
* Update relative import logic to match cpython
* Scope Provider: Consider access information when computing qualified names for \
nodes
Files: