diff mbox series

[meta-python,PATCHv2] python3-olefile: update to version 0.47

Message ID 20231214045909.1188612-1-derek@asterius.io
State Accepted
Headers show
Series [meta-python,PATCHv2] python3-olefile: update to version 0.47 | expand

Commit Message

Derek Straka Dec. 14, 2023, 4:59 a.m. UTC
Update license file checksum and verified the terms are the same

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../{python3-olefile_0.46.bb => python3-olefile_0.47.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-olefile_0.46.bb => python3-olefile_0.47.bb} (66%)

Comments

Khem Raj Dec. 19, 2023, 6:27 a.m. UTC | #1
On Thu, 14 Dec 2023 04:59:09 +0000, Derek Straka wrote:
> Update license file checksum and verified the terms are the same
> 
> 

Applied, thanks!

[1/1] python3-olefile: update to version 0.47
      commit: 41fef651c04b0c69a40218ea1e80455141247bc2

Best regards,
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-olefile_0.46.bb b/meta-python/recipes-devtools/python/python3-olefile_0.47.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-olefile_0.46.bb
rename to meta-python/recipes-devtools/python/python3-olefile_0.47.bb
index e29f30f6f..2db0adad8 100644
--- a/meta-python/recipes-devtools/python/python3-olefile_0.46.bb
+++ b/meta-python/recipes-devtools/python/python3-olefile_0.47.bb
@@ -1,9 +1,9 @@ 
 SUMMARY = "Python package to parse, read and write Microsoft OLE2 files"
 HOMEPAGE = "https://github.com/decalage2/olefile"
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e21a06208415d5eb2001555d37851362"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f18814bd70fd28e11a4545145dcb3822"
 
-SRC_URI[sha256sum] = "133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964"
+SRC_URI[sha256sum] = "599383381a0bf3dfbd932ca0ca6515acd174ed48870cbf7fee123d698c192c1c"
 
 inherit pypi setuptools3