All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] python3-setuptools: update to 58.0.4
@ 2021-09-18 22:18 Oleksandr Kravchuk
  2021-09-18 22:18 ` [PATCH 2/2] python3-setuptools: minor cleanup Oleksandr Kravchuk
  2021-10-12  9:36 ` [OE-core] [PATCH 1/2] python3-setuptools: update to 58.0.4 Böszörményi Zoltán
  0 siblings, 2 replies; 4+ messages in thread
From: Oleksandr Kravchuk @ 2021-09-18 22:18 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 ...ython3-setuptools_57.4.0.bb => python3-setuptools_58.0.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-setuptools_57.4.0.bb => python3-setuptools_58.0.4.bb} (94%)

diff --git a/meta/recipes-devtools/python/python3-setuptools_57.4.0.bb b/meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-setuptools_57.4.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
index ae45936c39..2000d355a9 100644
--- a/meta/recipes-devtools/python/python3-setuptools_57.4.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
@@ -10,7 +10,7 @@ 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[sha256sum] = "6bac238ffdf24e8806c61440e755192470352850f3419a52f26ffe0a1a64f465"
+SRC_URI[sha256sum] = "f10059f0152e0b7fb6b2edd77bcb1ecd4c9ed7048a826eb2d79f72fd2e6e237b"
 
 DEPENDS += "${PYTHON_PN}"
 
-- 
2.25.1


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

* [PATCH 2/2] python3-setuptools: minor cleanup
  2021-09-18 22:18 [PATCH 1/2] python3-setuptools: update to 58.0.4 Oleksandr Kravchuk
@ 2021-09-18 22:18 ` Oleksandr Kravchuk
  2021-10-12  9:36 ` [OE-core] [PATCH 1/2] python3-setuptools: update to 58.0.4 Böszörményi Zoltán
  1 sibling, 0 replies; 4+ messages in thread
