From 3f8453eb11dd5b0db360c017f57fcfe9e53e90dc Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 12 Oct 2021 13:27:50 +0800 Subject: python3-jdatetime: upgrade 3.6.2 -> 3.6.4 -License-Update: Update PKG-INFO. [3.6.4] - 2021-09-15 Add Add date.min based on cpython implementation Add date.max based on cpython implementation [3.6.3] - 2020-12-11 Change Run test and publish package from github action Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin (cherry picked from commit a4724fc450c5f987d45287a5e5b50a549cb58cbf) Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-jdatetime_3.6.2.bb | 18 ------------------ .../recipes-devtools/python/python3-jdatetime_3.6.4.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-jdatetime_3.6.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-jdatetime_3.6.4.bb diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_3.6.2.bb b/meta-python/recipes-devtools/python/python3-jdatetime_3.6.2.bb deleted file mode 100644 index cadddc49f5..0000000000 --- a/meta-python/recipes-devtools/python/python3-jdatetime_3.6.2.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Jalali implementation of Python's datetime module" -HOMEPAGE = "https://github.com/slashmili/python-jalali" -LICENSE = "Python-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=fc0a323542d2fbe0ad822fa0b1a0a96f" - -SRC_URI[md5sum] = "3c9ee1bc7de48ff4d9c773046b2eb081" -SRC_URI[sha256sum] = "a589e35f0dab89283c1a3de9d70ed6cf657932aaed8e8ce1b0e5801aaab1da67" - -PYPI_PACKAGE = "jdatetime" - -inherit pypi setuptools3 - -CLEANBROKEN = "1" - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-modules \ -" - diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_3.6.4.bb b/meta-python/recipes-devtools/python/python3-jdatetime_3.6.4.bb new file mode 100644 index 0000000000..ad1ca428fe --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jdatetime_3.6.4.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Jalali implementation of Python's datetime module" +HOMEPAGE = "https://github.com/slashmili/python-jalali" +LICENSE = "Python-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=f6890b2f685363312aff7f520831cdef" + +SRC_URI[sha256sum] = "39d0be41076b3a3850c3bfa90817e7ed459edc0e9cadce37dc7229b11f121c7e" + +PYPI_PACKAGE = "jdatetime" + +inherit pypi setuptools3 + +CLEANBROKEN = "1" + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-modules \ +" + -- cgit 1.2.3-korg