diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-04-02 15:34:53 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-04-06 08:58:42 -0700 |
| commit | a112f5ed6c7c611445583a08a2d1b22e6e141526 (patch) | |
| tree | 12e4d36746f2cb231e1d8ef422b68fd3a84cfc73 /meta-python | |
| parent | 8507a0dda68d17874d6e5768683657914c88d3e5 (diff) | |
| download | meta-openembedded-a112f5ed6c7c611445583a08a2d1b22e6e141526.tar.gz | |
python3-decorator: Upgrade 4.4.2 -> 5.0.1
Upgrade to release 5.0.1:
- Dropped support for Python < 3.5 with a substantial
simplification of the code base. Ported CI from Travis to
GitHub.
- Fixed setup.cfg and python_requires in setup.py
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-decorator_4.4.2.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-decorator_4.4.2.bb b/meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb index 23d0cf2181..e9d20379f9 100644 --- a/meta-python/recipes-devtools/python/python3-decorator_4.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb | |||
| @@ -9,8 +9,7 @@ decorator, just because you can." | |||
| 9 | LICENSE = "BSD-2-Clause" | 9 | LICENSE = "BSD-2-Clause" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=be2fd2007972bf96c08af3293d728b22" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=be2fd2007972bf96c08af3293d728b22" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "d83c624cce93e6bdfab144821b526e1d" | 12 | SRC_URI[sha256sum] = "1e53162e016f317a61d93848f00e80e7109ca9ed06846c7f2930cf0ebede7c6c" |
| 13 | SRC_URI[sha256sum] = "e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7" | ||
| 14 | 13 | ||
| 15 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
| 16 | 15 | ||
