[meta-python] python3-crc32c: upgrade 2.2.post0 -> 2.3

Message ID 1654759102-11018-1-git-send-email-zhengrq.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-crc32c: upgrade 2.2.post0 -> 2.3 | expand

Commit Message

zhengrq.fnst@fujitsu.com June 9, 2022, 7:18 a.m. UTC
Changelog:
==========
*Improved macro definition logic and platform detection to enable building
 universal2 binary wheels for macOS, alongside arm64 and x86_64 ones;
 added step to GitHub Actions to generate and publish them (#28).
*Mention explicit support for Python 3.10.
*Fixed minor compilation warning in ARM64 builds.


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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-crc32c_2.2.post0.bb b/meta-python/recipes-devtools/python/python3-crc32c_2.3.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-crc32c_2.2.post0.bb
rename to meta-python/recipes-devtools/python/python3-crc32c_2.3.bb
index 4f6a3aba9..203256895 100644
--- a/meta-python/recipes-devtools/python/python3-crc32c_2.2.post0.bb
+++ b/meta-python/recipes-devtools/python/python3-crc32c_2.3.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = " \
     file://crc32c_adler.c;startline=9;endline=24;md5=c60e6e55d0e5d95effa6fad27db0711a \
 "
 
-SRC_URI[sha256sum] = "3d058e7a5e37e4985d1a7ad4cb702bca56b490daa658d4851377d13ead8b435e"
+SRC_URI[sha256sum] = "17ce6c596ad0d53df52dcd72defb66984aeabd98fbefea7ba848a6b6bdece36a"
 
 inherit pypi setuptools3