commit: 2d76645750ec5ee12a2eadbdc866ed0e4310e443 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 20 03:30:35 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Mar 21 02:30:24 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2d766457
checksum: update WHIRLPOOL comment for provider preference Since 45f2da735a473d8b800861f97d7be1ba7850187f, we use a bundled C implementation before falling back to the bundled pure Python impl. Bug: https://bugs.gentoo.org/885909 Signed-off-by: Sam James <sam <AT> gentoo.org> lib/portage/checksum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/checksum.py b/lib/portage/checksum.py index 1797f268a..11b83a1fc 100644 --- a/lib/portage/checksum.py +++ b/lib/portage/checksum.py @@ -26,7 +26,7 @@ from portage.localization import _ # SHA256: hashlib # SHA512: hashlib # RMD160: hashlib, pycrypto, mhash -# WHIRLPOOL: hashlib, mhash, bundled +# WHIRLPOOL: hashlib, mhash, bundled (C), bundled (Python) # BLAKE2B (512): hashlib, pycrypto # BLAKE2S (512): hashlib,pycrypto # SHA3_256: hashlib, pycrypto
