summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-cbor2: Sanitize recipe contentNiko Mauno2024-08-261-13/+8
| | | | | | | | | Apply suggestions to recipe content ordering and indentation style from oe-stylize.py and also remove the duplicate DEPENDS line for python3-setuptools-scm-native. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUMNiko Mauno2024-08-261-2/+2
| | | | | | | | | | | Both project pypi page: https://pypi.org/project/cbor2/ as well as https://github.com/agronholm/cbor2/blob/5.6.4/LICENSE.txt state that it is subject to MIT rather than Apache-2.0 license. Also update LIC_FILES_CHKSUM value to reference the LICENSE.txt file from the downloaded archive. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: Upgrade 5.6.3 -> 5.6.4Leon Anavi2024-06-211-0/+33
Upgrade to release 5.6.4: - Fixed compilation of C extension failing on GCC 14 - Fixed compiler warnings when building C extension Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>