aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-03-25 18:23:39 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-04-01 15:33:53 +0200
commit24ed726efa82a190418ea0118b59a77777ba8017 (patch)
treec71e505bab75154e68dab8b2c939af0c270a97ae
parent7e06948cc7ef2abd9502ad162558a0742a0ffce0 (diff)
downloadmeta-python2-24ed726efa82a190418ea0118b59a77777ba8017.tar.gz
python-iso8601: update to 0.1.11
(From meta-openembedded commit: d3764f623d364efc5506b83d09db390aee2c98b1) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-iso8601_0.1.10.bb8
-rw-r--r--recipes-devtools/python/python-iso8601_0.1.11.bb8
2 files changed, 8 insertions, 8 deletions
diff --git a/recipes-devtools/python/python-iso8601_0.1.10.bb b/recipes-devtools/python/python-iso8601_0.1.10.bb
deleted file mode 100644
index f7e30cf..0000000
--- a/recipes-devtools/python/python-iso8601_0.1.10.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SUMMARY = "Simple module to parse ISO 8601 dates"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=ffb8415711cf5d3b081b87c3d0aff737"
-
-SRC_URI[md5sum] = "23acb1029acfef9c32069c6c851c3a41"
-SRC_URI[sha256sum] = "e712ff3a18604833f5073e836aad795b21170b19bbef70947c441ed89d0ac0e1"
-
-inherit pypi setuptools
diff --git a/recipes-devtools/python/python-iso8601_0.1.11.bb b/recipes-devtools/python/python-iso8601_0.1.11.bb
new file mode 100644
index 0000000..484cf12
--- /dev/null
+++ b/recipes-devtools/python/python-iso8601_0.1.11.bb
@@ -0,0 +1,8 @@
+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"
+
+inherit pypi setuptools