From: Oleksandr Kravchuk @ 2021-09-18 22:18 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../python/python3-setuptools_58.0.4.bb       | 46 +++++++++----------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/meta/recipes-devtools/python/python3-setuptools_58.0.4.bb b/meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
index 2000d355a9..8df69ce920 100644
--- a/meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
@@ -15,25 +15,25 @@ SRC_URI[sha256sum] = "f10059f0152e0b7fb6b2edd77bcb1ecd4c9ed7048a826eb2d79f72fd2e
 DEPENDS += "${PYTHON_PN}"
 
 RDEPENDS:${PN} = "\
-  ${PYTHON_PN}-2to3 \
-  ${PYTHON_PN}-compile \
-  ${PYTHON_PN}-compression \
-  ${PYTHON_PN}-ctypes \
-  ${PYTHON_PN}-distutils \
-  ${PYTHON_PN}-email \
-  ${PYTHON_PN}-html \
-  ${PYTHON_PN}-json \
-  ${PYTHON_PN}-netserver \
-  ${PYTHON_PN}-numbers \
-  ${PYTHON_PN}-pickle \
-  ${PYTHON_PN}-pkg-resources \
-  ${PYTHON_PN}-pkgutil \
-  ${PYTHON_PN}-plistlib \
-  ${PYTHON_PN}-shell \
-  ${PYTHON_PN}-stringold \
-  ${PYTHON_PN}-threading \
-  ${PYTHON_PN}-unittest \
-  ${PYTHON_PN}-xml \
+    ${PYTHON_PN}-2to3 \
+    ${PYTHON_PN}-compile \
+    ${PYTHON_PN}-compression \
+    ${PYTHON_PN}-ctypes \
+    ${PYTHON_PN}-distutils \
+    ${PYTHON_PN}-email \
+    ${PYTHON_PN}-html \
+    ${PYTHON_PN}-json \
+    ${PYTHON_PN}-netserver \
+    ${PYTHON_PN}-numbers \
+    ${PYTHON_PN}-pickle \
+    ${PYTHON_PN}-pkg-resources \
+    ${PYTHON_PN}-pkgutil \
+    ${PYTHON_PN}-plistlib \
+    ${PYTHON_PN}-shell \
+    ${PYTHON_PN}-stringold \
+    ${PYTHON_PN}-threading \
+    ${PYTHON_PN}-unittest \
+    ${PYTHON_PN}-xml \
 "
 
 do_install:prepend() {
@@ -48,8 +48,8 @@ BBCLASSEXTEND = "native nativesdk"
 PACKAGES =+ "${PYTHON_PN}-pkg-resources "
 FILES:${PYTHON_PN}-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*"
 RDEPENDS:${PYTHON_PN}-pkg-resources = "\
-  ${PYTHON_PN}-compression \
-  ${PYTHON_PN}-email \
-  ${PYTHON_PN}-plistlib \
-  ${PYTHON_PN}-pprint \
+    ${PYTHON_PN}-compression \
+    ${PYTHON_PN}-email \
+    ${PYTHON_PN}-plistlib \
+    ${PYTHON_PN}-pprint \
 "
-- 
2.25.1


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

* Re: [OE-core] [PATCH 1/2] python3-setuptools: update to 58.0.4
  2021-09-18 22:18 [PATCH 1/2] python3-setuptools: update to 58.0.4 Oleksandr Kravchuk
  2021-09-18 22:18 ` [PATCH 2/2] python3-setuptools: minor cleanup Oleksandr Kravchuk
@ 2021-10-12  9:36 ` Böszörményi Zoltán
  2021-10-13  2:57   ` Khem Raj
  1 sibling, 1 reply; 4+ messages in thread
From: Böszörményi Zoltán @ 2021-10-12  9:36 UTC (permalink / raw)
  To: Oleksandr Kravchuk, openembedded-core

This version broke at least python3-jsmin 2.2.2.

I am hitting this issue:

https://github.com/tikitu/jsmin/issues/33
"error in jsmin setup command: use_2to3 is invalid."

setuptools 58 removed support for use_2to3.
python3-jsmin must be upgraded to 3.0.0 as a result.

There be other fallouts, too.

On 2021. 09. 19. 0:18, Oleksandr Kravchuk wrote:
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> ---
>   ...ython3-setuptools_57.4.0.bb => python3-setuptools_58.0.4.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta/recipes-devtools/python/{python3-setuptools_57.4.0.bb => python3-setuptools_58.0.4.bb} (94%)
> 
> diff --git a/meta/recipes-devtools/python/python3-setuptools_57.4.0.bb b/meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
> similarity index 94%
> rename from meta/recipes-devtools/python/python3-setuptools_57.4.0.bb
> rename to meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
> index ae45936c39..2000d355a9 100644
> --- a/meta/recipes-devtools/python/python3-setuptools_57.4.0.bb
> +++ b/meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
> @@ -10,7 +10,7 @@ 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[sha256sum] = "6bac238ffdf24e8806c61440e755192470352850f3419a52f26ffe0a1a64f465"
> +SRC_URI[sha256sum] = "f10059f0152e0b7fb6b2edd77bcb1ecd4c9ed7048a826eb2d79f72fd2e6e237b"
>   
>   DEPENDS += "${PYTHON_PN}"
>   
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#156151): https://lists.openembedded.org/g/openembedded-core/message/156151
> Mute This Topic: https://lists.openembedded.org/mt/85708588/3617728
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [zboszor@pr.hu]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



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

* Re: [OE-core] [PATCH 1/2] python3-setuptools: update to 58.0.4
  2021-10-12  9:36 ` [OE-core] [PATCH 1/2] python3-setuptools: update to 58.0.4 Böszörményi Zoltán
@ 2021-10-13  2:57   ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2021-10-13  2:57 UTC (permalink / raw)
  To: Böszörményi Zoltán
  Cc: Oleksandr Kravchuk, Patches and discussions about the oe-core layer

It also has bunch of recipes in meta-python which needs to upgrade to
use 0.58 version as it breaks packages which needs 2to3 support still.
Maybe a simple version upgrade for these recipes will fix it

here is list

https://errors.yoctoproject.org/Errors/Build/132754/

On Tue, Oct 12, 2021 at 2:36 AM Zoltan Boszormenyi via
lists.openembedded.org <zboszor=pr.hu@lists.openembedded.org> wrote:
>
> This version broke at least python3-jsmin 2.2.2.
>
> I am hitting this issue:
>
> https://github.com/tikitu/jsmin/issues/33
> "error in jsmin setup command: use_2to3 is invalid."
>
> setuptools 58 removed support for use_2to3.
> python3-jsmin must be upgraded to 3.0.0 as a result.
>
> There be other fallouts, too.
>
> On 2021. 09. 19. 0:18, Oleksandr Kravchuk wrote:
> > Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> > ---
> >   ...ython3-setuptools_57.4.0.bb => python3-setuptools_58.0.4.bb} | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >   rename meta/recipes-devtools/python/{python3-setuptools_57.4.0.bb => python3-setuptools_58.0.4.bb} (94%)
> >
> > diff --git a/meta/recipes-devtools/python/python3-setuptools_57.4.0.bb b/meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
> > similarity index 94%
> > rename from meta/recipes-devtools/python/python3-setuptools_57.4.0.bb
> > rename to meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
> > index ae45936c39..2000d355a9 100644
> > --- a/meta/recipes-devtools/python/python3-setuptools_57.4.0.bb
> > +++ b/meta/recipes-devtools/python/python3-setuptools_58.0.4.bb
> > @@ -10,7 +10,7 @@ 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[sha256sum] = "6bac238ffdf24e8806c61440e755192470352850f3419a52f26ffe0a1a64f465"
> > +SRC_URI[sha256sum] = "f10059f0152e0b7fb6b2edd77bcb1ecd4c9ed7048a826eb2d79f72fd2e6e237b"
> >
> >   DEPENDS += "${PYTHON_PN}"
> >
> >
> >
> >
> >
> >
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#156862): https://lists.openembedded.org/g/openembedded-core/message/156862
> Mute This Topic: https://lists.openembedded.org/mt/85708588/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

end of thread, other threads:[~2021-10-13  2:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-18 22:18 [PATCH 1/2] python3-setuptools: update to 58.0.4 Oleksandr Kravchuk
2021-09-18 22:18 ` [PATCH 2/2] python3-setuptools: minor cleanup Oleksandr Kravchuk
2021-10-12  9:36 ` [OE-core] [PATCH 1/2] python3-setuptools: update to 58.0.4 Böszörményi Zoltán
2021-10-13  2:57   ` Khem Raj

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.