python3-libarchive-c: upgrade 3.1 -> 3.2

Message ID 1638179879-118331-2-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit b9176bf09e68fcb01b4d81d26bc507b6336afade
Headers show
Series python3-libarchive-c: upgrade 3.1 -> 3.2 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 29, 2021, 9:57 a.m. UTC
This release fixes the seek callbacks passed to libarchive by the custom_reader and stream_reader function.
(https://github.com/Changaco/python-libarchive-c/pull/116)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...python3-libarchive-c_3.1.bb => python3-libarchive-c_3.2.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-libarchive-c_3.1.bb => python3-libarchive-c_3.2.bb} (79%)

Patch

diff --git a/meta/recipes-devtools/python/python3-libarchive-c_3.1.bb b/meta/recipes-devtools/python/python3-libarchive-c_3.2.bb
similarity index 79%
rename from meta/recipes-devtools/python/python3-libarchive-c_3.1.bb
rename to meta/recipes-devtools/python/python3-libarchive-c_3.2.bb
index ac8466e63b..cc04210e72 100644
--- a/meta/recipes-devtools/python/python3-libarchive-c_3.1.bb
+++ b/meta/recipes-devtools/python/python3-libarchive-c_3.2.bb
@@ -9,8 +9,7 @@  PYPI_PACKAGE = "libarchive-c"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "8c62da42a8b9bd24642e5430427e6f5a"
-SRC_URI[sha256sum] = "618a7ecfbfb58ca15e11e3138d4a636498da3b6bc212811af158298530fbb87e"
+SRC_URI[sha256sum] = "21ad493f4628972fc82440bff54c834a9fbe13be3893037a4bad332b9ee741e5"
 
 RDEPENDS:${PN} += "\
   libarchive \