commit: b369e8296fcc802178f5e178ccc0e43307c789bd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 16 07:41:19 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 18 10:13:34 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b369e829
tests: news: mention GLEP 42 explicitly Bug: https://bugs.gentoo.org/889330 Signed-off-by: Sam James <sam <AT> gentoo.org> lib/portage/tests/news/test_NewsItem.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/portage/tests/news/test_NewsItem.py b/lib/portage/tests/news/test_NewsItem.py index ba912a525..e6f9a08b3 100644 --- a/lib/portage/tests/news/test_NewsItem.py +++ b/lib/portage/tests/news/test_NewsItem.py @@ -14,6 +14,9 @@ from typing import Optional import textwrap +# The specification for news items is GLEP 42 ("Critical News Reporting"): +# https://www.gentoo.org/glep/glep-0042.html + # TODO(antarus) Make newsitem use a loader so we can load using a string instead of a tempfile
