diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-08-24 05:00:49 +0000 |
|---|---|---|
| committer | Kai Knoblich <kai@FreeBSD.org> | 2026-09-02 10:28:07 +0000 |
| commit | abee75af9fdb966c00e41d0ce1c2697b5f4899d2 (patch) | |
| tree | b293b7e920ff5a5279288b4c326e695f4ec984b3 | |
| parent | 5f3d0629529866572ffc925bbf75a29865399170 (diff) | |
devel/py-libcst: Update to 1.9.0
Changes: https://github.com/Instagram/LibCST/releases
(cherry picked from commit b69200fbf9a2cf7802c4361d6c591e4cc2fd0c64)
| -rw-r--r-- | devel/py-libcst/Makefile | 3 | ||||
| -rw-r--r-- | devel/py-libcst/Makefile.crates | 15 | ||||
| -rw-r--r-- | devel/py-libcst/distinfo | 36 |
3 files changed, 22 insertions, 32 deletions
diff --git a/devel/py-libcst/Makefile b/devel/py-libcst/Makefile index 81859156a9f3..60023757be04 100644 --- a/devel/py-libcst/Makefile +++ b/devel/py-libcst/Makefile @@ -1,6 +1,5 @@ PORTNAME= libcst -PORTVERSION= 1.8.6 -PORTREVISION= 1 +PORTVERSION= 1.9.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-libcst/Makefile.crates b/devel/py-libcst/Makefile.crates index 4c7a71be898f..c8a724606cf6 100644 --- a/devel/py-libcst/Makefile.crates +++ b/devel/py-libcst/Makefile.crates @@ -25,7 +25,6 @@ CARGO_CRATES= aho-corasick-1.0.4 \ hashbrown-0.14.5 \ heck-0.5.0 \ indexmap-2.4.0 \ - indoc-2.0.4 \ itertools-0.10.5 \ itertools-0.13.0 \ itertools-0.14.0 \ @@ -35,7 +34,6 @@ CARGO_CRATES= aho-corasick-1.0.4 \ log-0.4.17 \ memchr-2.7.4 \ memoffset-0.6.5 \ - memoffset-0.9.0 \ num-traits-0.2.15 \ once_cell-1.21.3 \ oorandom-11.1.3 \ @@ -48,11 +46,11 @@ CARGO_CRATES= aho-corasick-1.0.4 \ plotters-svg-0.3.7 \ portable-atomic-1.4.3 \ proc-macro2-1.0.95 \ - pyo3-0.26.0 \ - pyo3-build-config-0.26.0 \ - pyo3-ffi-0.26.0 \ - pyo3-macros-0.26.0 \ - pyo3-macros-backend-0.26.0 \ + pyo3-0.29.0 \ + pyo3-build-config-0.29.0 \ + pyo3-ffi-0.29.0 \ + pyo3-macros-0.29.0 \ + pyo3-macros-backend-0.29.0 \ quote-1.0.40 \ rayon-1.11.0 \ rayon-core-1.13.0 \ @@ -68,7 +66,7 @@ CARGO_CRATES= aho-corasick-1.0.4 \ serde_json-1.0.125 \ serde_spanned-0.6.7 \ syn-2.0.101 \ - target-lexicon-0.13.2 \ + target-lexicon-0.13.5 \ target-triple-0.1.4 \ termcolor-1.1.3 \ thiserror-2.0.12 \ @@ -80,7 +78,6 @@ CARGO_CRATES= aho-corasick-1.0.4 \ trybuild-1.0.105 \ unicode-ident-1.0.18 \ unicode-width-0.2.0 \ - unindent-0.2.3 \ walkdir-2.3.2 \ wasm-bindgen-0.2.100 \ wasm-bindgen-backend-0.2.100 \ diff --git a/devel/py-libcst/distinfo b/devel/py-libcst/distinfo index bd9473e5eb7b..693a653ee6da 100644 --- a/devel/py-libcst/distinfo +++ b/devel/py-libcst/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1777906349 -SHA256 (libcst-1.8.6.tar.gz) = f729c37c9317126da9475bdd06a7208eb52fcbd180a6341648b45a56b4ba708b -SIZE (libcst-1.8.6.tar.gz) = 891354 +TIMESTAMP = 1787268098 +SHA256 (libcst-1.9.0.tar.gz) = 087b58a9afe076bb08e2d726478e1f16cb928d67ffa9092817e033c335de522a +SIZE (libcst-1.9.0.tar.gz) = 914739 SHA256 (rust/crates/aho-corasick-1.0.4.crate) = 6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a SIZE (rust/crates/aho-corasick-1.0.4.crate) = 171175 SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 @@ -55,8 +55,6 @@ SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d3 SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/indexmap-2.4.0.crate) = 93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c SIZE (rust/crates/indexmap-2.4.0.crate) = 83544 -SHA256 (rust/crates/indoc-2.0.4.crate) = 1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8 -SIZE (rust/crates/indoc-2.0.4.crate) = 14311 SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 SIZE (rust/crates/itertools-0.10.5.crate) = 115354 SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 @@ -75,8 +73,6 @@ SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf SIZE (rust/crates/memchr-2.7.4.crate) = 96670 SHA256 (rust/crates/memoffset-0.6.5.crate) = 5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce SIZE (rust/crates/memoffset-0.6.5.crate) = 7686 -SHA256 (rust/crates/memoffset-0.9.0.crate) = 5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c -SIZE (rust/crates/memoffset-0.9.0.crate) = 9033 SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd SIZE (rust/crates/num-traits-0.2.15.crate) = 49262 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d @@ -101,16 +97,16 @@ SHA256 (rust/crates/portable-atomic-1.4.3.crate) = 31114a898e107c51bb1609ffaf55a SIZE (rust/crates/portable-atomic-1.4.3.crate) = 126291 SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 -SHA256 (rust/crates/pyo3-0.26.0.crate) = 7ba0117f4212101ee6544044dae45abe1083d30ce7b29c4b5cbdfa2354e07383 -SIZE (rust/crates/pyo3-0.26.0.crate) = 1151579 -SHA256 (rust/crates/pyo3-build-config-0.26.0.crate) = 4fc6ddaf24947d12a9aa31ac65431fb1b851b8f4365426e182901eabfb87df5f -SIZE (rust/crates/pyo3-build-config-0.26.0.crate) = 34309 -SHA256 (rust/crates/pyo3-ffi-0.26.0.crate) = 025474d3928738efb38ac36d4744a74a400c901c7596199e20e45d98eb194105 -SIZE (rust/crates/pyo3-ffi-0.26.0.crate) = 78247 -SHA256 (rust/crates/pyo3-macros-0.26.0.crate) = 2e64eb489f22fe1c95911b77c44cc41e7c19f3082fc81cce90f657cdc42ffded -SIZE (rust/crates/pyo3-macros-0.26.0.crate) = 8906 -SHA256 (rust/crates/pyo3-macros-backend-0.26.0.crate) = 100246c0ecf400b475341b8455a9213344569af29a3c841d29270e53102e0fcf -SIZE (rust/crates/pyo3-macros-backend-0.26.0.crate) = 81809 +SHA256 (rust/crates/pyo3-0.29.0.crate) = cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c +SIZE (rust/crates/pyo3-0.29.0.crate) = 1241253 +SHA256 (rust/crates/pyo3-build-config-0.29.0.crate) = c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078 +SIZE (rust/crates/pyo3-build-config-0.29.0.crate) = 39616 +SHA256 (rust/crates/pyo3-ffi-0.29.0.crate) = ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b +SIZE (rust/crates/pyo3-ffi-0.29.0.crate) = 88184 +SHA256 (rust/crates/pyo3-macros-0.29.0.crate) = 9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771 +SIZE (rust/crates/pyo3-macros-0.29.0.crate) = 8915 +SHA256 (rust/crates/pyo3-macros-backend-0.29.0.crate) = 4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362 +SIZE (rust/crates/pyo3-macros-backend-0.29.0.crate) = 91943 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 SHA256 (rust/crates/rayon-1.11.0.crate) = 368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f @@ -141,8 +137,8 @@ SHA256 (rust/crates/serde_spanned-0.6.7.crate) = eb5b1b31579f3811bf615c144393417 SIZE (rust/crates/serde_spanned-0.6.7.crate) = 9164 SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf SIZE (rust/crates/syn-2.0.101.crate) = 299250 -SHA256 (rust/crates/target-lexicon-0.13.2.crate) = e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a -SIZE (rust/crates/target-lexicon-0.13.2.crate) = 27923 +SHA256 (rust/crates/target-lexicon-0.13.5.crate) = adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca +SIZE (rust/crates/target-lexicon-0.13.5.crate) = 26928 SHA256 (rust/crates/target-triple-0.1.4.crate) = 1ac9aa371f599d22256307c24a9d748c041e548cbf599f35d890f9d365361790 SIZE (rust/crates/target-triple-0.1.4.crate) = 7143 SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755 @@ -165,8 +161,6 @@ SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e9 SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 -SHA256 (rust/crates/unindent-0.2.3.crate) = c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce -SIZE (rust/crates/unindent-0.2.3.crate) = 7306 SHA256 (rust/crates/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56 SIZE (rust/crates/walkdir-2.3.2.crate) = 23516 SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 |
