summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-10-24 14:40:27 +0800
committerKhem Raj <raj.khem@gmail.com>2022-10-24 09:56:34 -0700
commit7a439be8b0d1914dd64295361f0c1ab92684999d (patch)
tree150330bf6c8f2b85e95c7da57c29f2869183a9f3 /meta-python
parent3b17c8b52086a66441ca3703449a82b7a599ea0d (diff)
downloadmeta-openembedded-7a439be8b0d1914dd64295361f0c1ab92684999d.tar.gz
python3-portalocker: upgrade 2.5.1 -> 2.6.0
License-Update: updated to BSD-3-Clause Changelog: ========== Added fileno() support. Fixes #80 on posix systems Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.6.0.bb (renamed from meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.5.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.5.1.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.6.0.bb
index 55037d1ebd..1762ae3a5e 100644
--- a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.5.1.bb
+++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.6.0.bb
@@ -1,10 +1,10 @@
1SUMMARY = "Cross-platform locking library" 1SUMMARY = "Cross-platform locking library"
2DESCRIPTION = "Portalocker is a library to provide an easy API to file locking" 2DESCRIPTION = "Portalocker is a library to provide an easy API to file locking"
3LICENSE = "PSF-2.0" 3LICENSE = "BSD-3-Clause"
4 4
5LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c"
6 6
7SRC_URI[sha256sum] = "ae8e9cc2660da04bf41fa1a0eef7e300bb5e4a5869adfb1a6d8551632b559b2b" 7SRC_URI[sha256sum] = "964f6830fb42a74b5d32bce99ed37d8308c1d7d44ddf18f3dd89f4680de97b39"
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10