All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2
@ 2020-06-12 18:35 Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 02/22] python3-graphviz: Add recipe version 0.14 Otavio Salvador
                   ` (21 more replies)
  0 siblings, 22 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:35 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit ae8968122461df7e1fa39138f32caa35218bb71f)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../recipes-devtools/python/python3-argh_0.26.2.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-argh_0.26.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb
new file mode 100644
index 000000000..6aa758876
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Pattern matching and various utilities for file systems paths."
+
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=cede70b648dcc81baf5b431d38905bad"
+
+SRC_URI[sha256sum] = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-logging \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 02/22] python3-graphviz: Add recipe version 0.14
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
@ 2020-06-12 18:35 ` Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 03/22] python3-aiohttp-jinja2: Add recipe version 1.2.0 Otavio Salvador
                   ` (20 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:35 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 636d98b3ab80ac2d295851aa985d7a71eee29ec4)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../python/python3-graphviz_0.14.bb              | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-graphviz_0.14.bb

diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb
new file mode 100644
index 000000000..98bbddd21
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Graphviz protocol implementation"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+
+SRC_URI[sha256sum] = "e104ba036c8aef84320ec80560e544cd3cad68c9f90394b4e2b87bc44ab09791"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE_EXT = "zip"
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-logging \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 03/22] python3-aiohttp-jinja2: Add recipe version 1.2.0
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 02/22] python3-graphviz: Add recipe version 0.14 Otavio Salvador
@ 2020-06-12 18:35 ` Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 04/22] python3-py-ubjson: Add recipe version 0.16.1 Otavio Salvador
                   ` (19 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:35 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 498901a50b961dcc4828be79ced44564e5f826be)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../python/python3-aiohttp-jinja2_1.2.0.bb        | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb
new file mode 100644
index 000000000..de336af22
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb
@@ -0,0 +1,15 @@
+SUMMARY = "jinja2 template renderer for aiohttp.web (http server for asyncio)"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c82758543767c96574b6e29fc478fb73"
+
+SRC_URI[sha256sum] = "2dfe29cfd278d07cd0a851afb98471bc8ce2a830968443e40d67636f3c035d79"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-jinja2 \
+    ${PYTHON_PN}-aiohttp \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 04/22] python3-py-ubjson: Add recipe version 0.16.1
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 02/22] python3-graphviz: Add recipe version 0.14 Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 03/22] python3-aiohttp-jinja2: Add recipe version 1.2.0 Otavio Salvador
@ 2020-06-12 18:35 ` Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 05/22] python3-trafaret: Add recipe version 2.0.2 Otavio Salvador
                   ` (18 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:35 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 11858121c397d085bc5a7d568a81cc2138e65254)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../python/python3-py-ubjson_0.16.1.bb             | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb b/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb
new file mode 100644
index 000000000..31f07a518
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Universal Binary JSON encoder/decoder"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=383b9e6c3f9d1386a4eea17792291d91"
+
+SRC_URI[sha256sum] = "b9bfb8695a1c7e3632e800fb83c943bf67ed45ddd87cd0344851610c69a5a482"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-numbers \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 05/22] python3-trafaret: Add recipe version 2.0.2
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (2 preceding siblings ...)
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 04/22] python3-py-ubjson: Add recipe version 0.16.1 Otavio Salvador
@ 2020-06-12 18:35 ` Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 06/22] python3-trafaret-config: " Otavio Salvador
                   ` (17 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:35 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit dadaed39c981f360609d6c4fc53a9ed6568adf46)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../python/python3-trafaret_2.0.2.bb             | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb b/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb
new file mode 100644
index 000000000..4e814073b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Ultimate transformation library that supports validation, contexts and aiohttp."
+
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=21ecc7aa8f699874e706fc1354903437"
+
+SRC_URI[sha256sum] = "61dfc25b574f70bfdf7ee3a808ec423061811c13a10b8d3c9e11ab539b96ab65"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-numbers \
+    ${PYTHON_PN}-urllib3 \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 06/22] python3-trafaret-config: Add recipe version 2.0.2
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (3 preceding siblings ...)
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 05/22] python3-trafaret: Add recipe version 2.0.2 Otavio Salvador
@ 2020-06-12 18:35 ` Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 07/22] python3-txaio: Add recipe version 20.4.1 Otavio Salvador
                   ` (16 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:35 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 8288281e3b35674e8a76b600cb114e328c3ed94f)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../python/python3-trafaret-config_2.0.2.bb       | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb b/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb
new file mode 100644
index 000000000..b0f7548e4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb
@@ -0,0 +1,15 @@
+SUMMARY = "This is a wrapper that loads yaml and checks config using trafaret while keeping track of actual lines of file where error has happened."
+
+LICENSE = "Apache-2.0 & MIT"
+LIC_FILES_CHKSUM = "file://README.rst;beginline=98;endline=106;md5=a15308789c3b7d0f3ef36b69048423e4"
+
+SRC_URI[sha256sum] = "440b6b49e5e975f9a640a2519abb2feddd96eb2aeb1715f87f947a7a079f20be"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-trafaret \
+    ${PYTHON_PN}-pyyaml \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 07/22] python3-txaio: Add recipe version 20.4.1
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (4 preceding siblings ...)
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 06/22] python3-trafaret-config: " Otavio Salvador
@ 2020-06-12 18:35 ` Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 08/22] python3-u-msgpack-python: Add recipe version 2.6.0 Otavio Salvador
                   ` (15 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:35 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 97b34ad1f1a8a07216d99c1838ba20299eaa5232)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../python/python3-txaio_20.4.1.bb                 | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb b/meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb
new file mode 100644
index 000000000..75a9395a2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
+
+SRC_URI[sha256sum] = "17938f2bca4a9cabce61346758e482ca4e600160cbc28e861493eac74a19539d"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-twisted \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 08/22] python3-u-msgpack-python: Add recipe version 2.6.0
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (5 preceding siblings ...)
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 07/22] python3-txaio: Add recipe version 20.4.1 Otavio Salvador
@ 2020-06-12 18:35 ` Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 09/22] python3-xmodem: Add recipe version 0.4.6 Otavio Salvador
                   ` (14 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:35 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 9f16073b4b1db5dbcff15344a9021bdf731561ae)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../python/python3-u-msgpack-python_2.6.0.bb       | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb
new file mode 100644
index 000000000..6d2e0e0c3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A portable, lightweight MessagePack serializer and deserializer written in pure Python."
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=9eb4691bcb66360acee473a8cf75f594"
+
+SRC_URI[sha256sum] = "754edb07eaee39a9686a99823892e3a1be4e0948d9cc5c717946750c27643c9c"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-datetime \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 09/22] python3-xmodem: Add recipe version 0.4.6
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (6 preceding siblings ...)
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 08/22] python3-u-msgpack-python: Add recipe version 2.6.0 Otavio Salvador
@ 2020-06-12 18:35 ` Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 10/22] python3-multidict: Update 4.7.4 -> 4.7.5 Otavio Salvador
                   ` (13 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:35 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 0dccb1e5a698aec92506196fc1a9fcde601160ce)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../python/python3-xmodem_0.4.6.bb                 | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb

diff --git a/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb b/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb
new file mode 100644
index 000000000..3fdd3e58c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "XMODEM protocol implementation"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+
+SRC_URI[sha256sum] = "089737298f5738eabc43f2519efdc80b402693768f16383f7013b9e6f8f279d7"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-logging \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 10/22] python3-multidict: Update 4.7.4 -> 4.7.5
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (7 preceding siblings ...)
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 09/22] python3-xmodem: Add recipe version 0.4.6 Otavio Salvador
@ 2020-06-12 18:35 ` Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 11/22] python3-lz4: Add recipe version 3.0.2 Otavio Salvador
                   ` (12 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:35 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 3491b0dee95898c7c6895a86e97e8c1d02362206)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 ...hon3-multidict_4.7.4.bb => python3-multidict_4.7.5.bb} | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-multidict_4.7.4.bb => python3-multidict_4.7.5.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-multidict_4.7.4.bb b/meta-python/recipes-devtools/python/python3-multidict_4.7.5.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-multidict_4.7.4.bb
rename to meta-python/recipes-devtools/python/python3-multidict_4.7.5.bb
index 0636972ec..30e10c251 100644
--- a/meta-python/recipes-devtools/python/python3-multidict_4.7.4.bb
+++ b/meta-python/recipes-devtools/python/python3-multidict_4.7.5.bb
@@ -1,12 +1,12 @@
 SUMMARY = "Multidicts are useful for working with HTTP headers, URL query args etc."
 HOMEPAGE = "https://github.com/aio-libs/multidict/"
+
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e74c98abe0de8f798ca609137f9cef4a"
 
-inherit pypi setuptools3 ptest
+SRC_URI[sha256sum] = "aee283c49601fa4c13adc64c09c978838a7e812f85377ae130a24d7198c0331e"
 
-SRC_URI[md5sum] = "22b46f759cf2cc3ca1d2c9f82cc9bb79"
-SRC_URI[sha256sum] = "d7d428488c67b09b26928950a395e41cc72bb9c3d5abfe9f0521940ee4f796d4"
+inherit pypi setuptools3 ptest
 
 SRC_URI += " \
 	file://run-ptest \
@@ -20,3 +20,5 @@ do_install_ptest() {
 	install -d ${D}${PTEST_PATH}/tests
 	cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
 }
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 11/22] python3-lz4: Add recipe version 3.0.2
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (8 preceding siblings ...)
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 10/22] python3-multidict: Update 4.7.4 -> 4.7.5 Otavio Salvador
@ 2020-06-12 18:35 ` Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 12/22] python3-autobahn: Add recipe version 20.4.3 Otavio Salvador
                   ` (11 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:35 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a011a5fc045aba99378c54e6d2a58f2f7c22b416)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../recipes-devtools/python/python3-lz4_3.0.2.bb   | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-lz4_3.0.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-lz4_3.0.2.bb b/meta-python/recipes-devtools/python/python3-lz4_3.0.2.bb
new file mode 100644
index 000000000..e39ca8f3b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-lz4_3.0.2.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "python bindings for the lz4 compression library by Yann Collet"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573"
+
+DEPENDS += " \
+    ${PYTHON_PN}-setuptools-scm-native \
+    ${PYTHON_PN}-pkgconfig-native \
+"
+SRC_URI[sha256sum] = "9c9f6a8b71c18c24bd83537a4d616f0301623a5e98db7c7ca956d608e1bcd4c7"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 12/22] python3-autobahn: Add recipe version 20.4.3
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (9 preceding siblings ...)
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 11/22] python3-lz4: Add recipe version 3.0.2 Otavio Salvador
@ 2020-06-12 18:35 ` Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 13/22] python3-snappy: Add recipe version 0.5.4 Otavio Salvador
                   ` (10 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:35 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 6cf47ddf3e5ed023548217b034f6367251e32860)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../python/python3-autobahn_20.4.3.bb         | 23 +++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-autobahn_20.4.3.bb

diff --git a/meta-python/recipes-devtools/python/python3-autobahn_20.4.3.bb b/meta-python/recipes-devtools/python/python3-autobahn_20.4.3.bb
new file mode 100644
index 000000000..60ef57d04
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-autobahn_20.4.3.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "WebSocket client & server library, WAMP real-time framework"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
+
+SRC_URI[sha256sum] = "c6fe745d52ba9f9eecf791cd31f558df42aebfc4f9ee558a8f1d18c707e1ae1f"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-twisted \
+    ${PYTHON_PN}-zopeinterface \
+    ${PYTHON_PN}-py-ubjson \
+    ${PYTHON_PN}-cbor2 \
+    ${PYTHON_PN}-u-msgpack-python \
+    ${PYTHON_PN}-lz4 \
+    ${PYTHON_PN}-snappy \
+    ${PYTHON_PN}-pyopenssl \
+    ${PYTHON_PN}-txaio \
+    ${PYTHON_PN}-six \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 13/22] python3-snappy: Add recipe version 0.5.4
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (10 preceding siblings ...)
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 12/22] python3-autobahn: Add recipe version 20.4.3 Otavio Salvador
@ 2020-06-12 18:35 ` Otavio Salvador
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 14/22] python3-cbor2: Add recipe version 5.1.0 Otavio Salvador
                   ` (9 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:35 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a6fa788675ac7f5921b8fdf1ddf29dc7a3f78c93)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../python/python3-snappy_0.5.4.bb                | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb

diff --git a/meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb b/meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb
new file mode 100644
index 000000000..1836473b8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Python library for the snappy compression library from Google"
+DEPENDS += "snappy"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b3090152f53ee19f6a7b64b1a36384fb"
+
+SRC_URI[sha256sum] = "d9c26532cfa510f45e8d135cde140e8a5603d3fb254cfec273ebc0ecf9f668e2"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "python-snappy"
+
+RDEPENDS_${PN} += "snappy"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 14/22] python3-cbor2: Add recipe version 5.1.0
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (11 preceding siblings ...)
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 13/22] python3-snappy: Add recipe version 0.5.4 Otavio Salvador
@ 2020-06-12 18:35 ` Otavio Salvador
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 15/22] python3-pathtools3: Add recipe version 0.2.1 Otavio Salvador
                   ` (8 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:35 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit e57344e7979acfe2b59ee5df082c4736620fe7aa)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../python/python3-cbor2_5.1.0.bb                 | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb
new file mode 100644
index 000000000..b42516b7d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)."
+DEPENDS +="${PYTHON_PN}-setuptools-scm-native"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
+
+SRC_URI[sha256sum] = "43ce11e8c2fe4971d386d1a60cf83bfa0a4a667b97668ba76acbf5e6398821aa"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-datetime \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 15/22] python3-pathtools3: Add recipe version 0.2.1
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (12 preceding siblings ...)
  2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 14/22] python3-cbor2: Add recipe version 5.1.0 Otavio Salvador
@ 2020-06-12 18:36 ` Otavio Salvador
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 16/22] python3-watchdog: Add recipe version 0.10.2 Otavio Salvador
                   ` (7 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:36 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit c68dad28f3287d91ed530991929cd896e83da41b)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../python/python3-pathtools3_0.2.1.bb                 | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb b/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb
new file mode 100644
index 000000000..644f7b119
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb
@@ -0,0 +1,10 @@
+SUMMARY = "Filesystem events monitoring"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=56bd93578433bb99b4fdf7ff481722df"
+
+SRC_URI[sha256sum] = "630c1edc09ef93abea40fc06b10067e5734d8f38cc85867bc61d1a5c9eb7796f"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 16/22] python3-watchdog: Add recipe version 0.10.2
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (13 preceding siblings ...)
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 15/22] python3-pathtools3: Add recipe version 0.2.1 Otavio Salvador
@ 2020-06-12 18:36 ` Otavio Salvador
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 17/22] python3-ansicolors: Add recipe version 1.1.8 Otavio Salvador
                   ` (6 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:36 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 3e431c3ce9bc58ff58a10c8fbd6ff556fcc66838)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../python/python3-watchdog_0.10.2.bb          | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-watchdog_0.10.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-watchdog_0.10.2.bb b/meta-python/recipes-devtools/python/python3-watchdog_0.10.2.bb
new file mode 100644
index 000000000..93a1c192f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-watchdog_0.10.2.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Filesystem events monitoring"
+DEPENDS = "${PYTHON_PN}-argh"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+SRC_URI[sha256sum] = "c560efb643faed5ef28784b2245cf8874f939569717a4a12826a173ac644456b"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} = " \
+    ${PYTHON_PN}-argh \
+    ${PYTHON_PN}-pathtools3 \
+    ${PYTHON_PN}-pyyaml \
+    ${PYTHON_PN}-requests \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 17/22] python3-ansicolors: Add recipe version 1.1.8
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (14 preceding siblings ...)
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 16/22] python3-watchdog: Add recipe version 0.10.2 Otavio Salvador
@ 2020-06-12 18:36 ` Otavio Salvador
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 18/22] python3-pyudev: Update 0.21.0 -> 0.22.0 Otavio Salvador
                   ` (5 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:36 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Trevor Gamblin, Khem Raj, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit bb4cdd4d80fe690a28c2c20048d675d4584ae9c7)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../python/python3-ansicolors_1.1.8.bb               | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb

diff --git a/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb b/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb
new file mode 100644
index 000000000..9ba710cb7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Add ANSI colors and decorations to your strings"
+
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=aef5566ac4fede9815eccf124c281317"
+
+SRC_URI[sha256sum] = "99f94f5e3348a0bcd43c82e5fc4414013ccc19d70bd939ad71e0133ce9c372e0"
+
+PYPI_PACKAGE_EXT = "zip"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 18/22] python3-pyudev: Update 0.21.0 -> 0.22.0
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (15 preceding siblings ...)
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 17/22] python3-ansicolors: Add recipe version 1.1.8 Otavio Salvador
@ 2020-06-12 18:36 ` Otavio Salvador
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 19/22] python3-pytest: Update 5.3.5 -> 5.4.2 Otavio Salvador
                   ` (4 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:36 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Domarys Correa, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
(cherry picked from commit d09f8bce84198b3f50d56c9a178cbea16b94cd9c)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 .../{python3-pyudev_0.21.0.bb => python3-pyudev_0.22.0.bb}  | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyudev_0.21.0.bb => python3-pyudev_0.22.0.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
rename to meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
index 49a3628f4..38c012843 100644
--- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
@@ -1,9 +1,9 @@
 SUMMARY = "A libudev binding"
+
 LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
-SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b"
-SRC_URI[sha256sum] = "094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b"
+SRC_URI[sha256sum] = "69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276"
 
 inherit pypi setuptools3
 
@@ -20,3 +20,5 @@ RDEPENDS_${PN} = "\
     ${PYTHON_PN}-fcntl \
     libudev \
 "
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.27.0


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

* [dunfell-backport meta-python PATCH 19/22] python3-pytest: Update 5.3.5 -> 5.4.2
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (16 preceding siblings ...)
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 18/22] python3-pyudev: Update 0.21.0 -> 0.22.0 Otavio Salvador
@ 2020-06-12 18:36 ` Otavio Salvador
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 20/22] python3-pytest-html: Update 1.6 -> 2.1.1 Otavio Salvador
                   ` (3 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:36 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Domarys Correa, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
(cherry picked from commit 530e54b7bf6eb6002e42144203fc7adf55360cdf)
Signed-off-by: Otavio Salvador <otavio@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.27.0


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

* [dunfell-backport meta-python PATCH 20/22] python3-pytest-html: Update 1.6 -> 2.1.1
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (17 preceding siblings ...)
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 19/22] python3-pytest: Update 5.3.5 -> 5.4.2 Otavio Salvador
@ 2020-06-12 18:36 ` Otavio Salvador
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 21/22] python3-pytest-metadata: Update 1.8.0 -> 1.9.0 Otavio Salvador
                   ` (2 subsequent siblings)
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:36 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Domarys Correa, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
(cherry picked from commit fac673dc825eac87e77fd89c5d1dc58b76979c00)
Signed-off-by: Otavio Salvador <otavio@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.27.0


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

* [dunfell-backport meta-python PATCH 21/22] python3-pytest-metadata: Update 1.8.0 -> 1.9.0
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (18 preceding siblings ...)
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 20/22] python3-pytest-html: Update 1.6 -> 2.1.1 Otavio Salvador
@ 2020-06-12 18:36 ` Otavio Salvador
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 22/22] python3-pytest-asyncio: Update 0.10.0 -> 0.12.0 Otavio Salvador
  2020-06-12 20:56 ` [oe] [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 akuster
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:36 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Domarys Correa, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
(cherry picked from commit 08b633b4f352ac9dcc4da13a8a967c87803c6c14)
Signed-off-by: Otavio Salvador <otavio@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.27.0


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

* [dunfell-backport meta-python PATCH 22/22] python3-pytest-asyncio: Update 0.10.0 -> 0.12.0
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (19 preceding siblings ...)
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 21/22] python3-pytest-metadata: Update 1.8.0 -> 1.9.0 Otavio Salvador
@ 2020-06-12 18:36 ` Otavio Salvador
  2020-06-12 20:56 ` [oe] [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 akuster
  21 siblings, 0 replies; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 18:36 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Domarys Correa, Otavio Salvador

From: Domarys Correa <domarys.correa@ossystems.com.br>

Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
(cherry picked from commit 2d0086afeeea83ee4d50e2e8b483afc8b565a666)
Signed-off-by: Otavio Salvador <otavio@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.27.0


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

* Re: [oe] [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2
  2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
                   ` (20 preceding siblings ...)
  2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 22/22] python3-pytest-asyncio: Update 0.10.0 -> 0.12.0 Otavio Salvador
