From 0da788aa72249d2b8d647c4091f50db0fdedd462 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 20 Nov 2019 15:29:39 +0800 Subject: python-tzlocal: upgrade 1.5.1 -> 2.0.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-tzlocal.inc | 4 ++-- meta-python/recipes-devtools/python/python-tzlocal_1.5.1.bb | 2 -- meta-python/recipes-devtools/python/python-tzlocal_2.0.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-tzlocal_1.5.1.bb | 2 -- meta-python/recipes-devtools/python/python3-tzlocal_2.0.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-tzlocal_1.5.1.bb create mode 100644 meta-python/recipes-devtools/python/python-tzlocal_2.0.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-tzlocal_1.5.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-tzlocal_2.0.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-tzlocal.inc b/meta-python/recipes-devtools/python/python-tzlocal.inc index 42f93e6a5c..3e423d2278 100644 --- a/meta-python/recipes-devtools/python/python-tzlocal.inc +++ b/meta-python/recipes-devtools/python/python-tzlocal.inc @@ -3,6 +3,6 @@ HOMEPAGE = "https://pypi.org/project/tzlocal/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10" -SRC_URI[md5sum] = "4553be891efa0812c4adfb0c6e818eec" -SRC_URI[sha256sum] = "4ebeb848845ac898da6519b9b31879cf13b6626f7184c496037b818e238f2c4e" +SRC_URI[md5sum] = "b14262cecca16ec9220ca8dff2ca7c5d" +SRC_URI[sha256sum] = "949b9dd5ba4be17190a80c0268167d7e6c92c62b30026cf9764caf3e308e5590" diff --git a/meta-python/recipes-devtools/python/python-tzlocal_1.5.1.bb b/meta-python/recipes-devtools/python/python-tzlocal_1.5.1.bb deleted file mode 100644 index b7980dd552..0000000000 --- a/meta-python/recipes-devtools/python/python-tzlocal_1.5.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-tzlocal.inc diff --git a/meta-python/recipes-devtools/python/python-tzlocal_2.0.0.bb b/meta-python/recipes-devtools/python/python-tzlocal_2.0.0.bb new file mode 100644 index 0000000000..b7980dd552 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-tzlocal_2.0.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-tzlocal.inc diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_1.5.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_1.5.1.bb deleted file mode 100644 index 813934c812..0000000000 --- a/meta-python/recipes-devtools/python/python3-tzlocal_1.5.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-tzlocal.inc diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_2.0.0.bb b/meta-python/recipes-devtools/python/python3-tzlocal_2.0.0.bb new file mode 100644 index 0000000000..813934c812 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tzlocal_2.0.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-tzlocal.inc -- cgit 1.2.3-korg