[meta-python] python3-pystache: upgrade 0.5.4 -> 0.6.0

Message ID 1642067014-26574-1-git-send-email-xuhuan.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-pystache: upgrade 0.5.4 -> 0.6.0 | expand

Commit Message

XU Huan Jan. 13, 2022, 9:43 a.m. UTC
From: Xu Huan <xuhuan.fnst@fujitsu.com>

changelog:
===============================================================================
Bump spec versions to latest => v1.1.3
Modernize python and CI tools, update docs/doctests
Update unicode conversion test for py3-only
Add pep8speaks cfg, cleanup warnings
Remove superfluous setup test/unused imports
Add conda recipe/CI build

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../{python3-pystache_0.5.4.bb => python3-pystache_0.6.0.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pystache_0.5.4.bb => python3-pystache_0.6.0.bb} (73%)

Comments

Khem Raj Jan. 13, 2022, 7:59 p.m. UTC | #1
this fails to patch
https://errors.yoctoproject.org/Errors/Details/622568/

On Thu, Jan 13, 2022 at 1:44 AM xuhuan.fnst@fujitsu.com
<xuhuan.fnst@fujitsu.com> wrote:
>
> From: Xu Huan <xuhuan.fnst@fujitsu.com>
>
> changelog:
> ===============================================================================
> Bump spec versions to latest => v1.1.3
> Modernize python and CI tools, update docs/doctests
> Update unicode conversion test for py3-only
> Add pep8speaks cfg, cleanup warnings
> Remove superfluous setup test/unused imports
> Add conda recipe/CI build
>
> Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
> ---
>  .../{python3-pystache_0.5.4.bb => python3-pystache_0.6.0.bb}   | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>  rename meta-python/recipes-devtools/python/{python3-pystache_0.5.4.bb => python3-pystache_0.6.0.bb} (73%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pystache_0.5.4.bb b/meta-python/recipes-devtools/python/python3-pystache_0.6.0.bb
> similarity index 73%
> rename from meta-python/recipes-devtools/python/python3-pystache_0.5.4.bb
> rename to meta-python/recipes-devtools/python/python3-pystache_0.6.0.bb
> index 0ae5a19115..d64b806600 100644
> --- a/meta-python/recipes-devtools/python/python3-pystache_0.5.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-pystache_0.6.0.bb
> @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=eb4417802c56384aac71b34505528a60"
>
>  SRC_URI += "file://0001-Modernize-python-versions-remove-py2x-and-fix-tests-.patch"
>
> -SRC_URI[md5sum] = "485885e67a0f6411d5252e69b20a35ca"
> -SRC_URI[sha256sum] = "f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eabd3b85a"
> +SRC_URI[sha256sum] = "93bf92b2149a4c4b58d12142e2c4c6dd5c08d89e4c95afccd4b6efe2ee1d470d"
>
>  inherit pypi setuptools3
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#94805): https://lists.openembedded.org/g/openembedded-devel/message/94805
> Mute This Topic: https://lists.openembedded.org/mt/88393631/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pystache_0.5.4.bb b/meta-python/recipes-devtools/python/python3-pystache_0.6.0.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-pystache_0.5.4.bb
rename to meta-python/recipes-devtools/python/python3-pystache_0.6.0.bb
index 0ae5a19115..d64b806600 100644
--- a/meta-python/recipes-devtools/python/python3-pystache_0.5.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pystache_0.6.0.bb
@@ -5,8 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=eb4417802c56384aac71b34505528a60"
 
 SRC_URI += "file://0001-Modernize-python-versions-remove-py2x-and-fix-tests-.patch"
 
-SRC_URI[md5sum] = "485885e67a0f6411d5252e69b20a35ca"
-SRC_URI[sha256sum] = "f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eabd3b85a"
+SRC_URI[sha256sum] = "93bf92b2149a4c4b58d12142e2c4c6dd5c08d89e4c95afccd4b6efe2ee1d470d"
 
 inherit pypi setuptools3