All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python-pyparsing: fix SRC_URI's checksum
@ 2018-02-27  1:55 Robert Yang
  2018-02-27  6:15 ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Yang @ 2018-02-27  1:55 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 recipes-devtools/python/python-pyparsing_2.0.1.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-devtools/python/python-pyparsing_2.0.1.bb b/recipes-devtools/python/python-pyparsing_2.0.1.bb
index 2ef6df9..c19f137 100644
--- a/recipes-devtools/python/python-pyparsing_2.0.1.bb
+++ b/recipes-devtools/python/python-pyparsing_2.0.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
 
-SRC_URI[md5sum] = "dc7036a6f1ab01c3baed3d97af8d77c0"
-SRC_URI[sha256sum] = "7e1766ee747cca79fe172b670fd53ef58fc55d2b1804fd6c66d857abb62d143a"
+SRC_URI[md5sum] = "37adec94104b98591507218bc82e7c31"
+SRC_URI[sha256sum] = "0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4"
 
 inherit distutils pypi
-- 
2.10.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] python-pyparsing: fix SRC_URI's checksum
  2018-02-27  1:55 [PATCH] python-pyparsing: fix SRC_URI's checksum Robert Yang
@ 2018-02-27  6:15 ` Bruce Ashfield
  2018-02-27  6:46   ` Robert Yang
  2018-02-27  7:02   ` [PATCH V2] " Robert Yang
  0 siblings, 2 replies; 6+ messages in thread
From: Bruce Ashfield @ 2018-02-27  6:15 UTC (permalink / raw)
  To: Robert Yang; +Cc: meta-virtualization

We need to document the reason why the checksum changed.

What happened to trigger the bad checksum ?

Bruce

On Mon, Feb 26, 2018 at 8:55 PM, Robert Yang <liezhi.yang@windriver.com> wrote:
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>  recipes-devtools/python/python-pyparsing_2.0.1.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-devtools/python/python-pyparsing_2.0.1.bb b/recipes-devtools/python/python-pyparsing_2.0.1.bb
> index 2ef6df9..c19f137 100644
> --- a/recipes-devtools/python/python-pyparsing_2.0.1.bb
> +++ b/recipes-devtools/python/python-pyparsing_2.0.1.bb
> @@ -4,7 +4,7 @@ SECTION = "devel/python"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
>
> -SRC_URI[md5sum] = "dc7036a6f1ab01c3baed3d97af8d77c0"
> -SRC_URI[sha256sum] = "7e1766ee747cca79fe172b670fd53ef58fc55d2b1804fd6c66d857abb62d143a"
> +SRC_URI[md5sum] = "37adec94104b98591507218bc82e7c31"
> +SRC_URI[sha256sum] = "0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4"
>
>  inherit distutils pypi
> --
> 2.10.2
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] python-pyparsing: fix SRC_URI's checksum
  2018-02-27  6:15 ` Bruce Ashfield
@ 2018-02-27  6:46   ` Robert Yang
  2018-02-27 13:00     ` Bruce Ashfield
  2018-02-27  7:02   ` [PATCH V2] " Robert Yang
  1 sibling, 1 reply; 6+ messages in thread
From: Robert Yang @ 2018-02-27  6:46 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

Hi Bruce,

I remembered that I had sent this patch on Nov. 16th, but I couldn't find it,
maybe I failed to send it. It was because the source was changed from .zip to
.tar.gz:

commit 3d512115129e2cea97067d23cb72fea62b70dd39
Author: Mark Asselstine <mark.asselstine@windriver.com>
Date:   Mon Nov 13 16:48:05 2017 -0500

     python-*: switch remaining pypi recipes to use the pypi class

It had been wrong for more than 3 months. I will add more comments and send a
V2.

// Robert

On 02/27/2018 02:15 PM, Bruce Ashfield wrote:
> We need to document the reason why the checksum changed.
> 
> What happened to trigger the bad checksum ?
> 
> Bruce
> 
> On Mon, Feb 26, 2018 at 8:55 PM, Robert Yang <liezhi.yang@windriver.com> wrote:
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> ---
>>   recipes-devtools/python/python-pyparsing_2.0.1.bb | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/recipes-devtools/python/python-pyparsing_2.0.1.bb b/recipes-devtools/python/python-pyparsing_2.0.1.bb
>> index 2ef6df9..c19f137 100644
>> --- a/recipes-devtools/python/python-pyparsing_2.0.1.bb
>> +++ b/recipes-devtools/python/python-pyparsing_2.0.1.bb
>> @@ -4,7 +4,7 @@ SECTION = "devel/python"
>>   LICENSE = "MIT"
>>   LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
>>
>> -SRC_URI[md5sum] = "dc7036a6f1ab01c3baed3d97af8d77c0"
>> -SRC_URI[sha256sum] = "7e1766ee747cca79fe172b670fd53ef58fc55d2b1804fd6c66d857abb62d143a"
>> +SRC_URI[md5sum] = "37adec94104b98591507218bc82e7c31"
>> +SRC_URI[sha256sum] = "0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4"
>>
>>   inherit distutils pypi
>> --
>> 2.10.2
>>
>> --
>> _______________________________________________
>> meta-virtualization mailing list
>> meta-virtualization@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-virtualization
> 
> 
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH V2] python-pyparsing: fix SRC_URI's checksum
  2018-02-27  6:15 ` Bruce Ashfield
  2018-02-27  6:46   ` Robert Yang
@ 2018-02-27  7:02   ` Robert Yang
  1 sibling, 0 replies; 6+ messages in thread
