From 4996c2dbbc67725283e4feed5e35ed430eb2cbe9 Mon Sep 17 00:00:00 2001 From: Bruno Pacheco Date: Tue, 19 Dec 2023 12:50:37 +0100 Subject: [PATCH] chore: Map a declared license for PyPI::pytest-cov Signed-off-by: Bruno Pacheco --- curations/PyPI/_/pytest-cov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 curations/PyPI/_/pytest-cov.yml diff --git a/curations/PyPI/_/pytest-cov.yml b/curations/PyPI/_/pytest-cov.yml new file mode 100644 index 00000000..f45e4719 --- /dev/null +++ b/curations/PyPI/_/pytest-cov.yml @@ -0,0 +1,8 @@ +- id: "PyPI::pytest-cov:(,4.1.0]" + curations: + comment: | + The LICENSE file always contained only the 'MIT' license text, while the project metadata accidentally + declared it to be license under 'BSD-LICENSE' for all version prior to 2.12.0, see also + pytest-dev/pytest-cov@2cd0094 + declared_license_mapping: + "BSD License": "MIT"