From 40d46996c1c5e61ae0bdac9a888e52df2a3f8545 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 9 Aug 2017 21:19:20 -0400 Subject: python-iso8601: update to version 0.1.11 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-iso8601.inc | 4 ++-- meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb | 2 -- meta-python/recipes-devtools/python/python-iso8601_0.1.12.bb | 2 ++ meta-python/recipes-devtools/python/python3-iso8601_0.1.11.bb | 2 -- meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb create mode 100644 meta-python/recipes-devtools/python/python-iso8601_0.1.12.bb delete mode 100644 meta-python/recipes-devtools/python/python3-iso8601_0.1.11.bb create mode 100644 meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb diff --git a/meta-python/recipes-devtools/python/python-iso8601.inc b/meta-python/recipes-devtools/python/python-iso8601.inc index dd4b83cc9d..05cd6d3577 100644 --- a/meta-python/recipes-devtools/python/python-iso8601.inc +++ b/meta-python/recipes-devtools/python/python-iso8601.inc @@ -2,7 +2,7 @@ SUMMARY = "Simple module to parse ISO 8601 dates" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" -SRC_URI[md5sum] = "b06d11cd14a64096f907086044f0fe38" -SRC_URI[sha256sum] = "e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30" +SRC_URI[md5sum] = "4de940f691c5ea759fb254384c8ddcf6" +SRC_URI[sha256sum] = "49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb b/meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb deleted file mode 100644 index c543cf9f97..0000000000 --- a/meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-iso8601.inc diff --git a/meta-python/recipes-devtools/python/python-iso8601_0.1.12.bb b/meta-python/recipes-devtools/python/python-iso8601_0.1.12.bb new file mode 100644 index 0000000000..c543cf9f97 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-iso8601_0.1.12.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-iso8601.inc diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.11.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.11.bb deleted file mode 100644 index 4a332b53bd..0000000000 --- a/meta-python/recipes-devtools/python/python3-iso8601_0.1.11.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-iso8601.inc diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb new file mode 100644 index 0000000000..4a332b53bd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-iso8601.inc -- cgit 1.2.3-korg