All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] python3-pygobject:upgrade 3.34.0 -> 3.36.1
@ 2020-05-29 17:11 zangrc
  2020-05-29 17:11 ` [OE-core] [PATCH] python3-setuptools:upgrade 45.2.0 -> 47.1.1 zangrc
  0 siblings, 1 reply; 6+ messages in thread
From: zangrc @ 2020-05-29 17:11 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zang Ruochen

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 ...ython3-pygobject_3.34.0.bb => python3-pygobject_3.36.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-pygobject_3.34.0.bb => python3-pygobject_3.36.1.bb} (87%)

diff --git a/meta/recipes-devtools/python/python3-pygobject_3.34.0.bb b/meta/recipes-devtools/python/python3-pygobject_3.36.1.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-pygobject_3.34.0.bb
rename to meta/recipes-devtools/python/python3-pygobject_3.36.1.bb
index 6babf0cae8..0a34d4373f 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.34.0.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.36.1.bb
@@ -14,8 +14,8 @@ SRC_URI = " \
     http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \
     file://0001-Do-not-build-tests.patch \
 "
-SRC_URI[md5sum] = "ca1dc4f31c1d6d283758e8f315a88ab6"
-SRC_URI[sha256sum] = "87e2c9aa785f352ef111dcc5f63df9b85cf6e05e52ff04f803ffbebdacf5271a"
+SRC_URI[md5sum] = "ebfebc4533856572281add29f08412bf"
+SRC_URI[sha256sum] = "d1bf42802d1cec113b5adaa0e7bf7f3745b44521dc2163588d276d5cd61d718f"
 
 UNKNOWN_CONFIGURE_WHITELIST = "introspection"
 
-- 
2.17.1




^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [OE-core] [PATCH] python3-setuptools:upgrade 45.2.0 -> 47.1.1
  2020-05-29 17:11 [OE-core] [PATCH] python3-pygobject:upgrade 3.34.0 -> 3.36.1 zangrc
@ 2020-05-29 17:11 ` zangrc
  2020-06-01  0:23   ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: zangrc @ 2020-05-29 17:11 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zang Ruochen

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 meta/recipes-devtools/python/python-setuptools.inc  |  4 ++--
 .../0001-change-shebang-to-python3.patch            | 13 +------------
 ...tools_45.2.0.bb => python3-setuptools_47.1.1.bb} |  0
 3 files changed, 3 insertions(+), 14 deletions(-)
 rename meta/recipes-devtools/python/{python3-setuptools_45.2.0.bb => python3-setuptools_47.1.1.bb} (100%)

diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc
index e9ad93dbee..c91cca9f06 100644
--- a/meta/recipes-devtools/python/python-setuptools.inc
+++ b/meta/recipes-devtools/python/python-setuptools.inc
@@ -12,8 +12,8 @@ SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-e
 
 SRC_URI += "file://0001-change-shebang-to-python3.patch"
 
-SRC_URI[md5sum] = "0c956eea142af9c2b02d72e3c042af30"
-SRC_URI[sha256sum] = "89c6e6011ec2f6d57d43a3f9296c4ef022c2cbf49bab26b407fe67992ae3397f"
+SRC_URI[md5sum] = "6e9de90b242fdd60ef59f497424ce13a"
+SRC_URI[sha256sum] = "145fa62b9d7bb544fce16e9b5a9bf4ab2032d2f758b7cd674af09a92736aff74"
 
 DEPENDS += "${PYTHON_PN}"
 
diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-to-python3.patch b/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-to-python3.patch
index 33af8daed7..6dcf52771b 100644
--- a/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-to-python3.patch
+++ b/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-to-python3.patch
@@ -8,8 +8,7 @@ Upstream-Status: Pending
 Signed-off-by: Changqing Li <changqing.li@windriver.com>
 ---
  pkg_resources/_vendor/appdirs.py   | 2 +-
- setuptools/command/easy_install.py | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
+ 1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/pkg_resources/_vendor/appdirs.py b/pkg_resources/_vendor/appdirs.py
 index ae67001..933e398 100644
@@ -21,16 +20,6 @@ index ae67001..933e398 100644
  # -*- coding: utf-8 -*-
  # Copyright (c) 2005-2010 ActiveState Software Inc.
  # Copyright (c) 2013 Eddy Petrișor
-diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
-index abca1ae..6bcdc98 100644
---- a/setuptools/command/easy_install.py
-+++ b/setuptools/command/easy_install.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python3
- """
- Easy Install
- ------------
 -- 
 2.24.1
 
diff --git a/meta/recipes-devtools/python/python3-setuptools_45.2.0.bb b/meta/recipes-devtools/python/python3-setuptools_47.1.1.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-setuptools_45.2.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_47.1.1.bb
-- 
2.17.1




^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [OE-core] [PATCH] python3-setuptools:upgrade 45.2.0 -> 47.1.1
  2020-05-29 17:11 ` [OE-core] [PATCH] python3-setuptools:upgrade 45.2.0 -> 47.1.1 zangrc
@ 2020-06-01  0:23   ` Khem Raj
  2020-06-01  1:03     ` zangrc
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2020-06-01  0:23 UTC (permalink / raw)
  To: zangrc; +Cc: Patches and discussions about the oe-core layer

This fails zopeinterface module builds see

https://errors.yoctoproject.org/Errors/Details/414650/

On Fri, May 29, 2020 at 1:11 AM zangrc <zangrc.fnst@cn.fujitsu.com> wrote:
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  meta/recipes-devtools/python/python-setuptools.inc  |  4 ++--
>  .../0001-change-shebang-to-python3.patch            | 13 +------------
>  ...tools_45.2.0.bb => python3-setuptools_47.1.1.bb} |  0
>  3 files changed, 3 insertions(+), 14 deletions(-)
>  rename meta/recipes-devtools/python/{python3-setuptools_45.2.0.bb => python3-setuptools_47.1.1.bb} (100%)
>
> diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc
> index e9ad93dbee..c91cca9f06 100644
> --- a/meta/recipes-devtools/python/python-setuptools.inc
> +++ b/meta/recipes-devtools/python/python-setuptools.inc
> @@ -12,8 +12,8 @@ SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-e
>
>  SRC_URI += "file://0001-change-shebang-to-python3.patch"
>
> -SRC_URI[md5sum] = "0c956eea142af9c2b02d72e3c042af30"
> -SRC_URI[sha256sum] = "89c6e6011ec2f6d57d43a3f9296c4ef022c2cbf49bab26b407fe67992ae3397f"
> +SRC_URI[md5sum] = "6e9de90b242fdd60ef59f497424ce13a"
> +SRC_URI[sha256sum] = "145fa62b9d7bb544fce16e9b5a9bf4ab2032d2f758b7cd674af09a92736aff74"
>
>  DEPENDS += "${PYTHON_PN}"
>
> diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-to-python3.patch b/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-to-python3.patch
> index 33af8daed7..6dcf52771b 100644
> --- a/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-to-python3.patch
> +++ b/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-to-python3.patch
> @@ -8,8 +8,7 @@ Upstream-Status: Pending
>  Signed-off-by: Changqing Li <changqing.li@windriver.com>
>  ---
>   pkg_resources/_vendor/appdirs.py   | 2 +-
> - setuptools/command/easy_install.py | 2 +-
> - 2 files changed, 2 insertions(+), 2 deletions(-)
> + 1 files changed, 1 insertions(+), 1 deletions(-)
>
>  diff --git a/pkg_resources/_vendor/appdirs.py b/pkg_resources/_vendor/appdirs.py
>  index ae67001..933e398 100644
> @@ -21,16 +20,6 @@ index ae67001..933e398 100644
>   # -*- coding: utf-8 -*-
>   # Copyright (c) 2005-2010 ActiveState Software Inc.
>   # Copyright (c) 2013 Eddy Petrișor
> -diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
> -index abca1ae..6bcdc98 100644
> ---- a/setuptools/command/easy_install.py
> -+++ b/setuptools/command/easy_install.py
> -@@ -1,4 +1,4 @@
> --#!/usr/bin/env python
> -+#!/usr/bin/env python3
> - """
> - Easy Install
> - ------------
>  --
>  2.24.1
>
> diff --git a/meta/recipes-devtools/python/python3-setuptools_45.2.0.bb b/meta/recipes-devtools/python/python3-setuptools_47.1.1.bb
> similarity index 100%
> rename from meta/recipes-devtools/python/python3-setuptools_45.2.0.bb
> rename to meta/recipes-devtools/python/python3-setuptools_47.1.1.bb
> --
> 2.17.1
>
>
>
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core] [PATCH] python3-setuptools:upgrade 45.2.0 -> 47.1.1
  2020-06-01  0:23   ` Khem Raj
@ 2020-06-01  1:03     ` zangrc
  2020-06-01  4:25       ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: zangrc @ 2020-06-01  1:03 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

