python3Packages.libcst: 1.8.5 -> 1.8.6 (#460379)

This commit is contained in:
dotlambda
2025-11-16 15:30:44 +00:00
committed by GitHub

View File

@@ -22,14 +22,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "libcst"; pname = "libcst";
version = "1.8.5"; version = "1.8.6";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Instagram"; owner = "Instagram";
repo = "LibCST"; repo = "LibCST";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-4FFkxy8UrLOXuZwvGvGQNZGtY27yLtiTWAzTbxLm3Eo="; hash = "sha256-AJm3grS+I/NXZ8ame4rmHPOxRHGO0Ofo35RtSDO2tyI=";
}; };
cargoDeps = rustPlatform.fetchCargoVendor { cargoDeps = rustPlatform.fetchCargoVendor {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
src src
cargoRoot cargoRoot
; ;
hash = "sha256-eFdcyqzH7meF4kIVT2qhbKVxEB6KtZVEONMgYw4sBew="; hash = "sha256-7/Yf2yn7wjW0CDG1Ha3SsvOIytbU1bJCpR9WFAFiPEA=";
}; };
cargoRoot = "native"; cargoRoot = "native";
@@ -77,6 +77,8 @@ buildPythonPackage rec {
"TypeInferenceProviderTest" "TypeInferenceProviderTest"
# we'd need to run `python -m libcst.codegen.generate all` but shouldn't modify $out # we'd need to run `python -m libcst.codegen.generate all` but shouldn't modify $out
"test_codegen_clean_visitor_functions" "test_codegen_clean_visitor_functions"
"test_codegen_clean_matcher_classes"
"test_codegen_clean_return_types"
]; ];
# circular dependency on hypothesmith and ufmt # circular dependency on hypothesmith and ufmt