Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:repoman commit in: pym/portage/
Date: Tue, 27 Jun 2017 20:06:18
Message-Id: 1497546330.ff2c1d017cf2f8aa6a8eba4e0495089c5d73f277.dolsen@gentoo
1 commit: ff2c1d017cf2f8aa6a8eba4e0495089c5d73f277
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 15 07:25:23 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 15 17:05:30 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ff2c1d01
7
8 const: Remove unused MANIFEST1_REQUIRED_HASH
9
10 The MANIFEST1_REQUIRED_HASH constant is not used anywhere, so it should
11 be possible to remove it safely.
12
13 Reviewed-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 pym/portage/const.py | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/pym/portage/const.py b/pym/portage/const.py
19 index 7e415ba9c..052d4ca2f 100644
20 --- a/pym/portage/const.py
21 +++ b/pym/portage/const.py
22 @@ -206,7 +206,6 @@ EAPI = 6
23
24 HASHING_BLOCKSIZE = 32768
25 MANIFEST1_HASH_FUNCTIONS = ("MD5", "SHA256", "RMD160")
26 -MANIFEST1_REQUIRED_HASH = "MD5"
27
28 # Past events:
29 #