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 | |
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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb (renamed from meta-python/recipes-devtools/python/python3-jdatetime_3.8.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_3.8.1.bb b/meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb index 37c99e676c..67a6ea1f21 100644 --- a/meta-python/recipes-devtools/python/python3-jdatetime_3.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-jdatetime_3.8.2.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/slashmili/python-jalali" | |||
3 | LICENSE = "Python-2.0" | 3 | LICENSE = "Python-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "db57ee517356b1bfc1603ef412f5da61eae92241ba0bcaf0851028cae424780c" | 6 | SRC_URI[sha256sum] = "c685687e3f39e1b9a3ba9c00ed9d8e88603bc8994413e84623e6c5d43214e6f8" |
7 | 7 | ||
8 | PYPI_PACKAGE = "jdatetime" | 8 | PYPI_PACKAGE = "jdatetime" |
9 | 9 | ||