From 631efeaada464d864524bbb5d330a9d78142a273 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 7 May 2016 11:12:50 -0400 Subject: python-dateutil: update to version 2.5.3 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-dateutil.inc | 5 +++-- meta-python/recipes-devtools/python/python-dateutil_2.5.2.bb | 2 -- meta-python/recipes-devtools/python/python-dateutil_2.5.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-dateutil_2.5.2.bb | 2 -- meta-python/recipes-devtools/python/python3-dateutil_2.5.3.bb | 2 ++ 5 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.5.2.bb create mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.5.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.5.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.5.3.bb diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc index a944ef2b9d..797234b6b9 100644 --- a/meta-python/recipes-devtools/python/python-dateutil.inc +++ b/meta-python/recipes-devtools/python/python-dateutil.inc @@ -5,10 +5,11 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=51430b33c900f45f999c459ee29ca493" PR = "r0" -SRC_URI[md5sum] = "eafe168e8f404bf384514f5116eedbb6" -SRC_URI[sha256sum] = "063907ef47f6e187b8fe0728952e4effb587a34f2dc356888646f9b71fbb2e4b" +SRC_URI[md5sum] = "05ffc6d2cc85a7fd93bb245807f715ef" +SRC_URI[sha256sum] = "1408fdb07c6a1fa9997567ce3fcee6a337b39a503d80699e0f213de4aa4b32ed" PYPI_PACKAGE = "python-dateutil" +PYPI_PACKAGE_HASH = "3ef5aad82824b369332a676a90a8c0d1e608b17e740bbb6aeeebca726f17b902" inherit pypi PACKAGES =+ "${PN}-zoneinfo" diff --git a/meta-python/recipes-devtools/python/python-dateutil_2.5.2.bb b/meta-python/recipes-devtools/python/python-dateutil_2.5.2.bb deleted file mode 100644 index 12ae4c3118..0000000000 --- a/meta-python/recipes-devtools/python/python-dateutil_2.5.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python-dateutil_2.5.3.bb b/meta-python/recipes-devtools/python/python-dateutil_2.5.3.bb new file mode 100644 index 0000000000..12ae4c3118 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-dateutil_2.5.3.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.5.2.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.5.2.bb deleted file mode 100644 index 1d2baf55c9..0000000000 --- a/meta-python/recipes-devtools/python/python3-dateutil_2.5.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.5.3.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.5.3.bb new file mode 100644 index 0000000000..1d2baf55c9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dateutil_2.5.3.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-dateutil.inc -- cgit v1.2.3-54-g00ecf