From 97464104d603d27c5778700edb8c64b609aa6259 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 27 Jul 2018 13:41:16 -0400 Subject: python-pymongo: update to version 3.7.1 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pymongo.inc | 4 ++-- meta-python/recipes-devtools/python/python-pymongo_3.7.0.bb | 2 -- meta-python/recipes-devtools/python/python-pymongo_3.7.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymongo_3.7.0.bb | 2 -- meta-python/recipes-devtools/python/python3-pymongo_3.7.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymongo_3.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python-pymongo_3.7.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymongo_3.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymongo_3.7.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pymongo.inc b/meta-python/recipes-devtools/python/python-pymongo.inc index 02264e9b0a..b5277f1c91 100644 --- a/meta-python/recipes-devtools/python/python-pymongo.inc +++ b/meta-python/recipes-devtools/python/python-pymongo.inc @@ -8,8 +8,8 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[md5sum] = "f493c23d4ee22255eb85288726907f95" -SRC_URI[sha256sum] = "3327afb38017ac1de32e4ca3a6c8edb1fe19d6024771609590684d3a37e7c250" +SRC_URI[md5sum] = "7449c81a6c32c3c8cb9bebebc848fded" +SRC_URI[sha256sum] = "f14fb6c4058772a0d74d82874d3b89d7264d89b4ed7fa0413ea0ef8112b268b9" PACKAGES =+ "${PYTHON_PN}-bson" diff --git a/meta-python/recipes-devtools/python/python-pymongo_3.7.0.bb b/meta-python/recipes-devtools/python/python-pymongo_3.7.0.bb deleted file mode 100644 index b1778b2f13..0000000000 --- a/meta-python/recipes-devtools/python/python-pymongo_3.7.0.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.7.1.bb b/meta-python/recipes-devtools/python/python-pymongo_3.7.1.bb new file mode 100644 index 0000000000..b1778b2f13 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymongo_3.7.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pymongo.inc diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.7.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.7.0.bb deleted file mode 100644 index 5164b186bf..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymongo_3.7.0.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.7.1.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.7.1.bb new file mode 100644 index 0000000000..5164b186bf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.7.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pymongo.inc -- cgit 1.2.3-korg