diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-05-31 20:13:47 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-01 07:48:10 -0700 |
| commit | 009003055b5713e5223ad01d4daa0aa5cca152ec (patch) | |
| tree | b1a0651ef0835a16b79a5c4484519ad05fb1e6ab /meta-python/recipes-devtools/python/python3-humanize_3.5.0.bb | |
| parent | 295406cc5af4c2dd2a270d6b9b6340bec47df8a4 (diff) | |
| download | meta-openembedded-009003055b5713e5223ad01d4daa0aa5cca152ec.tar.gz | |
python3-humanize: Upgrade 3.5.0 -> 3.6.0
Upgrade to release 3.6.0:
- Add pluralization for intword
- Add es_ES '%s and %s' translation
- Add gender support for ordinals
- Add type hints for all exposed natural* functions
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/recipes-devtools/python/python3-humanize_3.5.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-humanize_3.5.0.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python3-humanize_3.5.0.bb b/meta-python/recipes-devtools/python/python3-humanize_3.5.0.bb deleted file mode 100644 index 866079105e..0000000000 --- a/meta-python/recipes-devtools/python/python3-humanize_3.5.0.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | SUMMARY = "Python humanize utilities" | ||
| 2 | HOMEPAGE = "http://github.com/jmoiron/humanize" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "a0474226e1494923f9106758e11f0c3bb4dbe5e7d84388fa78f90eb7713b5d65" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | DEPENDS += "\ | ||
| 13 | ${PYTHON_PN}-setuptools-scm-native \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += "\ | ||
| 17 | ${PYTHON_PN}-datetime \ | ||
| 18 | " | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
