* [meta-python] [PATCH] python-mako: upgrade 1.0.10 -> 1.0.12
@ 2019-06-06 3:47 Zang Ruochen
2019-06-07 6:51 ` Tim Orling
0 siblings, 1 reply; 4+ messages in thread
From: Zang Ruochen @ 2019-06-06 3:47 UTC (permalink / raw)
To: openembedded-devel
-Upgrade from python-mako_1.0.10.bb to python-mako_1.0.12.bb.
-License-Update: Copyright year updated to 2019.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
meta-python/recipes-devtools/python/python-mako.inc | 6 +++---
.../python/{python-mako_1.0.10.bb => python-mako_1.0.12.bb} | 0
2 files changed, 3 insertions(+), 3 deletions(-)
rename meta-python/recipes-devtools/python/{python-mako_1.0.10.bb => python-mako_1.0.12.bb} (100%)
diff --git a/meta-python/recipes-devtools/python/python-mako.inc b/meta-python/recipes-devtools/python/python-mako.inc
index d86ad33cd..dc27ada74 100644
--- a/meta-python/recipes-devtools/python/python-mako.inc
+++ b/meta-python/recipes-devtools/python/python-mako.inc
@@ -2,14 +2,14 @@ SUMMARY = "A super-fast templating language that borrows the best ideas from the
HOMEPAGE = "http://www.makotemplates.org/"
SECTION = "devel/python"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1bb21fa2d2f7a534c884b990430a6863"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=df7e6c7c82990acf0228a55e00d29bc9"
PYPI_PACKAGE = "Mako"
inherit pypi
-SRC_URI[md5sum] = "a94d376078dda65f834ea5049a81ebb5"
-SRC_URI[sha256sum] = "7165919e78e1feb68b4dbe829871ea9941398178fa58e6beedb9ba14acf63965"
+SRC_URI[md5sum] = "4a7aef27217a8e6c1a29447c9b1b00ab"
+SRC_URI[sha256sum] = "0cfa65de3a835e87eeca6ac856b3013aade55f49e32515f65d999f91a2324162"
RDEPENDS_${PN} = " \
${PYTHON_PN}-html \
diff --git a/meta-python/recipes-devtools/python/python-mako_1.0.10.bb b/meta-python/recipes-devtools/python/python-mako_1.0.12.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-mako_1.0.10.bb
rename to meta-python/recipes-devtools/python/python-mako_1.0.12.bb
--
2.20.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [meta-python] [PATCH] python-mako: upgrade 1.0.10 -> 1.0.12
2019-06-06 3:47 [meta-python] [PATCH] python-mako: upgrade 1.0.10 -> 1.0.12 Zang Ruochen
@ 2019-06-07 6:51 ` Tim Orling
2019-06-07 7:50 ` Adrian Bunk
0 siblings, 1 reply; 4+ messages in thread
From: Tim Orling @ 2019-06-07 6:51 UTC (permalink / raw)
To: Zang Ruochen; +Cc: openembedded-devel
While you are at it, can you please add a python3 recipe? Python2 is EOL
soon and this recipe will be at risk for being dropped completely in a
future meta-python.
On Wed, Jun 5, 2019 at 8:46 PM Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
wrote:
> -Upgrade from python-mako_1.0.10.bb to python-mako_1.0.12.bb.
>
> -License-Update: Copyright year updated to 2019.
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
> meta-python/recipes-devtools/python/python-mako.inc | 6 +++---
> .../python/{python-mako_1.0.10.bb => python-mako_1.0.12.bb} | 0
> 2 files changed, 3 insertions(+), 3 deletions(-)
> rename meta-python/recipes-devtools/python/{python-mako_1.0.10.bb =>
> python-mako_1.0.12.bb} (100%)
>
> diff --git a/meta-python/recipes-devtools/python/python-mako.inc
> b/meta-python/recipes-devtools/python/python-mako.inc
> index d86ad33cd..dc27ada74 100644
> --- a/meta-python/recipes-devtools/python/python-mako.inc
> +++ b/meta-python/recipes-devtools/python/python-mako.inc
> @@ -2,14 +2,14 @@ SUMMARY = "A super-fast templating language that borrows
> the best ideas from the
> HOMEPAGE = "http://www.makotemplates.org/"
> SECTION = "devel/python"
> LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=1bb21fa2d2f7a534c884b990430a6863"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=df7e6c7c82990acf0228a55e00d29bc9"
>
> PYPI_PACKAGE = "Mako"
>
> inherit pypi
>
> -SRC_URI[md5sum] = "a94d376078dda65f834ea5049a81ebb5"
> -SRC_URI[sha256sum] =
> "7165919e78e1feb68b4dbe829871ea9941398178fa58e6beedb9ba14acf63965"
> +SRC_URI[md5sum] = "4a7aef27217a8e6c1a29447c9b1b00ab"
> +SRC_URI[sha256sum] =
> "0cfa65de3a835e87eeca6ac856b3013aade55f49e32515f65d999f91a2324162"
>
> RDEPENDS_${PN} = " \
> ${PYTHON_PN}-html \
> diff --git a/meta-python/recipes-devtools/python/python-mako_1.0.10.bb
> b/meta-python/recipes-devtools/python/python-mako_1.0.12.bb
> similarity index 100%
> rename from meta-python/recipes-devtools/python/python-mako_1.0.10.bb
> rename to meta-python/recipes-devtools/python/python-mako_1.0.12.bb
> --
> 2.20.1
>
>
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [meta-python] [PATCH] python-mako: upgrade 1.0.10 -> 1.0.12
2019-06-07 6:51 ` Tim Orling
@ 2019-06-07 7:50 ` Adrian Bunk
2019-06-07 13:22 ` Tim Orling
0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2019-06-07 7:50 UTC (permalink / raw)
To: Tim Orling; +Cc: openembedded-devel
On Thu, Jun 06, 2019 at 11:51:41PM -0700, Tim Orling wrote:
> While you are at it, can you please add a python3 recipe? Python2 is EOL
> soon and this recipe will be at risk for being dropped completely in a
> future meta-python.
This and others already have a python3 in oe-core.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [meta-python] [PATCH] python-mako: upgrade 1.0.10 -> 1.0.12
2019-06-07 7:50 ` Adrian Bunk
@ 2019-06-07 13:22 ` Tim Orling
0 siblings, 0 replies; 4+ messages in thread
From: Tim Orling @ 2019-06-07 13:22 UTC (permalink / raw)
To: Adrian Bunk; +Cc: openembedded-devel
On Fri, Jun 7, 2019 at 12:50 AM Adrian Bunk <bunk@stusta.de> wrote:
> On Thu, Jun 06, 2019 at 11:51:41PM -0700, Tim Orling wrote:
> > While you are at it, can you please add a python3 recipe? Python2 is EOL
> > soon and this recipe will be at risk for being dropped completely in a
> > future meta-python.
>
> This and others already have a python3 in oe-core.
>
Thank you. It was late and I forgot to look. Note to self...
>
> cu
> Adrian
>
> --
>
> "Is there not promise of rain?" Ling Tan asked suddenly out
> of the darkness. There had been need of rain for many days.
> "Only a promise," Lao Er said.
> Pearl S. Buck - Dragon Seed
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-06-07 13:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-06 3:47 [meta-python] [PATCH] python-mako: upgrade 1.0.10 -> 1.0.12 Zang Ruochen
2019-06-07 6:51 ` Tim Orling
2019-06-07 7:50 ` Adrian Bunk
2019-06-07 13:22 ` Tim Orling
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.