diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-10-24 14:40:27 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-10-24 09:56:34 -0700 |
| commit | 7a439be8b0d1914dd64295361f0c1ab92684999d (patch) | |
| tree | 150330bf6c8f2b85e95c7da57c29f2869183a9f3 /meta-python | |
| parent | 3b17c8b52086a66441ca3703449a82b7a599ea0d (diff) | |
| download | meta-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 @@ | |||
| 1 | SUMMARY = "Cross-platform locking library" | 1 | SUMMARY = "Cross-platform locking library" |
| 2 | DESCRIPTION = "Portalocker is a library to provide an easy API to file locking" | 2 | DESCRIPTION = "Portalocker is a library to provide an easy API to file locking" |
| 3 | LICENSE = "PSF-2.0" | 3 | LICENSE = "BSD-3-Clause" |
| 4 | 4 | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "ae8e9cc2660da04bf41fa1a0eef7e300bb5e4a5869adfb1a6d8551632b559b2b" | 7 | SRC_URI[sha256sum] = "964f6830fb42a74b5d32bce99ed37d8308c1d7d44ddf18f3dd89f4680de97b39" |
| 8 | 8 | ||
| 9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
| 10 | 10 | ||