I am investigating, and patchv2 will be sent after the investigation is successful.

-----Original Message-----
From: Khem Raj <raj.khem@gmail.com> 
Sent: Monday, June 1, 2020 8:24 AM
To: Zang, Ruochen/臧 若尘 <zangrc.fnst@cn.fujitsu.com>
Cc: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH] python3-setuptools:upgrade 45.2.0 -> 47.1.1

This fails zopeinterface module builds see

https://errors.yoctoproject.org/Errors/Details/414650/

On Fri, May 29, 2020 at 1:11 AM zangrc <zangrc.fnst@cn.fujitsu.com> wrote:
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  meta/recipes-devtools/python/python-setuptools.inc  |  4 ++--
>  .../0001-change-shebang-to-python3.patch            | 13 +------------
>  ...tools_45.2.0.bb => python3-setuptools_47.1.1.bb} |  0
>  3 files changed, 3 insertions(+), 14 deletions(-)  rename 
> meta/recipes-devtools/python/{python3-setuptools_45.2.0.bb => 
> python3-setuptools_47.1.1.bb} (100%)
>
> diff --git a/meta/recipes-devtools/python/python-setuptools.inc 
> b/meta/recipes-devtools/python/python-setuptools.inc
> index e9ad93dbee..c91cca9f06 100644
> --- a/meta/recipes-devtools/python/python-setuptools.inc
> +++ b/meta/recipes-devtools/python/python-setuptools.inc
> @@ -12,8 +12,8 @@ SRC_URI_append_class-native = " 
> file://0001-conditionally-do-not-fetch-code-by-e
>
>  SRC_URI += "file://0001-change-shebang-to-python3.patch"
>
> -SRC_URI[md5sum] = "0c956eea142af9c2b02d72e3c042af30"
> -SRC_URI[sha256sum] = "89c6e6011ec2f6d57d43a3f9296c4ef022c2cbf49bab26b407fe67992ae3397f"
> +SRC_URI[md5sum] = "6e9de90b242fdd60ef59f497424ce13a"
> +SRC_URI[sha256sum] = "145fa62b9d7bb544fce16e9b5a9bf4ab2032d2f758b7cd674af09a92736aff74"
>
>  DEPENDS += "${PYTHON_PN}"
>
> diff --git 
> a/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-
> to-python3.patch 
> b/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-
> to-python3.patch
> index 33af8daed7..6dcf52771b 100644
> --- 
> a/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-
> to-python3.patch
> +++ b/meta/recipes-devtools/python/python3-setuptools/0001-change-sheb
> +++ ang-to-python3.patch
> @@ -8,8 +8,7 @@ Upstream-Status: Pending
>  Signed-off-by: Changqing Li <changqing.li@windriver.com>
>  ---
>   pkg_resources/_vendor/appdirs.py   | 2 +-
> - setuptools/command/easy_install.py | 2 +-
> - 2 files changed, 2 insertions(+), 2 deletions(-)
> + 1 files changed, 1 insertions(+), 1 deletions(-)
>
>  diff --git a/pkg_resources/_vendor/appdirs.py 
> b/pkg_resources/_vendor/appdirs.py
>  index ae67001..933e398 100644
> @@ -21,16 +20,6 @@ index ae67001..933e398 100644
>   # -*- coding: utf-8 -*-
>   # Copyright (c) 2005-2010 ActiveState Software Inc.
>   # Copyright (c) 2013 Eddy Petrișor
> -diff --git a/setuptools/command/easy_install.py 
> b/setuptools/command/easy_install.py
> -index abca1ae..6bcdc98 100644
> ---- a/setuptools/command/easy_install.py
> -+++ b/setuptools/command/easy_install.py
> -@@ -1,4 +1,4 @@
> --#!/usr/bin/env python
> -+#!/usr/bin/env python3
> - """
> - Easy Install
> - ------------
>  --
>  2.24.1
>
> diff --git a/meta/recipes-devtools/python/python3-setuptools_45.2.0.bb 
> b/meta/recipes-devtools/python/python3-setuptools_47.1.1.bb
> similarity index 100%
> rename from meta/recipes-devtools/python/python3-setuptools_45.2.0.bb
> rename to meta/recipes-devtools/python/python3-setuptools_47.1.1.bb
> --
> 2.17.1
>
>
>
> 





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core] [PATCH] python3-setuptools:upgrade 45.2.0 -> 47.1.1
  2020-06-01  1:03     ` zangrc
@ 2020-06-01  4:25       ` Khem Raj
  2020-06-01  5:29         ` zangrc
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2020-06-01  4:25 UTC (permalink / raw)
  To: zangrc; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 3971 bytes --]

On Sun, May 31, 2020 at 6:03 PM zangrc <zangrc.fnst@cn.fujitsu.com> wrote:

> I am investigating, and patchv2 will be sent after the investigation is
> successful.
>

I have sent an update for failing recipe which fixes it so this patch
should be ok now

>
> -----Original Message-----
> From: Khem Raj <raj.khem@gmail.com>
> Sent: Monday, June 1, 2020 8:24 AM
> To: Zang, Ruochen/臧 若尘 <zangrc.fnst@cn.fujitsu.com>
> Cc: Patches and discussions about the oe-core layer <
> openembedded-core@lists.openembedded.org>
> Subject: Re: [OE-core] [PATCH] python3-setuptools:upgrade 45.2.0 -> 47.1.1
>
> This fails zopeinterface module builds see
>
> https://errors.yoctoproject.org/Errors/Details/414650/
>
> On Fri, May 29, 2020 at 1:11 AM zangrc <zangrc.fnst@cn.fujitsu.com> wrote:
> >
> > Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> > ---
> >  meta/recipes-devtools/python/python-setuptools.inc  |  4 ++--
> >  .../0001-change-shebang-to-python3.patch            | 13 +------------
> >  ...tools_45.2.0.bb => python3-setuptools_47.1.1.bb} |  0
> >  3 files changed, 3 insertions(+), 14 deletions(-)  rename
> > meta/recipes-devtools/python/{python3-setuptools_45.2.0.bb =>
> > python3-setuptools_47.1.1.bb} (100%)
> >
> > diff --git a/meta/recipes-devtools/python/python-setuptools.inc
> > b/meta/recipes-devtools/python/python-setuptools.inc
> > index e9ad93dbee..c91cca9f06 100644
> > --- a/meta/recipes-devtools/python/python-setuptools.inc
> > +++ b/meta/recipes-devtools/python/python-setuptools.inc
> > @@ -12,8 +12,8 @@ SRC_URI_append_class-native = "
> > file://0001-conditionally-do-not-fetch-code-by-e
> >
> >  SRC_URI += "file://0001-change-shebang-to-python3.patch"
> >
> > -SRC_URI[md5sum] = "0c956eea142af9c2b02d72e3c042af30"
> > -SRC_URI[sha256sum] =
> "89c6e6011ec2f6d57d43a3f9296c4ef022c2cbf49bab26b407fe67992ae3397f"
> > +SRC_URI[md5sum] = "6e9de90b242fdd60ef59f497424ce13a"
> > +SRC_URI[sha256sum] =
> "145fa62b9d7bb544fce16e9b5a9bf4ab2032d2f758b7cd674af09a92736aff74"
> >
> >  DEPENDS += "${PYTHON_PN}"
> >
> > diff --git
> > a/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-
> > to-python3.patch
> > b/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-
> > to-python3.patch
> > index 33af8daed7..6dcf52771b 100644
> > ---
> > a/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-
> > to-python3.patch
> > +++ b/meta/recipes-devtools/python/python3-setuptools/0001-change-sheb
> > +++ ang-to-python3.patch
> > @@ -8,8 +8,7 @@ Upstream-Status: Pending
> >  Signed-off-by: Changqing Li <changqing.li@windriver.com>
> >  ---
> >   pkg_resources/_vendor/appdirs.py   | 2 +-
> > - setuptools/command/easy_install.py | 2 +-
> > - 2 files changed, 2 insertions(+), 2 deletions(-)
> > + 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> >  diff --git a/pkg_resources/_vendor/appdirs.py
> > b/pkg_resources/_vendor/appdirs.py
> >  index ae67001..933e398 100644
> > @@ -21,16 +20,6 @@ index ae67001..933e398 100644
> >   # -*- coding: utf-8 -*-
> >   # Copyright (c) 2005-2010 ActiveState Software Inc.
> >   # Copyright (c) 2013 Eddy Petrișor
> > -diff --git a/setuptools/command/easy_install.py
> > b/setuptools/command/easy_install.py
> > -index abca1ae..6bcdc98 100644
> > ---- a/setuptools/command/easy_install.py
> > -+++ b/setuptools/command/easy_install.py
> > -@@ -1,4 +1,4 @@
> > --#!/usr/bin/env python
> > -+#!/usr/bin/env python3
> > - """
> > - Easy Install
> > - ------------
> >  --
> >  2.24.1
> >
> > diff --git a/meta/recipes-devtools/python/python3-setuptools_45.2.0.bb
> > b/meta/recipes-devtools/python/python3-setuptools_47.1.1.bb
> > similarity index 100%
> > rename from meta/recipes-devtools/python/python3-setuptools_45.2.0.bb
> > rename to meta/recipes-devtools/python/python3-setuptools_47.1.1.bb
> > --
> > 2.17.1
> >
> >
> >
> >
>
>
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 6252 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core] [PATCH] python3-setuptools:upgrade 45.2.0 -> 47.1.1
  2020-06-01  4:25       ` Khem Raj
@ 2020-06-01  5:29         ` zangrc
  0 siblings, 0 replies; 6+ messages in thread
