Re: [OE-core] [PATCH] python3-numpy: upgrade to 1.13.3

2017-10-16 Thread Jose Lamego


On 10/16/2017 04:45 PM, Burton, Ross wrote:
> On 11 October 2017 at 22:15, Jose Lamego 
> wrote:
>
>> -SRC_URI[md5sum] = "6d459e4a24f5035f720dda3c57716a92"
>> -SRC_URI[sha256sum] = "de020ec06f1e9ce1115a50161a38bf
>> 8d4c2525379900f9cb478cc613a1e7cd93"
>> +SRC_URI[md5sum] = "c1d433e5973e548809e80c9118474b73"
>> +SRC_URI[sha256sum] = "4c6b4eef790528bebb7ec9590d74cc
>> 193868940fe68e4109a91c196df"
>>
> ERROR: python3-numpy-1.13.3-r0 do_fetch: Fetcher failure for URL: '
> https://github.com/numpy/numpy/releases/download/v1.13.3/numpy-1.13.3.tar.gz'.
> Checksum mismatch!
> File: '/home/ross/Yocto/downloads/numpy-1.13.3.tar.gz' has sha256 checksum
> 4c6b4eef790528bebb7ec9590d74cc193868940fe68e4109a91c196df72d8094 when
> 4c6b4eef790528bebb7ec9590d74cc193868940fe68e4109a91c196df was expected
> If this change is expected (e.g. you have upgraded to a new version without
> updating the checksums) then you can use these lines within the recipe:
> SRC_URI[md5sum] = "c1d433e5973e548809e80c9118474b73"
> SRC_URI[sha256sum] =
> "4c6b4eef790528bebb7ec9590d74cc193868940fe68e4109a91c196df72d8094"
>
> Looks like the copy/paste for the checksum was truncated, no idea how this
> built!
>
> I've fixed locally and am build testing now.

I'm pretty sure this was my mistake. Thanks

>
> Ross
>

-- 
Jose Lamego | OTC Embedded Platform & Tools | GDC

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] python3-numpy: upgrade to 1.13.3

2017-10-16 Thread Burton, Ross
On 11 October 2017 at 22:15, Jose Lamego 
wrote:

> -SRC_URI[md5sum] = "6d459e4a24f5035f720dda3c57716a92"
> -SRC_URI[sha256sum] = "de020ec06f1e9ce1115a50161a38bf
> 8d4c2525379900f9cb478cc613a1e7cd93"
> +SRC_URI[md5sum] = "c1d433e5973e548809e80c9118474b73"
> +SRC_URI[sha256sum] = "4c6b4eef790528bebb7ec9590d74cc
> 193868940fe68e4109a91c196df"
>

ERROR: python3-numpy-1.13.3-r0 do_fetch: Fetcher failure for URL: '
https://github.com/numpy/numpy/releases/download/v1.13.3/numpy-1.13.3.tar.gz'.
Checksum mismatch!
File: '/home/ross/Yocto/downloads/numpy-1.13.3.tar.gz' has sha256 checksum
4c6b4eef790528bebb7ec9590d74cc193868940fe68e4109a91c196df72d8094 when
4c6b4eef790528bebb7ec9590d74cc193868940fe68e4109a91c196df was expected
If this change is expected (e.g. you have upgraded to a new version without
updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "c1d433e5973e548809e80c9118474b73"
SRC_URI[sha256sum] =
"4c6b4eef790528bebb7ec9590d74cc193868940fe68e4109a91c196df72d8094"

Looks like the copy/paste for the checksum was truncated, no idea how this
built!

I've fixed locally and am build testing now.

Ross
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] python3-numpy: upgrade to 1.13.3

2017-10-11 Thread Jose Lamego
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 
---
 .../python-numpy/{python3-numpy_1.13.1.bb => python3-numpy_1.13.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python-numpy/{python3-numpy_1.13.1.bb => 
python3-numpy_1.13.3.bb} (95%)

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..2083772 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] = 
"4c6b4eef790528bebb7ec9590d74cc193868940fe68e4109a91c196df"
 
 UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases;
 
-- 
2.7.4

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core