All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] python3-mako: update to 1.2.0
@ 2022-04-09 14:14 Oleksandr Kravchuk
  2022-04-09 14:15 ` [PATCH 2/2] mesa: update to 22.0.1 Oleksandr Kravchuk
  2022-04-10 10:59 ` [OE-core] [PATCH 1/2] python3-mako: update to 1.2.0 Richard Purdie
  0 siblings, 2 replies; 5+ messages in thread
From: Oleksandr Kravchuk @ 2022-04-09 14:14 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../python/{python3-mako_1.1.6.bb => python3-mako_1.2.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-mako_1.1.6.bb => python3-mako_1.2.0.bb} (82%)

diff --git a/meta/recipes-devtools/python/python3-mako_1.1.6.bb b/meta/recipes-devtools/python/python3-mako_1.2.0.bb
similarity index 82%
rename from meta/recipes-devtools/python/python3-mako_1.1.6.bb
rename to meta/recipes-devtools/python/python3-mako_1.2.0.bb
index 71e5d96ba1..1acbda533d 100644
--- a/meta/recipes-devtools/python/python3-mako_1.1.6.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.2.0.bb
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "Mako"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "4e9e345a41924a954251b95b4b28e14a301145b544901332e658907a7464b6b2"
+SRC_URI[sha256sum] = "9a7c7e922b87db3686210cf49d5d767033a41d4010b284e747682c92bddd8b39"
 
 RDEPENDS:${PN} = "${PYTHON_PN}-html \
                   ${PYTHON_PN}-netclient \
-- 
2.25.1



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

* [PATCH 2/2] mesa: update to 22.0.1
  2022-04-09 14:14 [PATCH 1/2] python3-mako: update to 1.2.0 Oleksandr Kravchuk
@ 2022-04-09 14:15 ` Oleksandr Kravchuk
  2022-04-09 14:51   ` [OE-core] " Khem Raj
  2022-04-10 10:59 ` [OE-core] [PATCH 1/2] python3-mako: update to 1.2.0 Richard Purdie
  1 sibling, 1 reply; 5+ messages in thread
From: Oleksandr Kravchuk @ 2022-04-09 14:15 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 meta/recipes-graphics/mesa/mesa.inc                           | 4 ++--
 meta/recipes-graphics/mesa/{mesa_22.0.0.bb => mesa_22.0.1.bb} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/mesa/{mesa_22.0.0.bb => mesa_22.0.1.bb} (100%)

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 21fa1a6a9e..20295a0ff0 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -22,7 +22,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
            file://0001-util-format-Check-for-NEON-before-using-it.patch \
            "
 
-SRC_URI[sha256sum] = "e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250"
+SRC_URI[sha256sum] = "c05f9682c54560b36e0afa70896233fc73f1ed715e10d1a028b0eb84fd04426f"
 
 UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
 
@@ -34,7 +34,7 @@ do_install:append() {
     fi
 }
 
-DEPENDS = "expat makedepend-native flex-native bison-native libxml2-native zlib chrpath-replacement-native python3-mako-native gettext-native"
+DEPENDS = "expat makedepend-native flex-native bison-native libxml2-native zlib chrpath-replacement-native python3-mako-native gettext-native python3-pygments-native python3-markupsafe-native"
 EXTRANATIVEPATH += "chrpath-native"
 PROVIDES = " \
     ${@bb.utils.contains('PACKAGECONFIG', 'opengl', 'virtual/libgl', '', d)} \
diff --git a/meta/recipes-graphics/mesa/mesa_22.0.0.bb b/meta/recipes-graphics/mesa/mesa_22.0.1.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa_22.0.0.bb
rename to meta/recipes-graphics/mesa/mesa_22.0.1.bb
-- 
2.25.1



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

* Re: [OE-core] [PATCH 2/2] mesa: update to 22.0.1
  2022-04-09 14:15 ` [PATCH 2/2] mesa: update to 22.0.1 Oleksandr Kravchuk
@ 2022-04-09 14:51   ` Khem Raj
  2022-04-10 12:08     ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2022-04-09 14:51 UTC (permalink / raw)
  To: Oleksandr Kravchuk, openembedded-core



On 4/9/22 07:15, Oleksandr Kravchuk wrote:
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> ---
>   meta/recipes-graphics/mesa/mesa.inc                           | 4 ++--
>   meta/recipes-graphics/mesa/{mesa_22.0.0.bb => mesa_22.0.1.bb} | 0
>   2 files changed, 2 insertions(+), 2 deletions(-)
>   rename meta/recipes-graphics/mesa/{mesa_22.0.0.bb => mesa_22.0.1.bb} (100%)
> 
> diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
> index 21fa1a6a9e..20295a0ff0 100644
> --- a/meta/recipes-graphics/mesa/mesa.inc
> +++ b/meta/recipes-graphics/mesa/mesa.inc
> @@ -22,7 +22,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
>              file://0001-util-format-Check-for-NEON-before-using-it.patch \
>              "
>   
> -SRC_URI[sha256sum] = "e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250"
> +SRC_URI[sha256sum] = "c05f9682c54560b36e0afa70896233fc73f1ed715e10d1a028b0eb84fd04426f"
>   
>   UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
>   
> @@ -34,7 +34,7 @@ do_install:append() {
>       fi
>   }
>   
> -DEPENDS = "expat makedepend-native flex-native bison-native libxml2-native zlib chrpath-replacement-native python3-mako-native gettext-native"
> +DEPENDS = "expat makedepend-native flex-native bison-native libxml2-native zlib chrpath-replacement-native python3-mako-native gettext-native python3-pygments-native python3-markupsafe-native"

could you also describe the reason for these additional dependencies in 
commit message ?

>   EXTRANATIVEPATH += "chrpath-native"
>   PROVIDES = " \
>       ${@bb.utils.contains('PACKAGECONFIG', 'opengl', 'virtual/libgl', '', d)} \
> diff --git a/meta/recipes-graphics/mesa/mesa_22.0.0.bb b/meta/recipes-graphics/mesa/mesa_22.0.1.bb
> similarity index 100%
> rename from meta/recipes-graphics/mesa/mesa_22.0.0.bb
> rename to meta/recipes-graphics/mesa/mesa_22.0.1.bb
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#164188): https://lists.openembedded.org/g/openembedded-core/message/164188
> Mute This Topic: https://lists.openembedded.org/mt/90356472/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] 5+ messages in thread

* Re: [OE-core] [PATCH 1/2] python3-mako: update to 1.2.0
  2022-04-09 14:14 [PATCH 1/2] python3-mako: update to 1.2.0 Oleksandr Kravchuk
  2022-04-09 14:15 ` [PATCH 2/2] mesa: update to 22.0.1 Oleksandr Kravchuk
