diff mbox series

[meta-python] python3-portalocker: update to version 2.8.2

Message ID 20231215001017.2557084-1-derek@asterius.io
State Accepted
Headers show
Series [meta-python] python3-portalocker: update to version 2.8.2 | expand

Commit Message

Derek Straka Dec. 15, 2023, 12:10 a.m. UTC
Signed-off-by: Derek Straka <derek@asterius.io>
---
 ...n3-portalocker_2.7.0.bb => python3-portalocker_2.8.2.bb} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-python/recipes-extended/python3-portalocker/{python3-portalocker_2.7.0.bb => python3-portalocker_2.8.2.bb} (66%)

Comments

Khem Raj Dec. 19, 2023, 6:27 a.m. UTC | #1
On Fri, 15 Dec 2023 00:10:17 +0000, Derek Straka wrote:
> 


Applied, thanks!

[1/1] python3-portalocker: update to version 2.8.2
      commit: af57a19214fdf8adc2f9ad382f857f0f8d77d51b

Best regards,
diff mbox series

Patch

diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.7.0.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.8.2.bb
similarity index 66%
rename from meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.7.0.bb
rename to meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.8.2.bb
index 03c4f2f40..e18aa83df 100644
--- a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.7.0.bb
+++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.8.2.bb
@@ -4,9 +4,11 @@  LICENSE = "BSD-3-Clause"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c"
 
-SRC_URI[sha256sum] = "032e81d534a88ec1736d03f780ba073f047a06c478b06e2937486f334e955c51"
+SRC_URI[sha256sum] = "2b035aa7828e46c58e9b31390ee1f169b98e1066ab10b9a6a861fe7e25ee4f33"
 
-inherit pypi setuptools3
+DEPENDS += "python3-setuptools-scm-native"
+
+inherit pypi python_setuptools_build_meta
 
 BBCLASSEXTEND = "native nativesdk"