git » python-jaraco.functools.git » commit 6c941ea

Update .nvchecker.toml

author Chih-Hsuan Yen
2025-06-28 07:05:38 UTC
committer Chih-Hsuan Yen
2025-06-28 07:05:38 UTC
parent 2b4133e09f0a00a6016076f4e92255312ebbab71

Update .nvchecker.toml

.nvchecker.toml +8 -2

diff --git a/.nvchecker.toml b/.nvchecker.toml
index 156b531..75f6403 100644
--- a/.nvchecker.toml
+++ b/.nvchecker.toml
@@ -1,3 +1,9 @@
 ["python-jaraco.functools"]
-source = "pypi"
-pypi = "jaraco.functools"
+# source = "pypi"
+# pypi = "jaraco.functools"
+
+# XXX: Pin at 4.1.0, as newer versions are legally problematic, see:
+# https://github.com/coherent-oss/system/issues/22
+# https://github.com/jaraco/jaraco.functools/commit/9a81db3c77bc106017dcd4b0853a5a94f43ae33c
+source = "manual"
+manual = "4.1.0"