diff options
| author | zhengrq.fnst <zhengrq.fnst@fujitsu.com> | 2022-05-27 09:40:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-29 06:39:14 -0700 |
| commit | 760b96f583040da928283ea8c03928c452eccba4 (patch) | |
| tree | 2bfefa75d5fd2169324720ff0febe8535dc980a0 /meta-python/recipes-devtools/python/python3-humanize_4.1.0.bb | |
| parent | beca364c763439063e9a72c8b0bad5328724dc65 (diff) | |
| download | meta-openembedded-760b96f583040da928283ea8c03928c452eccba4.tar.gz | |
python3-humanize: upgrade 4.0.0 -> 4.1.0
Changelog:
==========
Added
------
Support Python 3.11 (#13)
Add Arabic language (jmoiron/humanize#256)
Docs: add dark mode toggle and default to system preference (jmoiron/humanize#255)
Documentation improvements (jmoiron/humanize#254)
Changed
-------
Update repo links (#2)
Fixed
-------
Removed VERSION from __all__ (#11)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-humanize_4.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-humanize_4.1.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-humanize_4.1.0.bb b/meta-python/recipes-devtools/python/python3-humanize_4.1.0.bb new file mode 100644 index 0000000000..df5a4e9d52 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-humanize_4.1.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 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] = "3a119b242ec872c029d8b7bf8435a61a5798f124b244a08013aec5617302f80e" | ||
| 9 | |||
| 10 | inherit pypi python_setuptools_build_meta | ||
| 11 | |||
| 12 | DEPENDS += "\ | ||
| 13 | ${PYTHON_PN}-setuptools-scm-native \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += "\ | ||
| 17 | ${PYTHON_PN}-datetime \ | ||
| 18 | ${PYTHON_PN}-setuptools \ | ||
| 19 | " | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