From: Robert Yang @ 2018-02-27  7:02 UTC (permalink / raw)
  To: meta-virtualization

The checksum was changed because the source was changed from .zip to .tar.gz,
see 3d512115129e2cea97067d23cb72fea62b70dd39 for more details.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 recipes-devtools/python/python-pyparsing_2.0.1.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-devtools/python/python-pyparsing_2.0.1.bb b/recipes-devtools/python/python-pyparsing_2.0.1.bb
index 2ef6df9..c19f137 100644
--- a/recipes-devtools/python/python-pyparsing_2.0.1.bb
+++ b/recipes-devtools/python/python-pyparsing_2.0.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
 
-SRC_URI[md5sum] = "dc7036a6f1ab01c3baed3d97af8d77c0"
-SRC_URI[sha256sum] = "7e1766ee747cca79fe172b670fd53ef58fc55d2b1804fd6c66d857abb62d143a"
+SRC_URI[md5sum] = "37adec94104b98591507218bc82e7c31"
+SRC_URI[sha256sum] = "0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4"
 
 inherit distutils pypi
-- 
2.10.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] python-pyparsing: fix SRC_URI's checksum
  2018-02-27  6:46   ` Robert Yang
@ 2018-02-27 13:00     ` Bruce Ashfield
  2018-02-27 14:07       ` Mark Asselstine
  0 siblings, 1 reply; 6+ messages in thread
From: Bruce Ashfield @ 2018-02-27 13:00 UTC (permalink / raw)
  To: Robert Yang; +Cc: meta-virtualization

No worries. I very well could have missed it .. things like that
happen from time
to time :D

But either way, thanks for the v2, it is now merged.

Bruce

On Tue, Feb 27, 2018 at 1:46 AM, Robert Yang <liezhi.yang@windriver.com> wrote:
> Hi Bruce,
>
> I remembered that I had sent this patch on Nov. 16th, but I couldn't find
> it,
> maybe I failed to send it. It was because the source was changed from .zip
> to
> .tar.gz:
>
> commit 3d512115129e2cea97067d23cb72fea62b70dd39
> Author: Mark Asselstine <mark.asselstine@windriver.com>
> Date:   Mon Nov 13 16:48:05 2017 -0500
>
>     python-*: switch remaining pypi recipes to use the pypi class
>
> It had been wrong for more than 3 months. I will add more comments and send
> a
> V2.
>
> // Robert
>
>
> On 02/27/2018 02:15 PM, Bruce Ashfield wrote:
>>
>> We need to document the reason why the checksum changed.
>>
>> What happened to trigger the bad checksum ?
>>
>> Bruce
>>
>> On Mon, Feb 26, 2018 at 8:55 PM, Robert Yang <liezhi.yang@windriver.com>
>> wrote:
>>>
>>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>>> ---
>>>   recipes-devtools/python/python-pyparsing_2.0.1.bb | 4 ++--
>>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/recipes-devtools/python/python-pyparsing_2.0.1.bb
>>> b/recipes-devtools/python/python-pyparsing_2.0.1.bb
>>> index 2ef6df9..c19f137 100644
>>> --- a/recipes-devtools/python/python-pyparsing_2.0.1.bb
>>> +++ b/recipes-devtools/python/python-pyparsing_2.0.1.bb
>>> @@ -4,7 +4,7 @@ SECTION = "devel/python"
>>>   LICENSE = "MIT"
>>>   LIC_FILES_CHKSUM =
>>> "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
>>>
>>> -SRC_URI[md5sum] = "dc7036a6f1ab01c3baed3d97af8d77c0"
>>> -SRC_URI[sha256sum] =
>>> "7e1766ee747cca79fe172b670fd53ef58fc55d2b1804fd6c66d857abb62d143a"
>>> +SRC_URI[md5sum] = "37adec94104b98591507218bc82e7c31"
>>> +SRC_URI[sha256sum] =
>>> "0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4"
>>>
>>>   inherit distutils pypi
>>> --
>>> 2.10.2
>>>
>>> --
>>> _______________________________________________
>>> meta-virtualization mailing list
>>> meta-virtualization@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>>
>>
>>
>>
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] python-pyparsing: fix SRC_URI's checksum
  2018-02-27 13:00     ` Bruce Ashfield
