From 600955edd4ca22b2d94e725706fc4733d5c4e4d9 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Thu, 4 May 2023 17:00:38 +0200 Subject: Update vendored ruamel.yaml to v0.17.21 (#37008) * Vendor ruamel.yaml v0.17.21 * Add unit test for whitespace regression * Add an abstraction layer in Spack to wrap ruamel.yaml All YAML operations are routed through spack.util.spack_yaml The custom classes have been adapted to the new ruamel.yaml class hierarchy. Fixed line annotation issue in "spack config blame" --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index c469a16be4..a89a206666 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -222,6 +222,9 @@ drop = [ '^pygments/lexers/(?!python|__init__|_mapping).*\.py$', # trim rich's markdown support "rich/markdown.py", + # ruamel.yaml installs unneded files + "ruamel.*.pth", + "pvectorc.*.so" ] [tool.vendoring.typing-stubs] -- cgit v1.2.3-60-g2f50