Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/
Date: Mon, 03 Aug 2020 23:28:23
Message-Id: 1596497282.207d971d15b84bc54e710ab4b0780b8e1169a685.zmedico@gentoo
1 commit: 207d971d15b84bc54e710ab4b0780b8e1169a685
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 22:43:12 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 23:28:02 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=207d971d
7
8 lib/portage/checksum.py: fix whitespace
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 lib/portage/checksum.py | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/lib/portage/checksum.py b/lib/portage/checksum.py
17 index 8f01f6ac4..d4a75c058 100644
18 --- a/lib/portage/checksum.py
19 +++ b/lib/portage/checksum.py
20 @@ -1,5 +1,5 @@
21 # checksum.py -- core Portage functionality
22 -# Copyright 1998-2017 Gentoo Foundation
23 +# Copyright 1998-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 import portage
27 @@ -75,7 +75,7 @@ class _generate_hash_function:
28 def checksum_file(self, filename):
29 """
30 Run a checksum against a file.
31 -
32 +
33 @param filename: File to run the checksum against
34 @type filename: String
35 @return: The hash and size of the data