@ 2018-02-27 14:07       ` Mark Asselstine
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Asselstine @ 2018-02-27 14:07 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

Sorry about that. It appears all my builds were using the recipe in
meta-python so this was missed.

Mark

On Tue, Feb 27, 2018 at 8:00 AM, Bruce Ashfield
<bruce.ashfield@gmail.com> wrote:
> No worries. I very well could have missed it .. things like that
> happen from time
> to time :D
>
> But either way, thanks for the v2, it is now merged.
>
> Bruce
>
> On Tue, Feb 27, 2018 at 1:46 AM, Robert Yang <liezhi.yang@windriver.com> wrote:
>> Hi Bruce,
>>
>> I remembered that I had sent this patch on Nov. 16th, but I couldn't find
>> it,
>> maybe I failed to send it. It was because the source was changed from .zip
>> to
>> .tar.gz:
>>
>> commit 3d512115129e2cea97067d23cb72fea62b70dd39
>> Author: Mark Asselstine <mark.asselstine@windriver.com>
>> Date:   Mon Nov 13 16:48:05 2017 -0500
>>
>>     python-*: switch remaining pypi recipes to use the pypi class
>>
>> It had been wrong for more than 3 months. I will add more comments and send
>> a
>> V2.
>>
>> // Robert
>>
>>
>> On 02/27/2018 02:15 PM, Bruce Ashfield wrote:
>>>
>>> We need to document the reason why the checksum changed.
>>>
>>> What happened to trigger the bad checksum ?
>>>
>>> Bruce
>>>
>>> On Mon, Feb 26, 2018 at 8:55 PM, Robert Yang <liezhi.yang@windriver.com>
>>> wrote:
>>>>
>>>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>>>> ---
>>>>   recipes-devtools/python/python-pyparsing_2.0.1.bb | 4 ++--
>>>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>>>
>>>> diff --git a/recipes-devtools/python/python-pyparsing_2.0.1.bb
>>>> b/recipes-devtools/python/python-pyparsing_2.0.1.bb
>>>> index 2ef6df9..c19f137 100644
>>>> --- a/recipes-devtools/python/python-pyparsing_2.0.1.bb
>>>> +++ b/recipes-devtools/python/python-pyparsing_2.0.1.bb
>>>> @@ -4,7 +4,7 @@ SECTION = "devel/python"
>>>>   LICENSE = "MIT"
>>>>   LIC_FILES_CHKSUM =
>>>> "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
>>>>
>>>> -SRC_URI[md5sum] = "dc7036a6f1ab01c3baed3d97af8d77c0"
>>>> -SRC_URI[sha256sum] =
>>>> "7e1766ee747cca79fe172b670fd53ef58fc55d2b1804fd6c66d857abb62d143a"
>>>> +SRC_URI[md5sum] = "37adec94104b98591507218bc82e7c31"
>>>> +SRC_URI[sha256sum] =
>>>> "0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4"
>>>>
>>>>   inherit distutils pypi
>>>> --
>>>> 2.10.2
>>>>
>>>> --
>>>> _______________________________________________
>>>> meta-virtualization mailing list
>>>> meta-virtualization@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>>>
>>>
>>>
>>>
>>
>
>
>
> --
> "Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end"
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-02-27 14:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-27  1:55 [PATCH] python-pyparsing: fix SRC_URI's checksum Robert Yang
2018-02-27  6:15 ` Bruce Ashfield
2018-02-27  6:46   ` Robert Yang
2018-02-27 13:00     ` Bruce Ashfield
2018-02-27 14:07       ` Mark Asselstine
2018-02-27  7:02   ` [PATCH V2] " Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.