From 228dd38b2a76300bd4d0fb8c04daa6c4e12e7ea3 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Fri, 29 Jul 2022 08:54:35 -0400 Subject: [PATCH] Add news fragment. --- news/5206.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/5206.bugfix.rst diff --git a/news/5206.bugfix.rst b/news/5206.bugfix.rst new file mode 100644 index 00000000..ee4458ea --- /dev/null +++ b/news/5206.bugfix.rst @@ -0,0 +1 @@ +Fix case sensitivity of color name ``red`` in exception when getting hashes from pypi in ``_get_hashes_from_pypi``.