From 37a116a3edb4d3ffe54674955f989ad04e0e6e45 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 24 Jul 2017 14:13:27 -0400 Subject: python-dateutil: update to version 2.6.1 Updated license checksum and verified terms remain unchanged Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-dateutil.inc | 6 +++--- meta-python/recipes-devtools/python/python-dateutil_2.6.0.bb | 2 -- meta-python/recipes-devtools/python/python-dateutil_2.6.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-dateutil_2.6.0.bb | 2 -- meta-python/recipes-devtools/python/python3-dateutil_2.6.1.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.6.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.6.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc index d0ebc70b51..ca51059b09 100644 --- a/meta-python/recipes-devtools/python/python-dateutil.inc +++ b/meta-python/recipes-devtools/python/python-dateutil.inc @@ -2,10 +2,10 @@ SUMMARY = "Extensions to the standard Python datetime module" DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in the Python standard library." HOMEPAGE = "https://dateutil.readthedocs.org" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=51430b33c900f45f999c459ee29ca493" +LIC_FILES_CHKSUM = "file://LICENSE;md5=31f72d4cad3675fb091537b9b2f32de0" -SRC_URI[md5sum] = "6e38f91e8c94c15a79ce22768dfeca87" -SRC_URI[sha256sum] = "62a2f8df3d66f878373fd0072eacf4ee52194ba302e00082828e0d263b0418d2" +SRC_URI[md5sum] = "db38f6b4511cefd76014745bb0cc45a4" +SRC_URI[sha256sum] = "891c38b2a02f5bb1be3e4793866c8df49c7d19baabf9c1bad62547e0b4866aca" PYPI_PACKAGE = "python-dateutil" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-dateutil_2.6.0.bb b/meta-python/recipes-devtools/python/python-dateutil_2.6.0.bb deleted file mode 100644 index 12ae4c3118..0000000000 --- a/meta-python/recipes-devtools/python/python-dateutil_2.6.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.6.1.bb b/meta-python/recipes-devtools/python/python-dateutil_2.6.1.bb new file mode 100644 index 0000000000..12ae4c3118 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-dateutil_2.6.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.6.0.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.6.0.bb deleted file mode 100644 index 1d2baf55c9..0000000000 --- a/meta-python/recipes-devtools/python/python3-dateutil_2.6.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.6.1.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.6.1.bb new file mode 100644 index 0000000000..1d2baf55c9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dateutil_2.6.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-dateutil.inc -- cgit 1.2.3-korg