All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-oe 1/4] python3-mock: Upgrade 4.0.1 -> 4.0.2
@ 2020-07-25 10:57 Oleksandr Kravchuk
  2020-07-25 15:42 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Oleksandr Kravchuk @ 2020-07-25 10:57 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi, Trevor Gamblin, Khem Raj

From: Leon Anavi <leon.anavi@konsulko.com>

Upgrade 4.0.2:

- Issue #39915: Ensure unittest.mock.AsyncMock.await_args_list has
  call objects in the order of awaited arguments instead of using
  unittest.mock.Mock.call_args which has the last value of the
  call. Patch by Karthikeyan Singaravelan.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../python/{python3-mock_4.0.1.bb => python3-mock_4.0.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-mock_4.0.1.bb => python3-mock_4.0.2.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-mock_4.0.1.bb b/meta-python/recipes-devtools/python/python3-mock_4.0.2.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-mock_4.0.1.bb
rename to meta-python/recipes-devtools/python/python3-mock_4.0.2.bb
index eebfcdade2..39ab6d01f5 100644
--- a/meta-python/recipes-devtools/python/python3-mock_4.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-mock_4.0.2.bb
@@ -13,5 +13,5 @@ RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \
             ${PYTHON_PN}-pep8 \
             ${PYTHON_PN}-pyflakes"
 
-SRC_URI[md5sum] = "8f48ba3fd059e7cfad92f8354064adfd"
-SRC_URI[sha256sum] = "2a572b715f09dd2f0a583d8aeb5bb67d7ed7a8fd31d193cf1227a99c16a67bc3"
+SRC_URI[md5sum] = "6466619b89c2969dc57722ad73f85676"
+SRC_URI[sha256sum] = "dd33eb70232b6118298d516bbcecd26704689c386594f0f3c4f13867b2c56f72"
-- 
2.25.1


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

* Re: [PATCH][meta-oe 1/4] python3-mock: Upgrade 4.0.1 -> 4.0.2
  2020-07-25 10:57 [PATCH][meta-oe 1/4] python3-mock: Upgrade 4.0.1 -> 4.0.2 Oleksandr Kravchuk
@ 2020-07-25 15:42 ` Khem Raj
  2020-07-25 23:15   ` Oleksandr Kravchuk
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2020-07-25 15:42 UTC (permalink / raw)
  To: Oleksandr Kravchuk; +Cc: openembeded-devel, Leon Anavi, Trevor Gamblin

This is already on master

On Sat, Jul 25, 2020 at 3:57 AM Oleksandr Kravchuk
<open.source@oleksandr-kravchuk.com> wrote:
>
> From: Leon Anavi <leon.anavi@konsulko.com>
>
> Upgrade 4.0.2:
>
> - Issue #39915: Ensure unittest.mock.AsyncMock.await_args_list has
>   call objects in the order of awaited arguments instead of using
>   unittest.mock.Mock.call_args which has the last value of the
>   call. Patch by Karthikeyan Singaravelan.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  .../python/{python3-mock_4.0.1.bb => python3-mock_4.0.2.bb}   | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-python/recipes-devtools/python/{python3-mock_4.0.1.bb => python3-mock_4.0.2.bb} (77%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-mock_4.0.1.bb b/meta-python/recipes-devtools/python/python3-mock_4.0.2.bb
> similarity index 77%
> rename from meta-python/recipes-devtools/python/python3-mock_4.0.1.bb
> rename to meta-python/recipes-devtools/python/python3-mock_4.0.2.bb
> index eebfcdade2..39ab6d01f5 100644
> --- a/meta-python/recipes-devtools/python/python3-mock_4.0.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-mock_4.0.2.bb
> @@ -13,5 +13,5 @@ RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \
>              ${PYTHON_PN}-pep8 \
>              ${PYTHON_PN}-pyflakes"
>
> -SRC_URI[md5sum] = "8f48ba3fd059e7cfad92f8354064adfd"
> -SRC_URI[sha256sum] = "2a572b715f09dd2f0a583d8aeb5bb67d7ed7a8fd31d193cf1227a99c16a67bc3"
> +SRC_URI[md5sum] = "6466619b89c2969dc57722ad73f85676"
> +SRC_URI[sha256sum] = "dd33eb70232b6118298d516bbcecd26704689c386594f0f3c4f13867b2c56f72"
> --
> 2.25.1
>

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

* Re: [PATCH][meta-oe 1/4] python3-mock: Upgrade 4.0.1 -> 4.0.2
  2020-07-25 15:42 ` Khem Raj
@ 2020-07-25 23:15   ` Oleksandr Kravchuk
  0 siblings, 0 replies; 3+ messages in thread
From: Oleksandr Kravchuk @ 2020-07-25 23:15 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel, Leon Anavi, Trevor Gamblin

Yes, it was sent by a mistake. Sorry.

On 25/07/2020 17:42, Khem Raj wrote:
> This is already on master
>
> On Sat, Jul 25, 2020 at 3:57 AM Oleksandr Kravchuk
> <open.source@oleksandr-kravchuk.com> wrote:
>> From: Leon Anavi <leon.anavi@konsulko.com>
>>
>> Upgrade 4.0.2:
>>
>> - Issue #39915: Ensure unittest.mock.AsyncMock.await_args_list has
>>    call objects in the order of awaited arguments instead of using
>>    unittest.mock.Mock.call_args which has the last value of the
>>    call. Patch by Karthikeyan Singaravelan.
>>
>> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
>> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>>   .../python/{python3-mock_4.0.1.bb => python3-mock_4.0.2.bb}   | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>   rename meta-python/recipes-devtools/python/{python3-mock_4.0.1.bb => python3-mock_4.0.2.bb} (77%)
>>
>> diff --git a/meta-python/recipes-devtools/python/python3-mock_4.0.1.bb b/meta-python/recipes-devtools/python/python3-mock_4.0.2.bb
>> similarity index 77%
>> rename from meta-python/recipes-devtools/python/python3-mock_4.0.1.bb
>> rename to meta-python/recipes-devtools/python/python3-mock_4.0.2.bb
>> index eebfcdade2..39ab6d01f5 100644
>> --- a/meta-python/recipes-devtools/python/python3-mock_4.0.1.bb
>> +++ b/meta-python/recipes-devtools/python/python3-mock_4.0.2.bb
>> @@ -13,5 +13,5 @@ RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \
>>               ${PYTHON_PN}-pep8 \
>>               ${PYTHON_PN}-pyflakes"
>>
>> -SRC_URI[md5sum] = "8f48ba3fd059e7cfad92f8354064adfd"
>> -SRC_URI[sha256sum] = "2a572b715f09dd2f0a583d8aeb5bb67d7ed7a8fd31d193cf1227a99c16a67bc3"
>> +SRC_URI[md5sum] = "6466619b89c2969dc57722ad73f85676"
>> +SRC_URI[sha256sum] = "dd33eb70232b6118298d516bbcecd26704689c386594f0f3c4f13867b2c56f72"
>> --
>> 2.25.1
>>

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

end of thread, other threads:[~2020-07-25 23:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-25 10:57 [PATCH][meta-oe 1/4] python3-mock: Upgrade 4.0.1 -> 4.0.2 Oleksandr Kravchuk
2020-07-25 15:42 ` Khem Raj
2020-07-25 23:15   ` Oleksandr Kravchuk

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.