python3-hypothesis: upgrade 6.46.11 -> 6.47.2

Message ID 1655447108-20329-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series python3-hypothesis: upgrade 6.46.11 -> 6.47.2 | expand

Commit Message

Mingyu Wang (Fujitsu) June 17, 2022, 6:25 a.m. UTC
Add dependence exceptiongroup.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...hon3-hypothesis_6.46.11.bb => python3-hypothesis_6.47.2.bb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.46.11.bb => python3-hypothesis_6.47.2.bb} (88%)

Comments

Jose Quaresma June 17, 2022, 8:25 a.m. UTC | #1
wangmy <wangmy@fujitsu.com> escreveu no dia sexta, 17/06/2022 à(s) 07:25:

> Add dependence exceptiongroup.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...hon3-hypothesis_6.46.11.bb => python3-hypothesis_6.47.2.bb} | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>  rename meta/recipes-devtools/python/{python3-hypothesis_6.46.11.bb =>
> python3-hypothesis_6.47.2.bb} (88%)
>
> diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb
> b/meta/recipes-devtools/python/python3-hypothesis_6.47.2.bb
> similarity index 88%
> rename from meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb
> rename to meta/recipes-devtools/python/python3-hypothesis_6.47.2.bb
> index 1d9772d4ff..f56bf3d19e 100644
> --- a/meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb
> +++ b/meta/recipes-devtools/python/python3-hypothesis_6.47.2.bb
> @@ -13,7 +13,7 @@ SRC_URI += " \
>      file://test_rle.py \
>      "
>
> -SRC_URI[sha256sum] =
> "f5c1cf61b24b094355577a6b8fbbb8eb54c1b0216fbc0519af97c46bddf43c42"
> +SRC_URI[sha256sum] =
> "9c01a225eada7d74d38430e3e91e659e3a892fbc2b15f7b051779ded6ab73ee7"
>
>  RDEPENDS:${PN} += " \
>      python3-attrs \
> @@ -23,6 +23,7 @@ RDEPENDS:${PN} += " \
>      python3-sortedcontainers \
>      python3-statistics \
>      python3-unittest \
> +    ${PYTHON_PN}-exceptiongroup \
>

IMO It's better to have it as python3-exceptiongroup for consistency with
the other python in RDEPENDS

Jose


>      "
>
>  RDEPENDS:${PN}-ptest += " \
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#167018):
> https://lists.openembedded.org/g/openembedded-core/message/167018
> Mute This Topic: https://lists.openembedded.org/mt/91816508/5052612
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> quaresma.jose@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Tim Orling June 17, 2022, 2:33 p.m. UTC | #2
On Fri, Jun 17, 2022 at 1:26 AM Jose Quaresma <quaresma.jose@gmail.com>
wrote:

>
>
> wangmy <wangmy@fujitsu.com> escreveu no dia sexta, 17/06/2022 à(s) 07:25:
>
>> Add dependence exceptiongroup.
>>
>> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
>> ---
>>  ...hon3-hypothesis_6.46.11.bb => python3-hypothesis_6.47.2.bb} | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>  rename meta/recipes-devtools/python/{python3-hypothesis_6.46.11.bb =>
>> python3-hypothesis_6.47.2.bb} (88%)
>>
>> diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb
>> b/meta/recipes-devtools/python/python3-hypothesis_6.47.2.bb
>> similarity index 88%
>> rename from meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb
>> rename to meta/recipes-devtools/python/python3-hypothesis_6.47.2.bb
>> index 1d9772d4ff..f56bf3d19e 100644
>> --- a/meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb
>> +++ b/meta/recipes-devtools/python/python3-hypothesis_6.47.2.bb
>> @@ -13,7 +13,7 @@ SRC_URI += " \
>>      file://test_rle.py \
>>      "
>>
>> -SRC_URI[sha256sum] =
>> "f5c1cf61b24b094355577a6b8fbbb8eb54c1b0216fbc0519af97c46bddf43c42"
>> +SRC_URI[sha256sum] =
>> "9c01a225eada7d74d38430e3e91e659e3a892fbc2b15f7b051779ded6ab73ee7"
>>
>>  RDEPENDS:${PN} += " \
>>      python3-attrs \
>> @@ -23,6 +23,7 @@ RDEPENDS:${PN} += " \
>>      python3-sortedcontainers \
>>      python3-statistics \
>>      python3-unittest \
>> +    ${PYTHON_PN}-exceptiongroup \
>>
>
> IMO It's better to have it as python3-exceptiongroup for consistency with
> the other python in RDEPENDS
>

Agreed. That syntax is only needed if we have to support two python
versions (if python 4 becomes a thing).

>
> Jose
>
>
>>      "
>>
>>  RDEPENDS:${PN}-ptest += " \
>> --
>> 2.25.1
>>
>>
>>
>>
>>
>
> --
> Best regards,
>
> José Quaresma
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#167019):
> https://lists.openembedded.org/g/openembedded-core/message/167019
> Mute This Topic: https://lists.openembedded.org/mt/91816508/924729
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

Patch

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb b/meta/recipes-devtools/python/python3-hypothesis_6.47.2.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.47.2.bb
index 1d9772d4ff..f56bf3d19e 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.47.2.bb
@@ -13,7 +13,7 @@  SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "f5c1cf61b24b094355577a6b8fbbb8eb54c1b0216fbc0519af97c46bddf43c42"
+SRC_URI[sha256sum] = "9c01a225eada7d74d38430e3e91e659e3a892fbc2b15f7b051779ded6ab73ee7"
 
 RDEPENDS:${PN} += " \
     python3-attrs \
@@ -23,6 +23,7 @@  RDEPENDS:${PN} += " \
     python3-sortedcontainers \
     python3-statistics \
     python3-unittest \
+    ${PYTHON_PN}-exceptiongroup \
     "
 
 RDEPENDS:${PN}-ptest += " \