From 513879b1cf4e05ba3558367b18543b43ed5c78d3 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 25 Mar 2016 17:13:00 -0400 Subject: python-dateutil: update to 2.5.1 Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-dateutil.inc | 4 ++-- meta-python/recipes-devtools/python/python-dateutil_2.4.2.bb | 2 -- meta-python/recipes-devtools/python/python-dateutil_2.5.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-dateutil_2.4.2.bb | 2 -- meta-python/recipes-devtools/python/python3-dateutil_2.5.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.5.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.5.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 9200afd19e..0a95d816df 100644 --- a/meta-python/recipes-devtools/python/python-dateutil.inc +++ b/meta-python/recipes-devtools/python/python-dateutil.inc @@ -5,8 +5,8 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=51430b33c900f45f999c459ee29ca493" PR = "r0" -SRC_URI[md5sum] = "4ef68e1c485b09e9f034e10473e5add2" -SRC_URI[sha256sum] = "3e95445c1db500a344079a47b171c45ef18f57d188dffdb0e4165c71bea8eb3d" +SRC_URI[md5sum] = "2769f13c596427558136b34977a95269" +SRC_URI[sha256sum] = "40d1bc468c7df50aff9e7a12c14687f9180efcff86900ee2963f9f2c13b5d7a9" PYPI_PACKAGE = "python-dateutil" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-dateutil_2.4.2.bb b/meta-python/recipes-devtools/python/python-dateutil_2.4.2.bb deleted file mode 100644 index 12ae4c3118..0000000000 --- a/meta-python/recipes-devtools/python/python-dateutil_2.4.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.1.bb b/meta-python/recipes-devtools/python/python-dateutil_2.5.1.bb new file mode 100644 index 0000000000..12ae4c3118 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-dateutil_2.5.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.4.2.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.4.2.bb deleted file mode 100644 index 1d2baf55c9..0000000000 --- a/meta-python/recipes-devtools/python/python3-dateutil_2.4.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.1.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.5.1.bb new file mode 100644 index 0000000000..1d2baf55c9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dateutil_2.5.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-dateutil.inc -- cgit 1.2.3-korg