Re: [PATCH v2 1/1] MAINTAINERS: Add Python library stanza

2020-10-01 Thread Philippe Mathieu-Daudé
On 10/1/20 5:27 PM, John Snow wrote: > On 9/23/20 12:49 PM, Philippe Mathieu-Daudé wrote: >> On 9/23/20 5:37 PM, Eduardo Habkost wrote: >>> On Wed, Sep 23, 2020 at 11:17:01AM -0400, John Snow wrote: On 9/23/20 11:14 AM, Markus Armbruster wrote: > John Snow writes: > >> I'm proposi

Re: [PATCH v2 1/1] MAINTAINERS: Add Python library stanza

2020-10-01 Thread John Snow
On 9/23/20 12:49 PM, Philippe Mathieu-Daudé wrote: On 9/23/20 5:37 PM, Eduardo Habkost wrote: On Wed, Sep 23, 2020 at 11:17:01AM -0400, John Snow wrote: On 9/23/20 11:14 AM, Markus Armbruster wrote: John Snow writes: I'm proposing that I split the actual Python library off from the other mi

Re: [PATCH v2 1/1] MAINTAINERS: Add Python library stanza

2020-09-23 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 9/23/20 5:37 PM, Eduardo Habkost wrote: >> On Wed, Sep 23, 2020 at 11:17:01AM -0400, John Snow wrote: >>> On 9/23/20 11:14 AM, Markus Armbruster wrote: John Snow writes: > I'm proposing that I split the actual Python library off from the other >>

Re: [PATCH v2 1/1] MAINTAINERS: Add Python library stanza

2020-09-23 Thread Philippe Mathieu-Daudé
On 9/23/20 5:37 PM, Eduardo Habkost wrote: > On Wed, Sep 23, 2020 at 11:17:01AM -0400, John Snow wrote: >> On 9/23/20 11:14 AM, Markus Armbruster wrote: >>> John Snow writes: >>> I'm proposing that I split the actual Python library off from the other miscellaneous python scripts we have

Re: [PATCH v2 1/1] MAINTAINERS: Add Python library stanza

2020-09-23 Thread Eduardo Habkost
On Wed, Sep 23, 2020 at 11:17:01AM -0400, John Snow wrote: > On 9/23/20 11:14 AM, Markus Armbruster wrote: > > John Snow writes: > > > > > I'm proposing that I split the actual Python library off from the other > > > miscellaneous python scripts we have and declare it maintained. Add > > > myself

Re: [PATCH v2 1/1] MAINTAINERS: Add Python library stanza

2020-09-23 Thread John Snow
On 9/23/20 11:14 AM, Markus Armbruster wrote: John Snow writes: I'm proposing that I split the actual Python library off from the other miscellaneous python scripts we have and declare it maintained. Add myself as a maintainer of this folder, along with Cleber. v2: change python/* to python/,

Re: [PATCH v2 1/1] MAINTAINERS: Add Python library stanza

2020-09-23 Thread Markus Armbruster
John Snow writes: > I'm proposing that I split the actual Python library off from the other > miscellaneous python scripts we have and declare it maintained. Add > myself as a maintainer of this folder, along with Cleber. > > v2: change python/* to python/, thanks Alex. > > Signed-off-by: John Sn

Re: [PATCH v2 1/1] MAINTAINERS: Add Python library stanza

2020-09-23 Thread John Snow
On 9/23/20 3:49 AM, Philippe Mathieu-Daudé wrote: On 9/23/20 1:05 AM, John Snow wrote: I'm proposing that I split the actual Python library off from the other miscellaneous python scripts we have and declare it maintained. Add myself as a maintainer of this folder, along with Cleber. v2: change

Re: [PATCH v2 1/1] MAINTAINERS: Add Python library stanza

2020-09-23 Thread Philippe Mathieu-Daudé
On 9/23/20 1:05 AM, John Snow wrote: > I'm proposing that I split the actual Python library off from the other > miscellaneous python scripts we have and declare it maintained. Add > myself as a maintainer of this folder, along with Cleber. > > v2: change python/* to python/, thanks Alex. ^ Can y

[PATCH v2 1/1] MAINTAINERS: Add Python library stanza

2020-09-22 Thread John Snow
I'm proposing that I split the actual Python library off from the other miscellaneous python scripts we have and declare it maintained. Add myself as a maintainer of this folder, along with Cleber. v2: change python/* to python/, thanks Alex. Signed-off-by: John Snow Reviewed-by: Philippe Mathie