diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-01-26 16:07:22 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-31 08:15:16 -0800 |
| commit | b9e0ec1033d633a84f4035a7b4d71e5055003ecb (patch) | |
| tree | aef37d7d7fb29feb2c98b19e961e2b5ad8d8140a /meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb | |
| parent | 2c90fd26abae5367683dff3945634b781de53714 (diff) | |
| download | meta-openembedded-b9e0ec1033d633a84f4035a7b4d71e5055003ecb.tar.gz | |
python3-jdatetime: Upgrade 3.8.1 -> 3.8.2
Upgrade to release 3.8.2:
- Fix older version objects unpickling problem
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-jdatetime_3.8.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb b/meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb new file mode 100644 index 0000000000..67a6ea1f21 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Jalali implementation of Python's datetime module" | ||
| 2 | HOMEPAGE = "https://github.com/slashmili/python-jalali" | ||
| 3 | LICENSE = "Python-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "c685687e3f39e1b9a3ba9c00ed9d8e88603bc8994413e84623e6c5d43214e6f8" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "jdatetime" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | CLEANBROKEN = "1" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += " \ | ||
| 15 | ${PYTHON_PN}-modules \ | ||
| 16 | " | ||
| 17 | |||
