Matej Cepl
568ae33f3c
- Fix Literal parse error in RemoveImportsVisitor - Don't reset context.scratch between files - Various documentation fixes Typo fix FullRepoManager ✏️ Fix tiny typo in docs/source/metadata.rst ✏️ Fix typo in docs/source/scope_tutorial.ipynb Update CONTRIBUTING.md - Add helper functions for common ways of filtering nodes - Dump CST to .dot (graphviz) files - Implement PEP-696 - Upgrade to 1.3.1: - ImportError due to missing mypy_extensions dependency - Upgrade to 1.3.0: - Removed dependencies on typing_extensions and typing_inspect - Temporarily switch off running of the test suite (gh#Instagram/LibCST#1176) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libcst?expand=0&rev=26
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
<services>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">libcst-*.tar.gz</param>
|
|
<param name="cargotoml">native/Cargo.toml</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual" />
|
|
</services>
|