* [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2
@ 2022-06-17 6:25 Wang Mingyu
2022-06-17 6:25 ` [OE-core] [PATCH] python3-exceptiongroup : add recipe Wang Mingyu
2022-06-17 8:25 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2 Jose Quaresma
0 siblings, 2 replies; 9+ messages in thread
From: Wang Mingyu @ 2022-06-17 6:25 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
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 \
"
RDEPENDS:${PN}-ptest += " \
--
2.25.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [OE-core] [PATCH] python3-exceptiongroup : add recipe
2022-06-17 6:25 [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2 Wang Mingyu
@ 2022-06-17 6:25 ` Wang Mingyu
2022-06-17 12:17 ` Alexandre Belloni
` (3 more replies)
2022-06-17 8:25 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2 Jose Quaresma
1 sibling, 4 replies; 9+ messages in thread
From: Wang Mingyu @ 2022-06-17 6:25 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/python3-exceptiongroup_1.0.0rc8.bb | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb
diff --git a/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb b/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb
new file mode 100644
index 0000000000..adf530a6e5
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11."
+HOMEPAGE = "https://pypi.org/project/exceptiongroup"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d5caa317463c433575efff1d2fe206d7"
+
+SRC_URI[sha256sum] = "6990c24f06b8d33c8065cfe43e5e8a4bfa384e0358be036af9cc60b6321bd11a"
+
+#RDEPENDS:${PN} += "python3-profile python3-logging"
+
+inherit pypi python_setuptools_build_meta
--
2.25.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2
2022-06-17 6:25 [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2 Wang Mingyu
2022-06-17 6:25 ` [OE-core] [PATCH] python3-exceptiongroup : add recipe Wang Mingyu
@ 2022-06-17 8:25 ` Jose Quaresma
2022-06-17 14:33 ` Tim Orling
1 sibling, 1 reply; 9+ messages in thread
From: Jose Quaresma @ 2022-06-17 8:25 UTC (permalink / raw)
To: wangmy; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 2071 bytes --]
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
--
Best regards,
José Quaresma
[-- Attachment #2: Type: text/html, Size: 4172 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe
2022-06-17 6:25 ` [OE-core] [PATCH] python3-exceptiongroup : add recipe Wang Mingyu
@ 2022-06-17 12:17 ` Alexandre Belloni
[not found] ` <16F967959065881B.10812@lists.openembedded.org>
` (2 subsequent siblings)
3 siblings, 0 replies; 9+ messages in thread
From: Alexandre Belloni @ 2022-06-17 12:17 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
Hello,
This causes the following error:
https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/3713/steps/15/logs/stdio
2022-06-17 08:06:44,127 - oe-selftest - INFO - distrodata.Distrodata.test_maintainers (subunit.RemotedTestCase)
2022-06-17 08:06:44,128 - oe-selftest - INFO - ... FAIL
2022-06-17 08:06:44,128 - oe-selftest - INFO - 5: 5/11 58/492 (131.79s) (distrodata.Distrodata.test_maintainers)
2022-06-17 08:06:44,128 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/pokybuild/yocto-worker/oe-selftest-centos/build/meta/lib/oeqa/selftest/cases/distrodata.py", line 141, in test_maintainers
""" + "\n".join(['%s (%s)' % i for i in no_maintainer_list]))
File "/usr/lib64/python3.6/unittest/case.py", line 687, in fail
raise self.failureException(msg)
AssertionError:
The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file.
python3-exceptiongroup (/home/pokybuild/yocto-worker/oe-selftest-centos/build/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb)
On 17/06/2022 14:25:08+0800, wangmy wrote:
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../python/python3-exceptiongroup_1.0.0rc8.bb | 11 +++++++++++
> 1 file changed, 11 insertions(+)
> create mode 100644 meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb
>
> diff --git a/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb b/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb
> new file mode 100644
> index 0000000000..adf530a6e5
> --- /dev/null
> +++ b/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb
> @@ -0,0 +1,11 @@
> +DESCRIPTION = "This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11."
> +HOMEPAGE = "https://pypi.org/project/exceptiongroup"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=d5caa317463c433575efff1d2fe206d7"
> +
> +SRC_URI[sha256sum] = "6990c24f06b8d33c8065cfe43e5e8a4bfa384e0358be036af9cc60b6321bd11a"
> +
> +#RDEPENDS:${PN} += "python3-profile python3-logging"
> +
> +inherit pypi python_setuptools_build_meta
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#167017): https://lists.openembedded.org/g/openembedded-core/message/167017
> Mute This Topic: https://lists.openembedded.org/mt/91816507/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe
[not found] ` <16F967959065881B.10812@lists.openembedded.org>
@ 2022-06-17 12:20 ` Alexandre Belloni
0 siblings, 0 replies; 9+ messages in thread
From: Alexandre Belloni @ 2022-06-17 12:20 UTC (permalink / raw)
To: wangmy, openembedded-core
On 17/06/2022 14:17:06+0200, Alexandre Belloni via lists.openembedded.org wrote:
> Hello,
>
> This causes the following error:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/3713/steps/15/logs/stdio
>
> 2022-06-17 08:06:44,127 - oe-selftest - INFO - distrodata.Distrodata.test_maintainers (subunit.RemotedTestCase)
> 2022-06-17 08:06:44,128 - oe-selftest - INFO - ... FAIL
> 2022-06-17 08:06:44,128 - oe-selftest - INFO - 5: 5/11 58/492 (131.79s) (distrodata.Distrodata.test_maintainers)
> 2022-06-17 08:06:44,128 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/home/pokybuild/yocto-worker/oe-selftest-centos/build/meta/lib/oeqa/selftest/cases/distrodata.py", line 141, in test_maintainers
> """ + "\n".join(['%s (%s)' % i for i in no_maintainer_list]))
> File "/usr/lib64/python3.6/unittest/case.py", line 687, in fail
> raise self.failureException(msg)
> AssertionError:
> The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file.
> python3-exceptiongroup (/home/pokybuild/yocto-worker/oe-selftest-centos/build/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb)
>
And also:
https://autobuilder.yoctoproject.org/typhoon/#/builders/97/builds/4708/steps/12/logs/stdio
WARNING: Nothing RPROVIDES 'nativesdk-python3-exceptiongroup' (but virtual:nativesdk:/home/pokybuild/yocto-worker/qemuarm64-armhost/build/meta/recipes-devtools/python/python3-hypothesis_6.47.2.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'nativesdk-python3-exceptiongroup' is unbuildable, removing...
>
> On 17/06/2022 14:25:08+0800, wangmy wrote:
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> > .../python/python3-exceptiongroup_1.0.0rc8.bb | 11 +++++++++++
> > 1 file changed, 11 insertions(+)
> > create mode 100644 meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb
> >
> > diff --git a/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb b/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb
> > new file mode 100644
> > index 0000000000..adf530a6e5
> > --- /dev/null
> > +++ b/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb
> > @@ -0,0 +1,11 @@
> > +DESCRIPTION = "This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11."
> > +HOMEPAGE = "https://pypi.org/project/exceptiongroup"
> > +SECTION = "devel/python"
> > +LICENSE = "MIT"
> > +LIC_FILES_CHKSUM = "file://LICENSE;md5=d5caa317463c433575efff1d2fe206d7"
> > +
> > +SRC_URI[sha256sum] = "6990c24f06b8d33c8065cfe43e5e8a4bfa384e0358be036af9cc60b6321bd11a"
> > +
> > +#RDEPENDS:${PN} += "python3-profile python3-logging"
> > +
> > +inherit pypi python_setuptools_build_meta
> > --
> > 2.25.1
> >
>
> >
> >
> >
>
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#167021): https://lists.openembedded.org/g/openembedded-core/message/167021
> Mute This Topic: https://lists.openembedded.org/mt/91816507/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe
2022-06-17 6:25 ` [OE-core] [PATCH] python3-exceptiongroup : add recipe Wang Mingyu
2022-06-17 12:17 ` Alexandre Belloni
[not found] ` <16F967959065881B.10812@lists.openembedded.org>
@ 2022-06-17 14:08 ` Ross Burton
2022-06-17 14:30 ` Tim Orling
3 siblings, 0 replies; 9+ messages in thread
From: Ross Burton @ 2022-06-17 14:08 UTC (permalink / raw)
To: wangmy@fujitsu.com; +Cc: openembedded-core@lists.openembedded.org
> +#RDEPENDS:${PN} += "python3-profile python3-logging”
Remove the line entirely or remove the comment, but don’t have commented-out lines in recipes.
Ross
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe
2022-06-17 6:25 ` [OE-core] [PATCH] python3-exceptiongroup : add recipe Wang Mingyu
` (2 preceding siblings ...)
2022-06-17 14:08 ` Ross Burton
@ 2022-06-17 14:30 ` Tim Orling
2022-06-18 23:34 ` wangmy
3 siblings, 1 reply; 9+ messages in thread
From: Tim Orling @ 2022-06-17 14:30 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1819 bytes --]
Why should this be added to oe-core? You have an empty git log with no
justification. We also do not typically take pre-release components to
oe-core (the version is a release candidate).
You also need to add a maintainer entry.
On Thu, Jun 16, 2022 at 11:25 PM wangmy <wangmy@fujitsu.com> wrote:
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../python/python3-exceptiongroup_1.0.0rc8.bb | 11 +++++++++++
> 1 file changed, 11 insertions(+)
> create mode 100644 meta/recipes-devtools/python/
> python3-exceptiongroup_1.0.0rc8.bb
>
> diff --git a/meta/recipes-devtools/python/
> python3-exceptiongroup_1.0.0rc8.bb b/meta/recipes-devtools/python/
> python3-exceptiongroup_1.0.0rc8.bb
> new file mode 100644
> index 0000000000..adf530a6e5
> --- /dev/null
> +++ b/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb
> @@ -0,0 +1,11 @@
> +DESCRIPTION = "This is a backport of the BaseExceptionGroup and
> ExceptionGroup classes from Python 3.11."
> +HOMEPAGE = "https://pypi.org/project/exceptiongroup"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=d5caa317463c433575efff1d2fe206d7"
> +
> +SRC_URI[sha256sum] =
> "6990c24f06b8d33c8065cfe43e5e8a4bfa384e0358be036af9cc60b6321bd11a"
> +
> +#RDEPENDS:${PN} += "python3-profile python3-logging"
> +
> +inherit pypi python_setuptools_build_meta
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#167017):
> https://lists.openembedded.org/g/openembedded-core/message/167017
> Mute This Topic: https://lists.openembedded.org/mt/91816507/924729
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
[-- Attachment #2: Type: text/html, Size: 3415 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2
2022-06-17 8:25 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2 Jose Quaresma
@ 2022-06-17 14:33 ` Tim Orling
0 siblings, 0 replies; 9+ messages in thread
From: Tim Orling @ 2022-06-17 14:33 UTC (permalink / raw)
To: Jose Quaresma; +Cc: OE-core, wangmy
[-- Attachment #1: Type: text/plain, Size: 2347 bytes --]
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
[-- Attachment #2: Type: text/html, Size: 5414 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [OE-core] [PATCH] python3-exceptiongroup : add recipe
2022-06-17 14:30 ` Tim Orling
@ 2022-06-18 23:34 ` wangmy
0 siblings, 0 replies; 9+ messages in thread
From: wangmy @ 2022-06-18 23:34 UTC (permalink / raw)
To: Tim Orling; +Cc: openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 2472 bytes --]
Because python3-hypothesis depends on this package, otherwise the runtime test cannot pass.
I will investigate whether this problem can be solved by adding other dependence.
--
Best Regards
---------------------------------------------------
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com<mailto:wangmy@fujitsu.com>
http://www.fujitsu.com/cn/fnst/
From: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org> On Behalf Of Tim Orling
Sent: Friday, June 17, 2022 10:31 PM
To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe
Why should this be added to oe-core? You have an empty git log with no justification. We also do not typically take pre-release components to oe-core (the version is a release candidate).
You also need to add a maintainer entry.
On Thu, Jun 16, 2022 at 11:25 PM wangmy <wangmy@fujitsu.com<mailto:wangmy@fujitsu.com>> wrote:
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com<mailto:wangmy@fujitsu.com>>
---
.../python/python3-exceptiongroup_1.0.0rc8.bb<http://python3-exceptiongroup_1.0.0rc8.bb> | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb<http://python3-exceptiongroup_1.0.0rc8.bb>
diff --git a/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb<http://python3-exceptiongroup_1.0.0rc8.bb> b/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb<http://python3-exceptiongroup_1.0.0rc8.bb>
new file mode 100644
index 0000000000..adf530a6e5
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb<http://python3-exceptiongroup_1.0.0rc8.bb>
@@ -0,0 +1,11 @@
+DESCRIPTION = "This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11."
+HOMEPAGE = "https://pypi.org/project/exceptiongroup"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d5caa317463c433575efff1d2fe206d7"
+
+SRC_URI[sha256sum] = "6990c24f06b8d33c8065cfe43e5e8a4bfa384e0358be036af9cc60b6321bd11a"
+
+#RDEPENDS:${PN} += "python3-profile python3-logging"
+
+inherit pypi python_setuptools_build_meta
--
2.25.1
[-- Attachment #2: Type: text/html, Size: 8987 bytes --]
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2022-06-18 23:35 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-17 6:25 [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2 Wang Mingyu
2022-06-17 6:25 ` [OE-core] [PATCH] python3-exceptiongroup : add recipe Wang Mingyu
2022-06-17 12:17 ` Alexandre Belloni
[not found] ` <16F967959065881B.10812@lists.openembedded.org>
2022-06-17 12:20 ` Alexandre Belloni
2022-06-17 14:08 ` Ross Burton
2022-06-17 14:30 ` Tim Orling
2022-06-18 23:34 ` wangmy
2022-06-17 8:25 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2 Jose Quaresma
2022-06-17 14:33 ` Tim Orling
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox