From 3fd51cb543757a02874e56c1503941611d9c0fb0 Mon Sep 17 00:00:00 2001 From: Jono Yang Date: Mon, 23 Jun 2025 17:14:03 -0700 Subject: [PATCH 1/3] Use branch of univers that raises NotImplementedError Signed-off-by: Jono Yang --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e6191f97b3..401aaba481 100644 --- a/setup.cfg +++ b/setup.cfg @@ -101,7 +101,7 @@ install_requires = # MatchCode-toolkit matchcode-toolkit==7.2.2 # Univers - univers==30.12.1 + univers @ git+https://github.com/aboutcode-org/univers.git@0680c3267af5ce6397e2f37cb30ffcd80161dba0 # Markdown markdown-it-py==3.0.0 bleach==6.2.0 From c69c7fc312a6280028214314fd9631256982e881 Mon Sep 17 00:00:00 2001 From: Jono Yang Date: Tue, 24 Jun 2025 13:41:54 -0700 Subject: [PATCH 2/3] Update univers to v31.0.0 Signed-off-by: Jono Yang --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 401aaba481..6a83e78474 100644 --- a/setup.cfg +++ b/setup.cfg @@ -101,7 +101,7 @@ install_requires = # MatchCode-toolkit matchcode-toolkit==7.2.2 # Univers - univers @ git+https://github.com/aboutcode-org/univers.git@0680c3267af5ce6397e2f37cb30ffcd80161dba0 + univers==31.0.0 # Markdown markdown-it-py==3.0.0 bleach==6.2.0 From 6242f03a73af2edca01431f4ae73e4447c6d3026 Mon Sep 17 00:00:00 2001 From: Jono Yang Date: Tue, 24 Jun 2025 13:56:05 -0700 Subject: [PATCH 3/3] Update CHANGELOG.rst Signed-off-by: Jono Yang --- CHANGELOG.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2e9087bb55..a672b86dd1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -36,9 +36,10 @@ v35.0.0 (2025-06-23) - Add "Package Compliance Alert" chart in the Policies section. https://github.com/aboutcode-org/scancode.io/pull/1699 -- Catch ``NotImplementedError`` in ``get_unique_unresolved_purls`` and properly - log error in project. +- Update univers to v31.0.0, catch ``NotImplementedError`` in + ``get_unique_unresolved_purls``, and properly log error in project. https://github.com/aboutcode-org/scancode.io/pull/1700 + https://github.com/aboutcode-org/scancode.io/pull/1701 v34.11.0 (2025-05-02) ---------------------