@ 2022-04-10 10:59 ` Richard Purdie
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2022-04-10 10:59 UTC (permalink / raw)
  To: Oleksandr Kravchuk, openembedded-core

On Sat, 2022-04-09 at 16:14 +0200, Oleksandr Kravchuk wrote:
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> ---
>  .../python/{python3-mako_1.1.6.bb => python3-mako_1.2.0.bb}     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/python/{python3-mako_1.1.6.bb => python3-mako_1.2.0.bb} (82%)
> 
> diff --git a/meta/recipes-devtools/python/python3-mako_1.1.6.bb b/meta/recipes-devtools/python/python3-mako_1.2.0.bb
> similarity index 82%
> rename from meta/recipes-devtools/python/python3-mako_1.1.6.bb
> rename to meta/recipes-devtools/python/python3-mako_1.2.0.bb
> index 71e5d96ba1..1acbda533d 100644
> --- a/meta/recipes-devtools/python/python3-mako_1.1.6.bb
> +++ b/meta/recipes-devtools/python/python3-mako_1.2.0.bb
> @@ -8,7 +8,7 @@ PYPI_PACKAGE = "Mako"
>  
>  inherit pypi python_setuptools_build_meta
>  
> -SRC_URI[sha256sum] = "4e9e345a41924a954251b95b4b28e14a301145b544901332e658907a7464b6b2"
> +SRC_URI[sha256sum] = "9a7c7e922b87db3686210cf49d5d767033a41d4010b284e747682c92bddd8b39"
>  
>  RDEPENDS:${PN} = "${PYTHON_PN}-html \
>                    ${PYTHON_PN}-netclient \

There is some issue with this update unfortunately:

https://autobuilder.yoctoproject.org/typhoon/#/builders/15/builds/5322/steps/12/logs/stdio

Cheers,

Richard




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

* Re: [OE-core] [PATCH 2/2] mesa: update to 22.0.1
  2022-04-09 14:51   ` [OE-core] " Khem Raj
@ 2022-04-10 12:08     ` Richard Purdie
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2022-04-10 12:08 UTC (permalink / raw)
  To: Khem Raj, Oleksandr Kravchuk, openembedded-core

On Sat, 2022-04-09 at 07:51 -0700, Khem Raj wrote:
> 
> On 4/9/22 07:15, Oleksandr Kravchuk wrote:
> > Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> > ---
> >   meta/recipes-graphics/mesa/mesa.inc                           | 4 ++--
> >   meta/recipes-graphics/mesa/{mesa_22.0.0.bb => mesa_22.0.1.bb} | 0
> >   2 files changed, 2 insertions(+), 2 deletions(-)
> >   rename meta/recipes-graphics/mesa/{mesa_22.0.0.bb => mesa_22.0.1.bb} (100%)
> > 
> > diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
> > index 21fa1a6a9e..20295a0ff0 100644
> > --- a/meta/recipes-graphics/mesa/mesa.inc
> > +++ b/meta/recipes-graphics/mesa/mesa.inc
> > @@ -22,7 +22,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
> >              file://0001-util-format-Check-for-NEON-before-using-it.patch \
> >              "
> >   
> > -SRC_URI[sha256sum] = "e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250"
> > +SRC_URI[sha256sum] = "c05f9682c54560b36e0afa70896233fc73f1ed715e10d1a028b0eb84fd04426f"
> >   
> >   UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
> >   
> > @@ -34,7 +34,7 @@ do_install:append() {
> >       fi
> >   }
> >   
> > -DEPENDS = "expat makedepend-native flex-native bison-native libxml2-native zlib chrpath-replacement-native python3-mako-native gettext-native"
> > +DEPENDS = "expat makedepend-native flex-native bison-native libxml2-native zlib chrpath-replacement-native python3-mako-native gettext-native python3-pygments-native python3-markupsafe-native"
> 
> could you also describe the reason for these additional dependencies in 
> commit message ?

Are these not needed by python3-mako and perhaps should be there instead?

Cheers,

Richard



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

end of thread, other threads:[~2022-04-11 17:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-09 14:14 [PATCH 1/2] python3-mako: update to 1.2.0 Oleksandr Kravchuk
2022-04-09 14:15 ` [PATCH 2/2] mesa: update to 22.0.1 Oleksandr Kravchuk
2022-04-09 14:51   ` [OE-core] " Khem Raj
2022-04-10 12:08     ` Richard Purdie
2022-04-10 10:59 ` [OE-core] [PATCH 1/2] python3-mako: update to 1.2.0 Richard Purdie

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.