diff mbox series

[kirkstone,1/1] python3-mako: upgrade 1.2.1 -> 1.2.2

Message ID 20221027132904.1998146-1-narpat.mali@windriver.com
State New, archived
Headers show
Series [kirkstone,1/1] python3-mako: upgrade 1.2.1 -> 1.2.2 | expand

Commit Message

nmali Oct. 27, 2022, 1:29 p.m. UTC
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

Upstream master commit:
https://git.openembedded.org/openembedded-core/commit/?id=10f9720a7fe1d25efce6a0ea0dec0052bb0f92c1

Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
---
 .../python/{python3-mako_1.2.1.bb => python3-mako_1.2.2.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-mako_1.2.1.bb => python3-mako_1.2.2.bb} (85%)

Comments

Tim Orling Nov. 1, 2022, 3:15 p.m. UTC | #1
For backporting patches to a stable branch, we need to know that it follows
stable policy of only bug fix and security updates (no new features).

For example:

Released: Thu Jun 30 2022 bug
<https://docs.makotemplates.org/en/latest/changelog.html#change-1.2.1-bug>

   -

   *[bug] [tests]*
   <https://docs.makotemplates.org/en/latest/changelog.html#change-7e2f4d669d1bb422b3a0e6b9f7f4b615>

   Various fixes to the test suite in the area of exception message
   rendering to accommodate for variability in Python versions as well as
   Pygments.

   References: #360 <https://github.com/sqlalchemy/mako/issues/360>


misc
<https://docs.makotemplates.org/en/latest/changelog.html#change-1.2.1-misc>

   -

   *[performance]*
   <https://docs.makotemplates.org/en/latest/changelog.html#change-ee7d215ad290ddd180e2145efae5b823>

   Optimized some codepaths within the lexer/Python code generation
   process, improving performance for generation of templates prior to their
   being cached. Pull request courtesy Takuto Ikuta.

   References: #361 <https://github.com/sqlalchemy/mako/issues/361>



https://docs.makotemplates.org/en/latest/changelog.html#change-1.2.1




On Thu, Oct 27, 2022 at 6:30 AM Narpat Mali <narpat.mali@windriver.com>
wrote:

> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
>
> Upstream master commit:
>
> https://git.openembedded.org/openembedded-core/commit/?id=10f9720a7fe1d25efce6a0ea0dec0052bb0f92c1
>
> Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
> ---
>  .../python/{python3-mako_1.2.1.bb => python3-mako_1.2.2.bb}     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/python/{python3-mako_1.2.1.bb =>
> python3-mako_1.2.2.bb} (85%)
>
> diff --git a/meta/recipes-devtools/python/python3-mako_1.2.1.bb
> b/meta/recipes-devtools/python/python3-mako_1.2.2.bb
> similarity index 85%
> rename from meta/recipes-devtools/python/python3-mako_1.2.1.bb
> rename to meta/recipes-devtools/python/python3-mako_1.2.2.bb
> index 8155c37984..e3774ee621 100644
> --- a/meta/recipes-devtools/python/python3-mako_1.2.1.bb
> +++ b/meta/recipes-devtools/python/python3-mako_1.2.2.bb
> @@ -8,7 +8,7 @@ PYPI_PACKAGE = "Mako"
>
>  inherit pypi python_setuptools_build_meta
>
> -SRC_URI[sha256sum] =
> "f054a5ff4743492f1aa9ecc47172cb33b42b9d993cffcc146c9de17e717b0307"
> +SRC_URI[sha256sum] =
> "3724869b363ba630a272a5f89f68c070352137b8fd1757650017b7e06fda163f"
>
>  RDEPENDS:${PN} = "${PYTHON_PN}-html \
>                    ${PYTHON_PN}-markupsafe \
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#172193):
> https://lists.openembedded.org/g/openembedded-core/message/172193
> Mute This Topic: https://lists.openembedded.org/mt/94603766/924729
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-mako_1.2.1.bb b/meta/recipes-devtools/python/python3-mako_1.2.2.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-mako_1.2.1.bb
rename to meta/recipes-devtools/python/python3-mako_1.2.2.bb
index 8155c37984..e3774ee621 100644
--- a/meta/recipes-devtools/python/python3-mako_1.2.1.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.2.2.bb
@@ -8,7 +8,7 @@  PYPI_PACKAGE = "Mako"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "f054a5ff4743492f1aa9ecc47172cb33b42b9d993cffcc146c9de17e717b0307"
+SRC_URI[sha256sum] = "3724869b363ba630a272a5f89f68c070352137b8fd1757650017b7e06fda163f"
 
 RDEPENDS:${PN} = "${PYTHON_PN}-html \
                   ${PYTHON_PN}-markupsafe \