Re: [gentoo-portage-dev] [PATCH v3] news: Support News-Item-Format 2.0

2016-09-07 Thread Mike Gilbert
On Wed, Sep 7, 2016 at 3:26 AM, Zac Medico wrote: > On 09/04/2016 10:04 AM, Mike Gilbert wrote: >> def isValid(self): >> + if fnmatch.fnmatch(self.format, '1.*'): >> + return isvalidatom(self.atom, eapi='0') > > We might want to check the

Re: [gentoo-portage-dev] [PATCH v3] news: Support News-Item-Format 2.0

2016-09-07 Thread Zac Medico
On 09/04/2016 10:04 AM, Mike Gilbert wrote: > Validate Display-If-Installed with EAPI 0 or 5. > Add support for trailing wildcard matching for Display-If-Profile. > > Bug: https://bugs.gentoo.org/577372 > --- > pym/portage/news.py | 42 ++ > 1 file