diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-27 17:47:32 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-31 03:08:50 -0700 |
| commit | 5932dfa4fe8e8b6f9081ed6e7780917604b8e091 (patch) | |
| tree | 5eda5135bf3b36119a437105d02610fa4eacda06 /meta-python | |
| parent | 24aa2102d9f6d2c020045bc999f1174198c4f55a (diff) | |
| download | meta-openembedded-5932dfa4fe8e8b6f9081ed6e7780917604b8e091.tar.gz | |
python3-decorator: upgrade 5.2.1 -> 5.3.1
License-Update: Copyright year updated to 2026
Changelog:
===========
- Added license SPDX identifier to pyproject.toml
- Added official support for Python 3.14
- Fixed a bug with "return await"
- Moved decorator.py to a package structure ('decorator/__init__.py') and
added a stub file ('decorator/__init__.pyi')
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-decorator_5.3.1.bb (renamed from meta-python/recipes-devtools/python/python3-decorator_5.2.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.2.1.bb b/meta-python/recipes-devtools/python/python3-decorator_5.3.1.bb index e0ab87f89e..611db8a3f5 100644 --- a/meta-python/recipes-devtools/python/python3-decorator_5.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-decorator_5.3.1.bb | |||
| @@ -7,9 +7,9 @@ can be abused and you should not try to solve every problem with a \ | |||
| 7 | decorator, just because you can." | 7 | decorator, just because you can." |
| 8 | 8 | ||
| 9 | LICENSE = "BSD-2-Clause" | 9 | LICENSE = "BSD-2-Clause" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=69f84fd117b2398674e12b8380df27c8" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fb3c386712bc6cfb52aae3692d1ebbd4" |
| 11 | 11 | ||
| 12 | SRC_URI[sha256sum] = "65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360" | 12 | SRC_URI[sha256sum] = "4cbcdd55a6efadb9dbea26b858f4fb3264567b52d69ca0d25b721b553f60ea82" |
| 13 | 13 | ||
| 14 | inherit pypi python_setuptools_build_meta | 14 | inherit pypi python_setuptools_build_meta |
| 15 | 15 | ||
