From 10b1c5dda8ebceffce1d8f7d66d4b309b4f8c0cf Mon Sep 17 00:00:00 2001 From: Greg Guthe Date: Tue, 26 Jan 2021 16:34:34 -0500 Subject: [PATCH 1/2] vendor: add html5lib-1.1.dist-info/REQUESTED --- bleach/_vendor/html5lib-1.1.dist-info/REQUESTED | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 bleach/_vendor/html5lib-1.1.dist-info/REQUESTED diff --git a/bleach/_vendor/html5lib-1.1.dist-info/REQUESTED b/bleach/_vendor/html5lib-1.1.dist-info/REQUESTED new file mode 100644 index 00000000..e69de29b From 491abb06ce89012d852f4c5ab3aff8f572532611 Mon Sep 17 00:00:00 2001 From: Greg Guthe Date: Tue, 26 Jan 2021 16:57:53 -0500 Subject: [PATCH 2/2] fix typo s/vnedoring/vendoring/ --- scripts/vendor_verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vendor_verify.sh b/scripts/vendor_verify.sh index e9abe5e0..cb2243ab 100755 --- a/scripts/vendor_verify.sh +++ b/scripts/vendor_verify.sh @@ -18,7 +18,7 @@ pip --version # Install vendored dependencies into temp directory pip install --no-binary all --no-compile --no-deps -r bleach/_vendor/vendor.txt --target "${DEST}" -# Diff contents of temp directory and bleach/_vendor/ excluding vnedoring +# Diff contents of temp directory and bleach/_vendor/ excluding vendoring # infrastructure echo "diffing directory trees..." diff -r \