diff mbox series

[meta-python] python3-xxhash: upgrade 3.0.0 -> 3.1.0

Message ID 1666593513-2652-1-git-send-email-zhengrq.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-xxhash: upgrade 3.0.0 -> 3.1.0 | expand

Commit Message

zhengrq.fnst@fujitsu.com Oct. 24, 2022, 6:38 a.m. UTC
Changelog:
=========
 Type annotations.
 Enabled muslinux wheels building.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
---
 .../python/{python3-xxhash_3.0.0.bb => python3-xxhash_3.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-xxhash_3.0.0.bb => python3-xxhash_3.1.0.bb} (83%)

Comments

Michael Opdenacker Oct. 24, 2022, 9:07 a.m. UTC | #1
Hi Zheng

On 10/24/22 08:38, zhengruoqin wrote:
> Changelog:
> =========
>   Type annotations.
>   Enabled muslinux wheels building.
>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
> ---
>   .../python/{python3-xxhash_3.0.0.bb => python3-xxhash_3.1.0.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-xxhash_3.0.0.bb => python3-xxhash_3.1.0.bb} (83%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-xxhash_3.0.0.bb b/meta-python/recipes-devtools/python/python3-xxhash_3.1.0.bb
> similarity index 83%
> rename from meta-python/recipes-devtools/python/python3-xxhash_3.0.0.bb
> rename to meta-python/recipes-devtools/python/python3-xxhash_3.1.0.bb
> index ca8ed3b01e..bb7bdd3141 100644

Your patches sent by git send-email are still missing a "From:" field 
that would make your identity correct as a commit author. This adds more 
load on the shoulders of the maintainer.

Did you run the following?
git config --global sendemail.from "zhengrq.fnst@fujitsu.com"

SeeĀ  the patches that Wang Mingyu sends now.

Thanks in advance
Michael.
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-xxhash_3.0.0.bb b/meta-python/recipes-devtools/python/python3-xxhash_3.1.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-xxhash_3.0.0.bb
rename to meta-python/recipes-devtools/python/python3-xxhash_3.1.0.bb
index ca8ed3b01e..bb7bdd3141 100644
--- a/meta-python/recipes-devtools/python/python3-xxhash_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-xxhash_3.1.0.bb
@@ -3,7 +3,7 @@  SECTION = "devel/python"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3a9dab7f159514231249aa3e108ab26b"
 
-SRC_URI[sha256sum] = "30b2d97aaf11fb122023f6b44ebb97c6955e9e00d7461a96415ca030b5ceb9c7"
+SRC_URI[sha256sum] = "ac21b1e21dc6fdfee9a57b53f4777539d53a84f2e1546a3f802f159f9966bdc1"
 
 SRC_URI += " \
     file://run-ptest \