From 0a812a0b74bc5adc719afe12f4d780c4fdabcaaa Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 13 Oct 2016 18:23:46 -0400 Subject: python-pymongo: update to version 3.3.0 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pymongo.inc | 4 ++-- meta-python/recipes-devtools/python/python-pymongo_3.2.2.bb | 2 -- meta-python/recipes-devtools/python/python-pymongo_3.3.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymongo_3.2.2.bb | 2 -- meta-python/recipes-devtools/python/python3-pymongo_3.3.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymongo_3.2.2.bb create mode 100644 meta-python/recipes-devtools/python/python-pymongo_3.3.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymongo_3.2.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymongo_3.3.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pymongo.inc b/meta-python/recipes-devtools/python/python-pymongo.inc index e0f52ddebe..0a256a7cb7 100644 --- a/meta-python/recipes-devtools/python/python-pymongo.inc +++ b/meta-python/recipes-devtools/python/python-pymongo.inc @@ -8,5 +8,5 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=2a944942e1496af1886903d274dedb13" -SRC_URI[md5sum] = "70408f8115d7aa52fb6eef0e552834a6" -SRC_URI[sha256sum] = "f2018165823b341d83d398165d1c625e5db5cc779e7c44c107034407808463b6" +SRC_URI[md5sum] = "42cd12a5014fb7d3e1987ca04f5c651f" +SRC_URI[sha256sum] = "3d45302fc2622fabf34356ba274c69df41285bac71bbd229f1587283b851b91e" diff --git a/meta-python/recipes-devtools/python/python-pymongo_3.2.2.bb b/meta-python/recipes-devtools/python/python-pymongo_3.2.2.bb deleted file mode 100644 index b1778b2f13..0000000000 --- a/meta-python/recipes-devtools/python/python-pymongo_3.2.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pymongo.inc diff --git a/meta-python/recipes-devtools/python/python-pymongo_3.3.0.bb b/meta-python/recipes-devtools/python/python-pymongo_3.3.0.bb new file mode 100644 index 0000000000..b1778b2f13 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymongo_3.3.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pymongo.inc diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.2.2.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.2.2.bb deleted file mode 100644 index 5164b186bf..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymongo_3.2.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-pymongo.inc diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.3.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.3.0.bb new file mode 100644 index 0000000000..5164b186bf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.3.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pymongo.inc -- cgit 1.2.3-korg