[oe-commits] [openembedded-core] 38/66: python3-numpy: upgrade to 1.13.3

git at git.openembedded.org git at git.openembedded.org
Sun Nov 5 13:56:24 UTC 2017


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

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 0d38049f41b78a897309f919161357e4a56dc409
Author: Jose Lamego <jose.a.lamego at linux.intel.com>
AuthorDate: Wed Oct 11 16:15:45 2017 -0500

    python3-numpy: upgrade to 1.13.3
    
    python3-numpy needs to be upgraded to latest stable version.
    
    This change was tested on qemux86 running core-image-minimal.
    
    Signed-off-by: Jose Lamego <jose.a.lamego at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../python-numpy/{python3-numpy_1.13.1.bb => python3-numpy_1.13.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.13.1.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.13.3.bb
similarity index 95%
rename from meta/recipes-devtools/python-numpy/python3-numpy_1.13.1.bb
rename to meta/recipes-devtools/python-numpy/python3-numpy_1.13.3.bb
index 29874b8..42b2a18 100644
--- a/meta/recipes-devtools/python-numpy/python3-numpy_1.13.1.bb
+++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.13.3.bb
@@ -11,8 +11,8 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S
            file://fix_shebang_f2py.patch \
            file://0001-BUG-fix-infinite-loop-when-creating-np.pad-on-an-emp.patch \
            ${CONFIGFILESURI} "
-SRC_URI[md5sum] = "6d459e4a24f5035f720dda3c57716a92"
-SRC_URI[sha256sum] = "de020ec06f1e9ce1115a50161a38bf8d4c2525379900f9cb478cc613a1e7cd93"
+SRC_URI[md5sum] = "c1d433e5973e548809e80c9118474b73"
+SRC_URI[sha256sum] = "4c6b4eef790528bebb7ec9590d74cc193868940fe68e4109a91c196df72d8094"
 
 UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases"
 

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


More information about the Openembedded-commits mailing list