Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Derek Straka
Go ahead and do a v2, it was more of a reminder for me. On Mon, Dec 18, 2017 at 4:26 PM, Mark Asselstine < mark.asselst...@windriver.com> wrote: > On Monday, December 18, 2017 4:07:44 PM EST Derek Straka wrote: > > I also need to look at the UPSTREAM_CHECK_URI for this recipe since it > > isn't

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Mark Asselstine
On Monday, December 18, 2017 4:07:44 PM EST Derek Straka wrote: > I also need to look at the UPSTREAM_CHECK_URI for this recipe since it > isn't finding the latest version and telling me to update the package. Odd. Let me know how it goes. If it is easier for you to make the changes locally and

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Derek Straka
I also need to look at the UPSTREAM_CHECK_URI for this recipe since it isn't finding the latest version and telling me to update the package. On Mon, Dec 18, 2017 at 4:02 PM, S. Lockwood-Childs wrote: > On Mon, Dec 18, 2017 at 03:17:25PM -0500, Derek Straka wrote: > > I have

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread S. Lockwood-Childs
On Mon, Dec 18, 2017 at 03:17:25PM -0500, Derek Straka wrote: > I have several customers who have optimized for space and would like to see > the capability maintained unless core removes the ability to split python > packages out. They also remove the *.py files in favor of *.pyo files (via > a

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Mark Asselstine
On Mon, Dec 18, 2017 at 3:17 PM, Derek Straka wrote: > I have several customers who have optimized for space and would like to see > the capability maintained unless core removes the ability to split python > packages out. They also remove the *.py files in favor of *.pyo

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Derek Straka
I have several customers who have optimized for space and would like to see the capability maintained unless core removes the ability to split python packages out. They also remove the *.py files in favor of *.pyo files (via a custom packaging mechanism). I have automated tests that go through

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Mark Asselstine
On Mon, Dec 18, 2017 at 11:37 AM, Alexander Kanavin wrote: > On 12/18/2017 06:15 PM, Mark Asselstine wrote: >> >> On Mon, Dec 18, 2017 at 10:36 AM, Christopher Larson >> wrote: >>> >>> All our python recipes should be explicitly listing the

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Alexander Kanavin
On 12/18/2017 06:15 PM, Mark Asselstine wrote: On Mon, Dec 18, 2017 at 10:36 AM, Christopher Larson wrote: All our python recipes should be explicitly listing the python module packages they require. No python module recipes should be depending on python-modules or

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Mark Asselstine
On Mon, Dec 18, 2017 at 10:36 AM, Christopher Larson wrote: > All our python recipes should be explicitly listing the python module > packages they require. No python module recipes should be depending on > python-modules or python3-modules, but explicitly what they require.

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Christopher Larson
All our python recipes should be explicitly listing the python module packages they require. No python module recipes should be depending on python-modules or python3-modules, but explicitly what they require. On Mon, Dec 18, 2017 at 8:33 AM, Mark Asselstine < mark.asselst...@windriver.com>

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Mark Asselstine
On Sat, Dec 16, 2017 at 4:58 PM, Derek Straka wrote: > On Mon, Dec 4, 2017 at 2:00 PM, Mark Asselstine < > mark.asselst...@windriver.com> wrote: > >> Drop the json<-->simplejson patch instead opting to depend on >> python-json (part of core python libs). Beyond this the uprev

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-16 Thread Derek Straka
On Mon, Dec 4, 2017 at 2:00 PM, Mark Asselstine < mark.asselst...@windriver.com> wrote: > Drop the json<-->simplejson patch instead opting to depend on > python-json (part of core python libs). Beyond this the uprev is > straightforward. > > Signed-off-by: Mark Asselstine

[oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-04 Thread Mark Asselstine
Drop the json<-->simplejson patch instead opting to depend on python-json (part of core python libs). Beyond this the uprev is straightforward. Signed-off-by: Mark Asselstine --- .../recipes-devtools/python/python-pyroute2.inc| 23 +--