From: zangrc @ 2020-06-01  5:29 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 4632 bytes --]

I got it, thank you.

From: Khem Raj <raj.khem@gmail.com>
Sent: Monday, June 1, 2020 12:25 PM
To: Zang, Ruochen/臧 若尘 <zangrc.fnst@cn.fujitsu.com>
Cc: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH] python3-setuptools:upgrade 45.2.0 -> 47.1.1



On Sun, May 31, 2020 at 6:03 PM zangrc <zangrc.fnst@cn.fujitsu.com<mailto:zangrc.fnst@cn.fujitsu.com>> wrote:
I am investigating, and patchv2 will be sent after the investigation is successful.

I have sent an update for failing recipe which fixes it so this patch should be ok now

-----Original Message-----
From: Khem Raj <raj.khem@gmail.com<mailto:raj.khem@gmail.com>>
Sent: Monday, June 1, 2020 8:24 AM
To: Zang, Ruochen/臧 若尘 <zangrc.fnst@cn.fujitsu.com<mailto:zangrc.fnst@cn.fujitsu.com>>
Cc: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org<mailto:openembedded-core@lists.openembedded.org>>
Subject: Re: [OE-core] [PATCH] python3-setuptools:upgrade 45.2.0 -> 47.1.1

This fails zopeinterface module builds see

