diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-07-15 18:24:46 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-07-16 12:10:01 -0700 |
| commit | b9cee05f04f4aa71e7fe25f3bebc5621d9b6f824 (patch) | |
| tree | f2c64b3ca1bdb56711e2074b06d4125fa8ef34d0 /meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb | |
| parent | 0b9e55a8649774d41b8a612ef08fcc17ea3ecda4 (diff) | |
| download | meta-openembedded-b9cee05f04f4aa71e7fe25f3bebc5621d9b6f824.tar.gz | |
python3-cbor2: Upgrade 5.1.0 -> 5.1.1
Upgrade to release 5.1.1:
- Build system: Making C lib optional if it fails to compile
- Build system: Better Glibc version detection
- Tests: Positive and negative bignums
- Bugfix: Fractional seconds parsing in datetimes
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb deleted file mode 100644 index 8125399418..0000000000 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)." | ||
| 2 | DEPENDS +="${PYTHON_PN}-setuptools-scm-native" | ||
| 3 | |||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "43ce11e8c2fe4971d386d1a60cf83bfa0a4a667b97668ba76acbf5e6398821aa" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 ptest | ||
| 10 | |||
| 11 | SRC_URI += " \ | ||
| 12 | file://run-ptest \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS_${PN}-ptest += " \ | ||
| 16 | ${PYTHON_PN}-pytest \ | ||
| 17 | ${PYTHON_PN}-unixadmin \ | ||
| 18 | " | ||
| 19 | |||
| 20 | do_install_ptest() { | ||
| 21 | install -d ${D}${PTEST_PATH}/tests | ||
| 22 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 23 | } | ||
| 24 | |||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | ${PYTHON_PN}-datetime \ | ||
| 27 | " | ||
| 28 | |||
| 29 | BBCLASSEXTEND = "native nativesdk" | ||