@ 2020-06-12 20:56 ` akuster
  2020-06-12 21:00   ` Otavio Salvador
  21 siblings, 1 reply; 25+ messages in thread
From: akuster @ 2020-06-12 20:56 UTC (permalink / raw)
  To: Otavio Salvador, Meta-OpenEmbedded Mailing listing
  Cc: Domarys Correa, Khem Raj, Otavio Salvador

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



On 6/12/20 11:35 AM, Otavio Salvador wrote:
> From: Domarys Correa <domarys.correa@ossystems.com.br>
>
> Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> (cherry picked from commit ae8968122461df7e1fa39138f32caa35218bb71f)
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Am I missing the context around "dunfell-fallback" ? Was there a cover
letter that would explain that I missed?

Generally adding new packages don't fall inside a Stable branch policy.

please clarify.

- armin

> ---
>
>  .../recipes-devtools/python/python3-argh_0.26.2.bb | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python3-argh_0.26.2.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb
> new file mode 100644
> index 000000000..6aa758876
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb
> @@ -0,0 +1,14 @@
> +SUMMARY = "Pattern matching and various utilities for file systems paths."
> +
> +LICENSE = "LGPLv2"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=cede70b648dcc81baf5b431d38905bad"
> +
> +SRC_URI[sha256sum] = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65"
> +
> +inherit pypi setuptools3
> +
> +RDEPENDS_${PN} += " \
> +    ${PYTHON_PN}-logging \
> +"
> +
> +BBCLASSEXTEND = "native nativesdk"
>
> 


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

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

* Re: [oe] [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2
  2020-06-12 20:56 ` [oe] [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 akuster
@ 2020-06-12 21:00   ` Otavio Salvador
  2020-06-18 15:15     ` akuster
  0 siblings, 1 reply; 25+ messages in thread
From: Otavio Salvador @ 2020-06-12 21:00 UTC (permalink / raw)
  To: akuster808
  Cc: Meta-OpenEmbedded Mailing listing, Domarys Correa, Khem Raj,
	Otavio Salvador

Em sex., 12 de jun. de 2020 às 17:56, akuster808
<akuster808@gmail.com> escreveu:
> On 6/12/20 11:35 AM, Otavio Salvador wrote:
>
> From: Domarys Correa <domarys.correa@ossystems.com.br>
>
> Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> (cherry picked from commit ae8968122461df7e1fa39138f32caa35218bb71f)
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>
>
> Am I missing the context around "dunfell-fallback" ? Was there a cover letter that would explain that I missed?
>
> Generally adding new packages don't fall inside a Stable branch policy.
>
> please clarify.

We are moving packages from multiple layer (with even duplicated
recipes) to meta-python. Those recipes we are adding so we could use
labgrid. It was sent to master and I'd like to backport so we could
later clean this up.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750

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

* Re: [oe] [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2
  2020-06-12 21:00   ` Otavio Salvador
@ 2020-06-18 15:15     ` akuster
  0 siblings, 0 replies; 25+ messages in thread
From: akuster @ 2020-06-18 15:15 UTC (permalink / raw)
  To: Otavio Salvador
  Cc: Meta-OpenEmbedded Mailing listing, Domarys Correa, Khem Raj,
	Otavio Salvador



On 6/12/20 2:00 PM, Otavio Salvador wrote:
> Em sex., 12 de jun. de 2020 às 17:56, akuster808
> <akuster808@gmail.com> escreveu:
>> On 6/12/20 11:35 AM, Otavio Salvador wrote:
>>
>> From: Domarys Correa <domarys.correa@ossystems.com.br>
>>
>> Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> (cherry picked from commit ae8968122461df7e1fa39138f32caa35218bb71f)
>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>>
>>
>> Am I missing the context around "dunfell-fallback" ? Was there a cover letter that would explain that I missed?
>>
>> Generally adding new packages don't fall inside a Stable branch policy.
>>
>> please clarify.
> We are moving packages from multiple layer (with even duplicated
> recipes) to meta-python. Those recipes we are adding so we could use
> labgrid. It was sent to master and I'd like to backport so we could
> later clean this up.

These changes do not qualify to be backported to Dunfell.

Thanks for submitting the request.

- Armin
>


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

end of thread, other threads:[~2020-06-18 15:15 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-12 18:35 [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 Otavio Salvador
2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 02/22] python3-graphviz: Add recipe version 0.14 Otavio Salvador
2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 03/22] python3-aiohttp-jinja2: Add recipe version 1.2.0 Otavio Salvador
2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 04/22] python3-py-ubjson: Add recipe version 0.16.1 Otavio Salvador
2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 05/22] python3-trafaret: Add recipe version 2.0.2 Otavio Salvador
2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 06/22] python3-trafaret-config: " Otavio Salvador
2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 07/22] python3-txaio: Add recipe version 20.4.1 Otavio Salvador
2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 08/22] python3-u-msgpack-python: Add recipe version 2.6.0 Otavio Salvador
2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 09/22] python3-xmodem: Add recipe version 0.4.6 Otavio Salvador
2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 10/22] python3-multidict: Update 4.7.4 -> 4.7.5 Otavio Salvador
2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 11/22] python3-lz4: Add recipe version 3.0.2 Otavio Salvador
2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 12/22] python3-autobahn: Add recipe version 20.4.3 Otavio Salvador
2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 13/22] python3-snappy: Add recipe version 0.5.4 Otavio Salvador
2020-06-12 18:35 ` [dunfell-backport meta-python PATCH 14/22] python3-cbor2: Add recipe version 5.1.0 Otavio Salvador
2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 15/22] python3-pathtools3: Add recipe version 0.2.1 Otavio Salvador
2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 16/22] python3-watchdog: Add recipe version 0.10.2 Otavio Salvador
2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 17/22] python3-ansicolors: Add recipe version 1.1.8 Otavio Salvador
2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 18/22] python3-pyudev: Update 0.21.0 -> 0.22.0 Otavio Salvador
2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 19/22] python3-pytest: Update 5.3.5 -> 5.4.2 Otavio Salvador
2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 20/22] python3-pytest-html: Update 1.6 -> 2.1.1 Otavio Salvador
2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 21/22] python3-pytest-metadata: Update 1.8.0 -> 1.9.0 Otavio Salvador
2020-06-12 18:36 ` [dunfell-backport meta-python PATCH 22/22] python3-pytest-asyncio: Update 0.10.0 -> 0.12.0 Otavio Salvador
2020-06-12 20:56 ` [oe] [dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2 akuster
2020-06-12 21:00   ` Otavio Salvador
2020-06-18 15:15     ` akuster

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.