diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-06-26 12:55:53 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-26 07:26:21 -0700 |
| commit | 87dd3b90ba3dd67f41388234cbe8a614de559845 (patch) | |
| tree | f026d258b3e4d71c8337fa329dd9aeed7abef785 /meta-python | |
| parent | 2cf750fcaf18baa12f4408ce57419078e27d4e0f (diff) | |
| download | meta-openembedded-87dd3b90ba3dd67f41388234cbe8a614de559845.tar.gz | |
python3-types-psutil: Upgrade 6.1.0.20241102 -> 7.0.0.20250601
Upgrade to release 7.0.0.20250601:
- Add missing __dir__ method to psutil.Popen
- Replace Incomplete | None = None in third party stubs
- Update psutil to 7.0.*
License-Update: Use LICENSE file
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-types-psutil_6.1.0.20241102.bb | 10 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb | 16 |
2 files changed, 16 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_6.1.0.20241102.bb b/meta-python/recipes-devtools/python/python3-types-psutil_6.1.0.20241102.bb deleted file mode 100644 index a24e23be70..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-psutil_6.1.0.20241102.bb +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | SUMMARY = "Typing stubs for psutil" | ||
| 2 | HOMEPAGE = "https://github.com/python/typeshed" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462545aeb1356ad23" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "8cbe086b9c29f5c0aa55c4422498c07a8e506f096205761dba088905198551dc" | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb b/meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb new file mode 100644 index 0000000000..fead4ea903 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Typing stubs for psutil" | ||
| 2 | HOMEPAGE = "https://github.com/python/typeshed" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ec038232ab86edd7354b091c54e190e2" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "types_psutil" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "71fe9c4477a7e3d4f1233862f0877af87bff057ff398f04f4e5c0ca60aded197" | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "\ | ||
| 15 | python3-psutil \ | ||
| 16 | " | ||
