[oe-commits] [meta-openembedded] 01/24: python3-cassandra-driver: update to version 3.8.0

git at git.openembedded.org git at git.openembedded.org
Tue Feb 28 11:34:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit bf6d5459c59e976656c7247cadc97d90b2032e64
Author: Derek Straka <derek at asterius.io>
AuthorDate: Thu Feb 23 17:35:13 2017 -0500

    python3-cassandra-driver: update to version 3.8.0
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-cassandra-driver.inc   | 4 ++--
 .../recipes-devtools/python/python3-cassandra-driver_3.7.1.bb     | 2 --
 .../recipes-devtools/python/python3-cassandra-driver_3.8.0.bb     | 8 ++++++++
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-cassandra-driver.inc b/meta-python/recipes-devtools/python/python-cassandra-driver.inc
index bc83592..3146bc7 100644
--- a/meta-python/recipes-devtools/python/python-cassandra-driver.inc
+++ b/meta-python/recipes-devtools/python/python-cassandra-driver.inc
@@ -8,8 +8,8 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
 SRCNAME = "cassandra-driver"
 
-SRC_URI[md5sum] = "e01822b1e08940f300c0013765e070be"
-SRC_URI[sha256sum] = "cd76355a6bf30b9cb9f1dd12327b6db2f4b883d5521eb6cac5e6b905000d688e"
+SRC_URI[md5sum] = "7561a89cd8a432a22cf33abef76b64ee"
+SRC_URI[sha256sum] = "10b0c88854f3bddcfd994cb208d780507de62524ef8dcb4f068c084d335b7054"
 
 DISTUTILS_BUILD_ARGS += " \
     --no-libev \
diff --git a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.7.1.bb b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.7.1.bb
deleted file mode 100644
index 4f5c019..0000000
--- a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.7.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-cassandra-driver.inc
diff --git a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.8.0.bb b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.8.0.bb
new file mode 100644
index 0000000..34f149d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.8.0.bb
@@ -0,0 +1,8 @@
+inherit setuptools3
+require python-cassandra-driver.inc
+
+# Requires concurrent which is currently in -misc
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-misc \
+    ${PYTHON_PN}-numbers \
+"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list