From 1cb1dff58327fe703aaf458b080eae240d1cc56e Mon Sep 17 00:00:00 2001 From: Francesco Murdaca Date: Thu, 8 Jul 2021 12:49:53 +0200 Subject: [PATCH] Introduce Pillow380NewArraySieve prescription Signed-off-by: Francesco Murdaca --- .../pi_/pillow/pillow3.8.0_new_array.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 prescriptions/pi_/pillow/pillow3.8.0_new_array.yaml diff --git a/prescriptions/pi_/pillow/pillow3.8.0_new_array.yaml b/prescriptions/pi_/pillow/pillow3.8.0_new_array.yaml new file mode 100644 index 00000000000..7cbdb57e41f --- /dev/null +++ b/prescriptions/pi_/pillow/pillow3.8.0_new_array.yaml @@ -0,0 +1,26 @@ +units: + sieves: + - name: Pillow380NewArraySieve + type: sieve + should_include: + adviser_pipeline: true + dependency_monkey_pipeline: true + recommendation_types: + - performance + - security + - stable + - latest + - test + match: + - package_version: + name: pillow + version: "3.8.0" + index_url: "https://pypi.org/simple" + run: + log: + message: "Pillow in version 3.8.0 introduced a new array that did not match all numpy array parameters." + type: WARNING + stack_info: + - type: WARNING + message: "Pillow in version 3.8.0 filtered out" + link: pillow_380