From 28b42e54b262f56f7b4041ed81bba4c304097afa Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 29 Jun 2018 15:37:54 -0400 Subject: python-dateutil: update to version 2.7.3 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-dateutil.inc | 4 ++-- meta-python/recipes-devtools/python/python-dateutil_2.7.2.bb | 2 -- meta-python/recipes-devtools/python/python-dateutil_2.7.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-dateutil_2.7.2.bb | 2 -- meta-python/recipes-devtools/python/python3-dateutil_2.7.3.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.7.2.bb create mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.7.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.7.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.7.3.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 333b5e224b..d96d84f318 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] = "03a08c8bcf0a2b29f1cd21b9de4d12fb" -SRC_URI[sha256sum] = "9d8074be4c993fbe4947878ce593052f71dac82932a677d49194d8ce9778002e" +SRC_URI[md5sum] = "175b7c1a3cc0cb01151eced07c61c0b8" +SRC_URI[sha256sum] = "e27001de32f627c22380a688bcc43ce83504a7bc5da472209b4c70f02829f0b8" PYPI_PACKAGE = "python-dateutil" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-dateutil_2.7.2.bb b/meta-python/recipes-devtools/python/python-dateutil_2.7.2.bb deleted file mode 100644 index 12ae4c3118..0000000000 --- a/meta-python/recipes-devtools/python/python-dateutil_2.7.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.7.3.bb b/meta-python/recipes-devtools/python/python-dateutil_2.7.3.bb new file mode 100644 index 0000000000..12ae4c3118 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-dateutil_2.7.3.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.7.2.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.7.2.bb deleted file mode 100644 index 1d2baf55c9..0000000000 --- a/meta-python/recipes-devtools/python/python3-dateutil_2.7.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.7.3.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.7.3.bb new file mode 100644 index 0000000000..1d2baf55c9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dateutil_2.7.3.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-dateutil.inc -- cgit 1.2.3-korg