https://errors.yoctoproject.org/Errors/Details/414650/

On Fri, May 29, 2020 at 1:11 AM zangrc <zangrc.fnst@cn.fujitsu.com<mailto:zangrc.fnst@cn.fujitsu.com>> wrote:
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com<mailto:zangrc.fnst@cn.fujitsu.com>>
> ---
>  meta/recipes-devtools/python/python-setuptools.inc  |  4 ++--
>  .../0001-change-shebang-to-python3.patch            | 13 +------------
>  ...tools_45.2.0.bb<http://tools_45.2.0.bb> => python3-setuptools_47.1.1.bb<http://python3-setuptools_47.1.1.bb>} |  0
>  3 files changed, 3 insertions(+), 14 deletions(-)  rename
> meta/recipes-devtools/python/{python3-setuptools_45.2.0.bb<http://python3-setuptools_45.2.0.bb> =>
> python3-setuptools_47.1.1.bb<http://python3-setuptools_47.1.1.bb>} (100%)
>
> diff --git a/meta/recipes-devtools/python/python-setuptools.inc
> b/meta/recipes-devtools/python/python-setuptools.inc
> index e9ad93dbee..c91cca9f06 100644
> --- a/meta/recipes-devtools/python/python-setuptools.inc
> +++ b/meta/recipes-devtools/python/python-setuptools.inc
> @@ -12,8 +12,8 @@ SRC_URI_append_class-native = "
> file://0001-conditionally-do-not-fetch-code-by-e
>
>  SRC_URI += "file://0001-change-shebang-to-python3.patch"
>
> -SRC_URI[md5sum] = "0c956eea142af9c2b02d72e3c042af30"
> -SRC_URI[sha256sum] = "89c6e6011ec2f6d57d43a3f9296c4ef022c2cbf49bab26b407fe67992ae3397f"
> +SRC_URI[md5sum] = "6e9de90b242fdd60ef59f497424ce13a"
> +SRC_URI[sha256sum] = "145fa62b9d7bb544fce16e9b5a9bf4ab2032d2f758b7cd674af09a92736aff74"
>
>  DEPENDS += "${PYTHON_PN}"
>
> diff --git
> a/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-
> to-python3.patch
> b/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-
> to-python3.patch
> index 33af8daed7..6dcf52771b 100644
> ---
> a/meta/recipes-devtools/python/python3-setuptools/0001-change-shebang-
> to-python3.patch
> +++ b/meta/recipes-devtools/python/python3-setuptools/0001-change-sheb
> +++ ang-to-python3.patch
> @@ -8,8 +8,7 @@ Upstream-Status: Pending
>  Signed-off-by: Changqing Li <changqing.li@windriver.com<mailto:changqing.li@windriver.com>>
>  ---
>   pkg_resources/_vendor/appdirs.py   | 2 +-
> - setuptools/command/easy_install.py | 2 +-
> - 2 files changed, 2 insertions(+), 2 deletions(-)
> + 1 files changed, 1 insertions(+), 1 deletions(-)
>
>  diff --git a/pkg_resources/_vendor/appdirs.py
> b/pkg_resources/_vendor/appdirs.py
>  index ae67001..933e398 100644
> @@ -21,16 +20,6 @@ index ae67001..933e398 100644
>   # -*- coding: utf-8 -*-
>   # Copyright (c) 2005-2010 ActiveState Software Inc.
>   # Copyright (c) 2013 Eddy Petrișor
> -diff --git a/setuptools/command/easy_install.py
> b/setuptools/command/easy_install.py
> -index abca1ae..6bcdc98 100644
> ---- a/setuptools/command/easy_install.py
> -+++ b/setuptools/command/easy_install.py
> -@@ -1,4 +1,4 @@
> --#!/usr/bin/env python
> -+#!/usr/bin/env python3
> - """
> - Easy Install
> - ------------
>  --
>  2.24.1
>
> diff --git a/meta/recipes-devtools/python/python3-setuptools_45.2.0.bb<http://python3-setuptools_45.2.0.bb>
> b/meta/recipes-devtools/python/python3-setuptools_47.1.1.bb<http://python3-setuptools_47.1.1.bb>
> similarity index 100%
> rename from meta/recipes-devtools/python/python3-setuptools_45.2.0.bb<http://python3-setuptools_45.2.0.bb>
> rename to meta/recipes-devtools/python/python3-setuptools_47.1.1.bb<http://python3-setuptools_47.1.1.bb>
> --
> 2.17.1
>
>
>
>








[-- Attachment #2: Type: text/html, Size: 10079 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-01  5:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29 17:11 [OE-core] [PATCH] python3-pygobject:upgrade 3.34.0 -> 3.36.1 zangrc
2020-05-29 17:11 ` [OE-core] [PATCH] python3-setuptools:upgrade 45.2.0 -> 47.1.1 zangrc
2020-06-01  0:23   ` Khem Raj
2020-06-01  1:03     ` zangrc
2020-06-01  4:25       ` Khem Raj
2020-06-01  5:29         ` zangrc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.