I have an upgrade to 36.8.0 (for both python2 and python3) in my branch (which is also introducing the pypi.bbclass to oe-core): http://git.openembedded.org/openembedded-core-contrib/log/?h=ttorling/pypi and https://github.com/moto-timo/openembedded-core/tree/ttorling/pypi
I will be submitting this to the mailing list soon (tonight or tomorrow). > On Nov 20, 2017, at 2:18 AM, Burton, Ross <[email protected]> wrote: > > Please update both at the same time as otherwise there will be a series of > commits which won't build. > > Ross > > On 20 November 2017 at 08:02, Zheng, Ruoqin <[email protected]> > wrote: > Hi Ross > > > > Is it means that I should make a new patch for python3-setuptools? > > > > -------------------------------------------------- > > Zheng Ruoqin > > Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) > > ADDR.: No.6 Wenzhu Road, Software Avenue, > > Nanjing, 210012, China > > MAIL : [email protected] > > > > From: Burton, Ross [mailto:[email protected]] > Sent: Friday, November 17, 2017 7:18 AM > To: Zheng, Ruoqin/郑 若钦 <[email protected]> > Cc: OE-core <[email protected]> > Subject: Re: [OE-core] [PATCH] python-setuptools: update to 36.7.2 > > > > python3-setuptools includes this file too, so this patch breaks that recipe. > > > > Ross > > > > On 16 November 2017 at 09:11, zhengrq <[email protected]> wrote: > > 1) Upgrade python-setuptools from 36.5.0 to 36.7.2. > > Signed-off-by: Zheng Ruoqin <[email protected]> > --- > meta/recipes-devtools/python/python-setuptools.inc | 4 > ++-- > .../{python-setuptools_36.5.0.bb => python-setuptools_36.7.2.bb} | 0 > 2 files changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-devtools/python/{python-setuptools_36.5.0.bb => > python-setuptools_36.7.2.bb} (100%) > > diff --git a/meta/recipes-devtools/python/python-setuptools.inc > b/meta/recipes-devtools/python/python-setuptools.inc > index 1eae0b6..56b17ad 100644 > --- a/meta/recipes-devtools/python/python-setuptools.inc > +++ b/meta/recipes-devtools/python/python-setuptools.inc > @@ -9,8 +9,8 @@ SRCNAME = "setuptools" > > SRC_URI = > "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.zip" > > -SRC_URI[md5sum] = "704f500dd55f4bd0be905444f3ba892c" > -SRC_URI[sha256sum] = > "ce2007c1cea3359870b80657d634253a0765b0c7dc5a988d77ba803fc86f2c64" > +SRC_URI[md5sum] = "1874983171af0f7b16b5ec48558e6e55" > +SRC_URI[sha256sum] = > "ad86fd8dd09c285c33b4c5b82bbc21d21883637faef78b0ab58fa9984847220d" > > UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools" > > diff --git a/meta/recipes-devtools/python/python-setuptools_36.5.0.bb > b/meta/recipes-devtools/python/python-setuptools_36.7.2.bb > similarity index 100% > rename from meta/recipes-devtools/python/python-setuptools_36.5.0.bb > rename to meta/recipes-devtools/python/python-setuptools_36.7.2.bb > -- > 2.7.4 > > > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core > > > > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
