From 72647e2c052b1f59e4a4ed9925d335edcfbf34f7 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 17 Feb 2017 07:53:49 -0500 Subject: python-pymongo: update to version 3.4.0 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pymongo.inc | 5 +++-- meta-python/recipes-devtools/python/python-pymongo_3.3.1.bb | 2 -- meta-python/recipes-devtools/python/python-pymongo_3.4.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-pymongo_3.3.1.bb | 7 ------- meta-python/recipes-devtools/python/python3-pymongo_3.4.0.bb | 10 ++++++++++ 5 files changed, 15 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pymongo_3.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pymongo_3.4.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pymongo_3.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pymongo_3.4.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 347c49792b..e709a366ac 100644 --- a/meta-python/recipes-devtools/python/python-pymongo.inc +++ b/meta-python/recipes-devtools/python/python-pymongo.inc @@ -8,11 +8,12 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=2a944942e1496af1886903d274dedb13" -SRC_URI[md5sum] = "0a21c939d66d2459062a4333dab4301b" -SRC_URI[sha256sum] = "4601cd3120e88fb532478f79f29f8f6deab380343d55ad7702a5aa1af27555b1" +SRC_URI[md5sum] = "aa77f88e51e281c9f328cea701bb6f3e" +SRC_URI[sha256sum] = "d359349c6c9ff9f482805f89e66e476846317dc7b1eea979d7da9c0857ee2721" RDEPENDS_${PN} += " \ ${PYTHON_PN}-datetime \ ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-numbers \ ${PYTHON_PN}-threading \ " diff --git a/meta-python/recipes-devtools/python/python-pymongo_3.3.1.bb b/meta-python/recipes-devtools/python/python-pymongo_3.3.1.bb deleted file mode 100644 index b1778b2f13..0000000000 --- a/meta-python/recipes-devtools/python/python-pymongo_3.3.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.4.0.bb b/meta-python/recipes-devtools/python/python-pymongo_3.4.0.bb new file mode 100644 index 0000000000..b1778b2f13 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pymongo_3.4.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pymongo.inc diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.3.1.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.3.1.bb deleted file mode 100644 index 55b3b550a5..0000000000 --- a/meta-python/recipes-devtools/python/python3-pymongo_3.3.1.bb +++ /dev/null @@ -1,7 +0,0 @@ -inherit pypi setuptools3 -require python-pymongo.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-enum \ - ${PYTHON_PN}-selectors \ -" diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.4.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.4.0.bb new file mode 100644 index 0000000000..3b250a16bf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.4.0.bb @@ -0,0 +1,10 @@ +inherit pypi setuptools3 +require python-pymongo.inc + +# Requires _pydecimal which is in misc +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-enum \ + ${PYTHON_PN}-misc \ + ${PYTHON_PN}-selectors \ + ${PYTHON_PN}-subprocess \ +" -- cgit v1.2.3-54-g00ecf