Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] const: Remove unused MANIFEST1_REQUIRED_HASH
Date: Thu, 15 Jun 2017 17:06:09
Message-Id: 1497546361.31152.0.camel@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH] const: Remove unused MANIFEST1_REQUIRED_HASH by Zac Medico
1 On czw, 2017-06-15 at 09:08 -0700, Zac Medico wrote:
2 > On Thu, Jun 15, 2017 at 12:27 AM, Michał Górny <mgorny@g.o> wrote:
3 >
4 > > The MANIFEST1_REQUIRED_HASH constant is not used anywhere, so it should
5 > > be possible to remove it safely.
6 > > ---
7 > > pym/portage/const.py | 1 -
8 > > 1 file changed, 1 deletion(-)
9 > >
10 > > diff --git a/pym/portage/const.py b/pym/portage/const.py
11 > > index 7e415ba9c..052d4ca2f 100644
12 > > --- a/pym/portage/const.py
13 > > +++ b/pym/portage/const.py
14 > > @@ -206,7 +206,6 @@ EAPI = 6
15 > >
16 > > HASHING_BLOCKSIZE = 32768
17 > > MANIFEST1_HASH_FUNCTIONS = ("MD5", "SHA256", "RMD160")
18 > > -MANIFEST1_REQUIRED_HASH = "MD5"
19 > >
20 > > # Past events:
21 > > #
22 > > --
23 > > 2.13.1
24 > >
25 > >
26 > >
27 >
28 > Looks good.
29
30 Pushed, thanks.
31
32 --
33 Best regards,
34 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature