All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/4] python3-pytest: Update 5.3.5 -> 5.4.2
@ 2020-05-26 19:20 Domarys Correa
  2020-05-26 19:20 ` [meta-oe][PATCH 2/4] python3-pytest-html: Update 1.6 -> 2.1.1 Domarys Correa
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Domarys Correa @ 2020-05-26 19:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
---
 .../{python3-pytest_5.3.5.bb => python3-pytest_5.4.2.bb}     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytest_5.3.5.bb => python3-pytest_5.4.2.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb b/meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb
rename to meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb
index 8dad13a9e..9258c21ca 100644
--- a/meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb
@@ -1,10 +1,9 @@
 SUMMARY = "Simple powerful testing with python"
-HOMEPAGE = "http://pytest.org"
+
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b"
 
-SRC_URI[md5sum] = "d5ef453f723be46d93e0795f3be86c88"
-SRC_URI[sha256sum] = "0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d"
+SRC_URI[sha256sum] = "eb2b5e935f6a019317e455b6da83dd8650ac9ffd2ee73a7b657a30873d67a698"
 
 SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch "
 
-- 
2.17.1


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

* [meta-oe][PATCH 2/4] python3-pytest-html: Update 1.6 -> 2.1.1
  2020-05-26 19:20 [meta-oe][PATCH 1/4] python3-pytest: Update 5.3.5 -> 5.4.2 Domarys Correa
@ 2020-05-26 19:20 ` Domarys Correa
  2020-05-27 15:13   ` [oe] " Trevor Gamblin
  2020-05-26 19:20 ` [meta-oe][PATCH 3/4] python3-pytest-metadata: Update 1.8.0 -> 1.9.0 Domarys Correa
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Domarys Correa @ 2020-05-26 19:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
---
 ...html_1.6.bb => python3-pytest-html_2.1.1.bb} | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-html_1.6.bb => python3-pytest-html_2.1.1.bb} (73%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_1.6.bb b/meta-python/recipes-devtools/python/python3-pytest-html_2.1.1.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-pytest-html_1.6.bb
rename to meta-python/recipes-devtools/python/python3-pytest-html_2.1.1.bb
index 8ace29ed1..27b768155 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-html_1.6.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-html_2.1.1.bb
@@ -1,19 +1,24 @@
 DESCRIPTION = "pytest plugin for generating html reports from test results"
-HOMEPAGE = "https://github.com/pytest-dev/pytest-html"
+DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
+
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://../pytest-html.LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132"
 
 # Per README.rst the license statement is fetched from
 # https://raw.githubusercontent.com/davehunt/pytest-html/master/LICENSE
 SRC_URI += "https://raw.githubusercontent.com/davehunt/pytest-html/master/LICENSE;name=license;downloadfilename=pytest-html.LICENSE"
+SRC_URI[license.md5sum] = "5d425c8f3157dbf212db2ec53d9e5132"
+SRC_URI[license.sha256sum] = "2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e"
+
+SRC_URI[sha256sum] = "6a4ac391e105e391208e3eb9bd294a60dd336447fd8e1acddff3a6de7f4e57c5"
+
 
 PYPI_PACKAGE = "pytest-html"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "ac956864a9b3392203dacd287ae450f0"
-SRC_URI[sha256sum] = "a359de04273239587bd1a15b29b2266daeaf56b7a13f8224bc4fb3ae0ba72c3f"
-SRC_URI[license.md5sum] = "5d425c8f3157dbf212db2ec53d9e5132"
-SRC_URI[license.sha256sum] = "2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e"
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-pytest \
+"
 
-RDEPENDS_${PN} = "${PYTHON_PN}-pytest"
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* [meta-oe][PATCH 3/4] python3-pytest-metadata: Update 1.8.0 -> 1.9.0
  2020-05-26 19:20 [meta-oe][PATCH 1/4] python3-pytest: Update 5.3.5 -> 5.4.2 Domarys Correa
  2020-05-26 19:20 ` [meta-oe][PATCH 2/4] python3-pytest-html: Update 1.6 -> 2.1.1 Domarys Correa
@ 2020-05-26 19:20 ` Domarys Correa
  2020-05-27 15:44   ` [oe] " Trevor Gamblin
  2020-05-26 19:20 ` [meta-oe][PATCH 4/4] python3-pytest-asyncio: Update 0.10.0 -> 0.12.0 Domarys Correa
  2020-05-27 14:54 ` [oe] [meta-oe][PATCH 1/4] python3-pytest: Update 5.3.5 -> 5.4.2 Trevor Gamblin
  3 siblings, 1 reply; 8+ messages in thread
From: Domarys Correa @ 2020-05-26 19:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
---
 ...a_1.8.0.bb => python3-pytest-metadata_1.9.0.bb} | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-metadata_1.8.0.bb => python3-pytest-metadata_1.9.0.bb} (54%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest-metadata_1.8.0.bb b/meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python3-pytest-metadata_1.8.0.bb
rename to meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
index 807b0cedb..4a77af3cf 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-metadata_1.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
@@ -1,15 +1,17 @@
 DESCRIPTION = "pytest-metadata is a plugin that allowed for accessing pytest metadata"
-HOMEPAGE = "https://github.com/pytest-dev/pytest-metadata"
+DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
+
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132"
 
+SRC_URI[sha256sum] = "168d203abba8cabb65cf1b5fa675b0ba60dccbf1825d147960876a7e6f7c219c"
+
 PYPI_PACKAGE = "pytest-metadata"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "95674c2390b58e0138cabac5101d1908"
-SRC_URI[sha256sum] = "2071a59285de40d7541fde1eb9f1ddea1c9db165882df82781367471238b66ba"
-
-DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
+RDEPENDS_${PN} = " \
+    ${PYTHON_PN}-pytest \
+"
 
-RDEPENDS_${PN} = "${PYTHON_PN}-pytest"
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* [meta-oe][PATCH 4/4] python3-pytest-asyncio: Update 0.10.0 -> 0.12.0
  2020-05-26 19:20 [meta-oe][PATCH 1/4] python3-pytest: Update 5.3.5 -> 5.4.2 Domarys Correa
  2020-05-26 19:20 ` [meta-oe][PATCH 2/4] python3-pytest-html: Update 1.6 -> 2.1.1 Domarys Correa
  2020-05-26 19:20 ` [meta-oe][PATCH 3/4] python3-pytest-metadata: Update 1.8.0 -> 1.9.0 Domarys Correa
@ 2020-05-26 19:20 ` Domarys Correa
  2020-05-27 15:57   ` [oe] " Trevor Gamblin
  2020-05-27 14:54 ` [oe] [meta-oe][PATCH 1/4] python3-pytest: Update 5.3.5 -> 5.4.2 Trevor Gamblin
  3 siblings, 1 reply; 8+ messages in thread
From: Domarys Correa @ 2020-05-26 19:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
---
 .../python/python3-pytest-asyncio_0.10.0.bb        | 13 -------------
 .../python/python3-pytest-asyncio_0.12.0.bb        | 14 ++++++++++++++
 2 files changed, 14 insertions(+), 13 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb
deleted file mode 100644
index a7e963b04..000000000
--- a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in Python, for testing asyncio code with pytest"
-HOMEPAGE = "https://github.com/pytest-dev/pytest-asyncio"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.rst;md5=ae62268d207c73b615fbefddaf91a881"
-
-SRC_URI[md5sum] = "247a7ec32f24a185341327c42a0f85bf"
-SRC_URI[sha256sum] = "9fac5100fd716cbecf6ef89233e8590a4ad61d729d1732e0a96b84182df1daaf"
-
-inherit pypi setuptools3
-
-DEPENDS += "${PYTHON_PN}-pytest-native"
-
-BBCLASSEXTEND = "native"
diff --git a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb
new file mode 100644
index 000000000..d83c42de3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in Python, for testing asyncio code with pytest"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://README.rst;md5=3faed73a08162b5b5367cdcaee996f75"
+
+SRC_URI[sha256sum] = "475bd2f3dc0bc11d2463656b3cbaafdbec5a47b47508ea0b329ee693040eebd2"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-pytest \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* Re: [oe] [meta-oe][PATCH 1/4] python3-pytest: Update 5.3.5 -> 5.4.2
  2020-05-26 19:20 [meta-oe][PATCH 1/4] python3-pytest: Update 5.3.5 -> 5.4.2 Domarys Correa
                   ` (2 preceding siblings ...)
  2020-05-26 19:20 ` [meta-oe][PATCH 4/4] python3-pytest-asyncio: Update 0.10.0 -> 0.12.0 Domarys Correa
@ 2020-05-27 14:54 ` Trevor Gamblin
  3 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-05-27 14:54 UTC (permalink / raw)
  To: Domarys Correa, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1476 bytes --]


On 5/26/20 3:20 PM, Domarys Correa wrote:
> Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-pytest_5.3.5.bb => python3-pytest_5.4.2.bb}     | 5 ++---
>   1 file changed, 2 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pytest_5.3.5.bb => python3-pytest_5.4.2.bb} (85%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb b/meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb
> similarity index 85%
> rename from meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb
> rename to meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb
> index 8dad13a9e..9258c21ca 100644
> --- a/meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb
> +++ b/meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb
> @@ -1,10 +1,9 @@
>   SUMMARY = "Simple powerful testing with python"
> -HOMEPAGE = "http://pytest.org"
> +
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b"
>   
> -SRC_URI[md5sum] = "d5ef453f723be46d93e0795f3be86c88"
> -SRC_URI[sha256sum] = "0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d"
> +SRC_URI[sha256sum] = "eb2b5e935f6a019317e455b6da83dd8650ac9ffd2ee73a7b657a30873d67a698"
>   
>   SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch "
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 2637 bytes --]

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

* Re: [oe] [meta-oe][PATCH 2/4] python3-pytest-html: Update 1.6 -> 2.1.1
  2020-05-26 19:20 ` [meta-oe][PATCH 2/4] python3-pytest-html: Update 1.6 -> 2.1.1 Domarys Correa
@ 2020-05-27 15:13   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-05-27 15:13 UTC (permalink / raw)
  To: Domarys Correa, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2370 bytes --]


On 5/26/20 3:20 PM, Domarys Correa wrote:
> Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...html_1.6.bb => python3-pytest-html_2.1.1.bb} | 17 +++++++++++------
>   1 file changed, 11 insertions(+), 6 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pytest-html_1.6.bb => python3-pytest-html_2.1.1.bb} (73%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_1.6.bb b/meta-python/recipes-devtools/python/python3-pytest-html_2.1.1.bb
> similarity index 73%
> rename from meta-python/recipes-devtools/python/python3-pytest-html_1.6.bb
> rename to meta-python/recipes-devtools/python/python3-pytest-html_2.1.1.bb
> index 8ace29ed1..27b768155 100644
> --- a/meta-python/recipes-devtools/python/python3-pytest-html_1.6.bb
> +++ b/meta-python/recipes-devtools/python/python3-pytest-html_2.1.1.bb
> @@ -1,19 +1,24 @@
>   DESCRIPTION = "pytest plugin for generating html reports from test results"
> -HOMEPAGE = "https://github.com/pytest-dev/pytest-html"
> +DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
> +
>   LICENSE = "MPL-2.0"
>   LIC_FILES_CHKSUM = "file://../pytest-html.LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132"
>   
>   # Per README.rst the license statement is fetched from
>   # https://raw.githubusercontent.com/davehunt/pytest-html/master/LICENSE
>   SRC_URI += "https://raw.githubusercontent.com/davehunt/pytest-html/master/LICENSE;name=license;downloadfilename=pytest-html.LICENSE"
> +SRC_URI[license.md5sum] = "5d425c8f3157dbf212db2ec53d9e5132"
> +SRC_URI[license.sha256sum] = "2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e"
> +
> +SRC_URI[sha256sum] = "6a4ac391e105e391208e3eb9bd294a60dd336447fd8e1acddff3a6de7f4e57c5"
> +
>   
>   PYPI_PACKAGE = "pytest-html"
>   
>   inherit pypi setuptools3
>   
> -SRC_URI[md5sum] = "ac956864a9b3392203dacd287ae450f0"
> -SRC_URI[sha256sum] = "a359de04273239587bd1a15b29b2266daeaf56b7a13f8224bc4fb3ae0ba72c3f"
> -SRC_URI[license.md5sum] = "5d425c8f3157dbf212db2ec53d9e5132"
> -SRC_URI[license.sha256sum] = "2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e"
> +RDEPENDS_${PN} += " \
> +    ${PYTHON_PN}-pytest \
> +"
>   
> -RDEPENDS_${PN} = "${PYTHON_PN}-pytest"
> +BBCLASSEXTEND = "native nativesdk"
>
> 

[-- Attachment #2: Type: text/html, Size: 3864 bytes --]

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

* Re: [oe] [meta-oe][PATCH 3/4] python3-pytest-metadata: Update 1.8.0 -> 1.9.0
  2020-05-26 19:20 ` [meta-oe][PATCH 3/4] python3-pytest-metadata: Update 1.8.0 -> 1.9.0 Domarys Correa
@ 2020-05-27 15:44   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-05-27 15:44 UTC (permalink / raw)
  To: Domarys Correa, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1853 bytes --]


On 5/26/20 3:20 PM, Domarys Correa wrote:
> Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...a_1.8.0.bb => python3-pytest-metadata_1.9.0.bb} | 14 ++++++++------
>   1 file changed, 8 insertions(+), 6 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pytest-metadata_1.8.0.bb => python3-pytest-metadata_1.9.0.bb} (54%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pytest-metadata_1.8.0.bb b/meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
> similarity index 54%
> rename from meta-python/recipes-devtools/python/python3-pytest-metadata_1.8.0.bb
> rename to meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
> index 807b0cedb..4a77af3cf 100644
> --- a/meta-python/recipes-devtools/python/python3-pytest-metadata_1.8.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
> @@ -1,15 +1,17 @@
>   DESCRIPTION = "pytest-metadata is a plugin that allowed for accessing pytest metadata"
> -HOMEPAGE = "https://github.com/pytest-dev/pytest-metadata"
> +DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
> +
>   LICENSE = "MPL-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132"
>   
> +SRC_URI[sha256sum] = "168d203abba8cabb65cf1b5fa675b0ba60dccbf1825d147960876a7e6f7c219c"
> +
>   PYPI_PACKAGE = "pytest-metadata"
>   
>   inherit pypi setuptools3
>   
> -SRC_URI[md5sum] = "95674c2390b58e0138cabac5101d1908"
> -SRC_URI[sha256sum] = "2071a59285de40d7541fde1eb9f1ddea1c9db165882df82781367471238b66ba"
> -
> -DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
> +RDEPENDS_${PN} = " \
> +    ${PYTHON_PN}-pytest \
> +"
>   
> -RDEPENDS_${PN} = "${PYTHON_PN}-pytest"
> +BBCLASSEXTEND = "native nativesdk"
>
> 

[-- Attachment #2: Type: text/html, Size: 3008 bytes --]

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

* Re: [oe] [meta-oe][PATCH 4/4] python3-pytest-asyncio: Update 0.10.0 -> 0.12.0
  2020-05-26 19:20 ` [meta-oe][PATCH 4/4] python3-pytest-asyncio: Update 0.10.0 -> 0.12.0 Domarys Correa
@ 2020-05-27 15:57   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-05-27 15:57 UTC (permalink / raw)
  To: Domarys Correa, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2273 bytes --]


On 5/26/20 3:20 PM, Domarys Correa wrote:
> Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-pytest-asyncio_0.10.0.bb        | 13 -------------
>   .../python/python3-pytest-asyncio_0.12.0.bb        | 14 ++++++++++++++
>   2 files changed, 14 insertions(+), 13 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb
>   create mode 100644 meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb
> deleted file mode 100644
> index a7e963b04..000000000
> --- a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in Python, for testing asyncio code with pytest"
> -HOMEPAGE = "https://github.com/pytest-dev/pytest-asyncio"
> -LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://README.rst;md5=ae62268d207c73b615fbefddaf91a881"
> -
> -SRC_URI[md5sum] = "247a7ec32f24a185341327c42a0f85bf"
> -SRC_URI[sha256sum] = "9fac5100fd716cbecf6ef89233e8590a4ad61d729d1732e0a96b84182df1daaf"
> -
> -inherit pypi setuptools3
> -
> -DEPENDS += "${PYTHON_PN}-pytest-native"
> -
> -BBCLASSEXTEND = "native"
> diff --git a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb
> new file mode 100644
> index 000000000..d83c42de3
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb
> @@ -0,0 +1,14 @@
> +DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in Python, for testing asyncio code with pytest"
> +
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://README.rst;md5=3faed73a08162b5b5367cdcaee996f75"
> +
> +SRC_URI[sha256sum] = "475bd2f3dc0bc11d2463656b3cbaafdbec5a47b47508ea0b329ee693040eebd2"
> +
> +inherit pypi setuptools3
> +
> +RDEPENDS_${PN} += " \
> +    ${PYTHON_PN}-pytest \
> +"
> +
> +BBCLASSEXTEND = "native nativesdk"
>
> 

[-- Attachment #2: Type: text/html, Size: 3584 bytes --]

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

end of thread, other threads:[~2020-05-27 15:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26 19:20 [meta-oe][PATCH 1/4] python3-pytest: Update 5.3.5 -> 5.4.2 Domarys Correa
2020-05-26 19:20 ` [meta-oe][PATCH 2/4] python3-pytest-html: Update 1.6 -> 2.1.1 Domarys Correa
2020-05-27 15:13   ` [oe] " Trevor Gamblin
2020-05-26 19:20 ` [meta-oe][PATCH 3/4] python3-pytest-metadata: Update 1.8.0 -> 1.9.0 Domarys Correa
2020-05-27 15:44   ` [oe] " Trevor Gamblin
2020-05-26 19:20 ` [meta-oe][PATCH 4/4] python3-pytest-asyncio: Update 0.10.0 -> 0.12.0 Domarys Correa
2020-05-27 15:57   ` [oe] " Trevor Gamblin
2020-05-27 14:54 ` [oe] [meta-oe][PATCH 1/4] python3-pytest: Update 5.3.5 -> 5.4.2 Trevor Gamblin

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.