From b3ffe045316f3e48b7eec34574ccb647589e296a Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 18 Dec 2017 16:23:12 -0500 Subject: python-pymongo: update to version 3.6.0 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pymongo.inc | 6 +++--- meta-python/recipes-devtools/python/python-pymongo_3.5.1.bb | 2 -- meta-python/recipes-devtools/python/python-pymongo_3.6.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymongo_3.5.1.bb | 10 ---------- meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb | 10 ++++++++++ 5 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymongo_3.5.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pymongo_3.6.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymongo_3.5.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb diff --git a/meta-python/recipes-devtools/python/python-pymongo.inc b/meta-python/recipes-devtools/python/python-pymongo.inc index 075bd3d2f4..2bb075af76 100644 --- a/meta-python/recipes-devtools/python/python-pymongo.inc +++ b/meta-python/recipes-devtools/python/python-pymongo.inc @@ -6,10 +6,10 @@ format for Python. The pymongo package is a native Python driver for \ MongoDB. The gridfs package is a gridfs implementation on top of pymongo." HOMEPAGE = "http://github.com/mongodb/mongo-python-driver" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2a944942e1496af1886903d274dedb13" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[md5sum] = "35ae53073a25603591e085b18bc5a0ec" -SRC_URI[sha256sum] = "e820d93414f3bec1fa456c84afbd4af1b43ff41366321619db74e6bc065d6924" +SRC_URI[md5sum] = "2f64fa7691c77535b72050704cc12afb" +SRC_URI[sha256sum] = "c6de26d1e171cdc449745b82f1addbc873d105b8e7335097da991c0fc664a4a8" PACKAGES =+ "${PYTHON_PN}-bson" diff --git a/meta-python/recipes-devtools/python/python-pymongo_3.5.1.bb b/meta-python/recipes-devtools/python/python-pymongo_3.5.1.bb deleted file mode 100644 index b1778b2f13..0000000000 --- a/meta-python/recipes-devtools/python/python-pymongo_3.5.1.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.6.0.bb b/meta-python/recipes-devtools/python/python-pymongo_3.6.0.bb new file mode 100644 index 0000000000..b1778b2f13 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymongo_3.6.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pymongo.inc diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.5.1.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.5.1.bb deleted file mode 100644 index 9f02cab137..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymongo_3.5.1.bb +++ /dev/null @@ -1,10 +0,0 @@ -inherit pypi setuptools3 -require python-pymongo.inc - -# Requires _pydecimal which is in misc -RDEPENDS_${PYTHON_PN}-bson += " \ - ${PYTHON_PN}-enum \ - ${PYTHON_PN}-misc \ - ${PYTHON_PN}-selectors \ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb new file mode 100644 index 0000000000..9f02cab137 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb @@ -0,0 +1,10 @@ +inherit pypi setuptools3 +require python-pymongo.inc + +# Requires _pydecimal which is in misc +RDEPENDS_${PYTHON_PN}-bson += " \ + ${PYTHON_PN}-enum \ + ${PYTHON_PN}-misc \ + ${PYTHON_PN}-selectors \ + ${PYTHON_PN}-subprocess \ +" -- cgit v1.2.3-54-g00ecf