From 624e235ba5e7f9cfdeef2dcb1ca69f8ed1389797 Mon Sep 17 00:00:00 2001 From: Jono Yang Date: Tue, 15 Jul 2025 16:27:26 -0700 Subject: [PATCH 1/2] Use branch of pygmars Signed-off-by: Jono Yang --- requirements.txt | 1 - setup-mini.cfg | 2 +- setup.cfg | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c64daff856..37358c8dbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,6 @@ ply==3.11 publicsuffix2==2.20191221 pyahocorasick==2.2.0 pycparser==2.22 -pygmars==0.9.0 Pygments==2.13.0 pymaven-patch==0.3.2 pyparsing==3.2.3 diff --git a/setup-mini.cfg b/setup-mini.cfg index 8fe61f4e2b..273e517ee9 100644 --- a/setup-mini.cfg +++ b/setup-mini.cfg @@ -102,7 +102,7 @@ install_requires = plugincode >= 32.0.0 publicsuffix2 pyahocorasick >= 2.0.0 - pygmars >= 0.9.0 + pygmars @ git+https://github.com/aboutcode-org/pygmars@9ba5319959e56edcec46efaa6caffaf1ba97a293 pygments pymaven_patch >= 0.2.8 requests >= 2.7.0 diff --git a/setup.cfg b/setup.cfg index 426ae21fef..3638f71f6c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -103,7 +103,7 @@ install_requires = plugincode >= 32.0.0 publicsuffix2 pyahocorasick >= 2.0.0 - pygmars >= 0.9.0 + pygmars @ git+https://github.com/aboutcode-org/pygmars@9ba5319959e56edcec46efaa6caffaf1ba97a293 pygments pymaven_patch >= 0.2.8 requests >= 2.7.0 From 6305d3fdbbd951127f69abffc6cfabb789dd3903 Mon Sep 17 00:00:00 2001 From: Jono Yang Date: Wed, 16 Jul 2025 16:58:36 -0700 Subject: [PATCH 2/2] Update pygmars to v1.0.0 Signed-off-by: Jono Yang --- requirements.txt | 1 + setup-mini.cfg | 2 +- setup.cfg | 2 +- src/cluecode/copyrights.py | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 37358c8dbe..00a9d8e8d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,6 +55,7 @@ ply==3.11 publicsuffix2==2.20191221 pyahocorasick==2.2.0 pycparser==2.22 +pygmars==1.0.0 Pygments==2.13.0 pymaven-patch==0.3.2 pyparsing==3.2.3 diff --git a/setup-mini.cfg b/setup-mini.cfg index 273e517ee9..291e422ba4 100644 --- a/setup-mini.cfg +++ b/setup-mini.cfg @@ -102,7 +102,7 @@ install_requires = plugincode >= 32.0.0 publicsuffix2 pyahocorasick >= 2.0.0 - pygmars @ git+https://github.com/aboutcode-org/pygmars@9ba5319959e56edcec46efaa6caffaf1ba97a293 + pygmars >= 1.0.0 pygments pymaven_patch >= 0.2.8 requests >= 2.7.0 diff --git a/setup.cfg b/setup.cfg index 3638f71f6c..31cf92b5ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -103,7 +103,7 @@ install_requires = plugincode >= 32.0.0 publicsuffix2 pyahocorasick >= 2.0.0 - pygmars @ git+https://github.com/aboutcode-org/pygmars@9ba5319959e56edcec46efaa6caffaf1ba97a293 + pygmars >= 1.0.0 pygments pymaven_patch >= 0.2.8 requests >= 2.7.0 diff --git a/src/cluecode/copyrights.py b/src/cluecode/copyrights.py index 190ff2082a..8272135955 100644 --- a/src/cluecode/copyrights.py +++ b/src/cluecode/copyrights.py @@ -2888,7 +2888,7 @@ def build_detection_from_node( # Nicolas Pitre, (c) 2002 Monta Vista Software Inc # Cliff Brake, (c) 2001 #COPYRIGHT: { } #1566.1 - + # copyright: Copyright (c) Joe Joyce and contributors, 2016-2019. COPYRIGHT: {+ } #1579992