Control: tags 1084340 + patch Dear maintainer,
I've prepared an NMU for python-libcst (versioned as 1.4.0-1.1). The diff is attached to this message. Regards. Stefano
diff -Nru python-libcst-1.4.0/debian/changelog python-libcst-1.4.0/debian/changelog --- python-libcst-1.4.0/debian/changelog 2024-07-31 14:48:32.000000000 +0200 +++ python-libcst-1.4.0/debian/changelog 2024-11-19 21:39:05.000000000 +0100 @@ -1,3 +1,10 @@ +python-libcst (1.4.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Patch: newer-itertools. Closes: #1084340 + + -- Stefano Rivera <stefa...@debian.org> Tue, 19 Nov 2024 21:39:05 +0100 + python-libcst (1.4.0-1) unstable; urgency=low * New upstream release. diff -Nru python-libcst-1.4.0/debian/patches/newer-itertools python-libcst-1.4.0/debian/patches/newer-itertools --- python-libcst-1.4.0/debian/patches/newer-itertools 1970-01-01 01:00:00.000000000 +0100 +++ python-libcst-1.4.0/debian/patches/newer-itertools 2024-11-19 21:39:05.000000000 +0100 @@ -0,0 +1,11 @@ +--- a/native/libcst/Cargo.toml ++++ b/native/libcst/Cargo.toml +@@ -48,7 +48,7 @@ + criterion = { version = "0.5.1", features = ["html_reports"] } + difference = "2.0.0" + rayon = "1.7.0" +-itertools = "0.11.0" ++itertools = "0.13.0" + + [[bench]] + name = "parser_benchmark" diff -Nru python-libcst-1.4.0/debian/patches/older-itertools python-libcst-1.4.0/debian/patches/older-itertools --- python-libcst-1.4.0/debian/patches/older-itertools 2024-07-31 14:48:32.000000000 +0200 +++ python-libcst-1.4.0/debian/patches/older-itertools 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ -Index: libcst/native/libcst/Cargo.toml -=================================================================== ---- libcst.orig/native/libcst/Cargo.toml -+++ libcst/native/libcst/Cargo.toml -@@ -48,7 +48,7 @@ libcst_derive = { path = "../libcst_deri - criterion = { version = "0.5.1", features = ["html_reports"] } - difference = "2.0.0" - rayon = "1.7.0" --itertools = "0.11.0" -+itertools = "0.10.5" - - [[bench]] - name = "parser_benchmark" diff -Nru python-libcst-1.4.0/debian/patches/series python-libcst-1.4.0/debian/patches/series --- python-libcst-1.4.0/debian/patches/series 2024-07-31 14:48:32.000000000 +0200 +++ python-libcst-1.4.0/debian/patches/series 2024-11-19 21:39:05.000000000 +0100 @@ -2,5 +2,5 @@ chic-api older-paste pyo3-0.22 -older-itertools +newer-itertools broken-test