From e2ba26f14bc426fefc04ae11a255500762aea98c Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 14 Nov 2019 09:14:05 +0800 Subject: python-dateutil: upgrade 2.8.0 -> 2.8.1 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-dateutil.inc | 4 ++-- meta-python/recipes-devtools/python/python-dateutil_2.8.0.bb | 2 -- meta-python/recipes-devtools/python/python-dateutil_2.8.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-dateutil_2.8.0.bb | 2 -- meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.8.0.bb create mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.8.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.8.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc index 8cc2373cd8..3c89cd62c1 100644 --- a/meta-python/recipes-devtools/python/python-dateutil.inc +++ b/meta-python/recipes-devtools/python/python-dateutil.inc @@ -4,8 +4,8 @@ HOMEPAGE = "https://dateutil.readthedocs.org" LICENSE = "BSD-3-Clause & Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3155c7bdc71f66e02678411d2abf996" -SRC_URI[md5sum] = "354db28843d949f1bc3e49e8458e22df" -SRC_URI[sha256sum] = "c89805f6f4d64db21ed966fda138f8a5ed7a4fdbc1a8ee329ce1b74e3c74da9e" +SRC_URI[md5sum] = "f2a1d4b680b297b367a974664ca3a4f6" +SRC_URI[sha256sum] = "73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c" PYPI_PACKAGE = "python-dateutil" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-dateutil_2.8.0.bb b/meta-python/recipes-devtools/python/python-dateutil_2.8.0.bb deleted file mode 100644 index 12ae4c3118..0000000000 --- a/meta-python/recipes-devtools/python/python-dateutil_2.8.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python-dateutil_2.8.1.bb b/meta-python/recipes-devtools/python/python-dateutil_2.8.1.bb new file mode 100644 index 0000000000..12ae4c3118 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-dateutil_2.8.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.8.0.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.8.0.bb deleted file mode 100644 index 1d2baf55c9..0000000000 --- a/meta-python/recipes-devtools/python/python3-dateutil_2.8.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb new file mode 100644 index 0000000000..1d2baf55c9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-dateutil.inc -- cgit v1.2.3-54-g00ecf