All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/11] python3-argh: Add recipe version 0.26.2
@ 2020-05-15 14:16 Domarys Correa
  2020-05-15 14:16 ` [PATCH 02/11] python3-graphviz: Add recipe version 0.14 Domarys Correa
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Domarys Correa @ 2020-05-15 14:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@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.17.1


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

* [PATCH 02/11] python3-graphviz: Add recipe version 0.14
  2020-05-15 14:16 [PATCH 01/11] python3-argh: Add recipe version 0.26.2 Domarys Correa
@ 2020-05-15 14:16 ` Domarys Correa
  2020-05-15 14:16 ` [PATCH 03/11] python3-aiohttp-jinja2: Add recipe version 1.2.0 Domarys Correa
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Domarys Correa @ 2020-05-15 14:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@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.17.1


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

* [PATCH 03/11] python3-aiohttp-jinja2: Add recipe version 1.2.0
  2020-05-15 14:16 [PATCH 01/11] python3-argh: Add recipe version 0.26.2 Domarys Correa
  2020-05-15 14:16 ` [PATCH 02/11] python3-graphviz: Add recipe version 0.14 Domarys Correa
@ 2020-05-15 14:16 ` Domarys Correa
  2020-05-15 14:16 ` [PATCH 04/11] python3-py-ubjson: Add recipe version 0.16.1 Domarys Correa
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Domarys Correa @ 2020-05-15 14:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@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.17.1


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

* [PATCH 04/11] python3-py-ubjson: Add recipe version 0.16.1
  2020-05-15 14:16 [PATCH 01/11] python3-argh: Add recipe version 0.26.2 Domarys Correa
  2020-05-15 14:16 ` [PATCH 02/11] python3-graphviz: Add recipe version 0.14 Domarys Correa
  2020-05-15 14:16 ` [PATCH 03/11] python3-aiohttp-jinja2: Add recipe version 1.2.0 Domarys Correa
@ 2020-05-15 14:16 ` Domarys Correa
  2020-05-15 14:16 ` [PATCH 05/11] python3-trafaret: Add recipe version 2.0.2 Domarys Correa
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Domarys Correa @ 2020-05-15 14:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@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.17.1


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

* [PATCH 05/11] python3-trafaret: Add recipe version 2.0.2
  2020-05-15 14:16 [PATCH 01/11] python3-argh: Add recipe version 0.26.2 Domarys Correa
                   ` (2 preceding siblings ...)
  2020-05-15 14:16 ` [PATCH 04/11] python3-py-ubjson: Add recipe version 0.16.1 Domarys Correa
@ 2020-05-15 14:16 ` Domarys Correa
  2020-05-15 14:16 ` [PATCH 06/11] python3-trafaret-config: " Domarys Correa
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Domarys Correa @ 2020-05-15 14:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@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.17.1


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

* [PATCH 06/11] python3-trafaret-config: Add recipe version 2.0.2
  2020-05-15 14:16 [PATCH 01/11] python3-argh: Add recipe version 0.26.2 Domarys Correa
                   ` (3 preceding siblings ...)
  2020-05-15 14:16 ` [PATCH 05/11] python3-trafaret: Add recipe version 2.0.2 Domarys Correa
@ 2020-05-15 14:16 ` Domarys Correa
  2020-05-15 14:16 ` [PATCH 07/11] python3-txaio: Add recipe version 20.4.1 Domarys Correa
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Domarys Correa @ 2020-05-15 14:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@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.17.1


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

* [PATCH 07/11] python3-txaio: Add recipe version 20.4.1
  2020-05-15 14:16 [PATCH 01/11] python3-argh: Add recipe version 0.26.2 Domarys Correa
                   ` (4 preceding siblings ...)
  2020-05-15 14:16 ` [PATCH 06/11] python3-trafaret-config: " Domarys Correa
@ 2020-05-15 14:16 ` Domarys Correa
  2020-05-15 14:16 ` [PATCH 08/11] python3-u-msgpack-python: Add recipe version 2.6.0 Domarys Correa
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Domarys Correa @ 2020-05-15 14:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@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.17.1


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

* [PATCH 08/11] python3-u-msgpack-python: Add recipe version 2.6.0
  2020-05-15 14:16 [PATCH 01/11] python3-argh: Add recipe version 0.26.2 Domarys Correa
                   ` (5 preceding siblings ...)
  2020-05-15 14:16 ` [PATCH 07/11] python3-txaio: Add recipe version 20.4.1 Domarys Correa
@ 2020-05-15 14:16 ` Domarys Correa
  2020-05-15 14:16 ` [PATCH 09/11] python3-xmodem: Add recipe version 0.4.6 Domarys Correa
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Domarys Correa @ 2020-05-15 14:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@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.17.1


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

* [PATCH 09/11] python3-xmodem: Add recipe version 0.4.6
  2020-05-15 14:16 [PATCH 01/11] python3-argh: Add recipe version 0.26.2 Domarys Correa
                   ` (6 preceding siblings ...)
  2020-05-15 14:16 ` [PATCH 08/11] python3-u-msgpack-python: Add recipe version 2.6.0 Domarys Correa
@ 2020-05-15 14:16 ` Domarys Correa
  2020-05-15 14:16 ` [PATCH 10/11] python3-multidict: Update 4.7.4 -> 4.7.5 Domarys Correa
  2020-05-15 14:16 ` [PATCH 11/11] python3-lz4: Add recipe version 3.0.2 Domarys Correa
  9 siblings, 0 replies; 11+ messages in thread
From: Domarys Correa @ 2020-05-15 14:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@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.17.1


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

* [PATCH 10/11] python3-multidict: Update 4.7.4 -> 4.7.5
  2020-05-15 14:16 [PATCH 01/11] python3-argh: Add recipe version 0.26.2 Domarys Correa
                   ` (7 preceding siblings ...)
  2020-05-15 14:16 ` [PATCH 09/11] python3-xmodem: Add recipe version 0.4.6 Domarys Correa
@ 2020-05-15 14:16 ` Domarys Correa
  2020-05-15 14:16 ` [PATCH 11/11] python3-lz4: Add recipe version 3.0.2 Domarys Correa
  9 siblings, 0 replies; 11+ messages in thread
From: Domarys Correa @ 2020-05-15 14:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@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.17.1


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

* [PATCH 11/11] python3-lz4: Add recipe version 3.0.2
  2020-05-15 14:16 [PATCH 01/11] python3-argh: Add recipe version 0.26.2 Domarys Correa
                   ` (8 preceding siblings ...)
  2020-05-15 14:16 ` [PATCH 10/11] python3-multidict: Update 4.7.4 -> 4.7.5 Domarys Correa
@ 2020-05-15 14:16 ` Domarys Correa
  9 siblings, 0 replies; 11+ messages in thread
From: Domarys Correa @ 2020-05-15 14:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Domarys Correa

Signed-off-by: Domarys Correa <domarys.correa@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.17.1


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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15 14:16 [PATCH 01/11] python3-argh: Add recipe version 0.26.2 Domarys Correa
2020-05-15 14:16 ` [PATCH 02/11] python3-graphviz: Add recipe version 0.14 Domarys Correa
2020-05-15 14:16 ` [PATCH 03/11] python3-aiohttp-jinja2: Add recipe version 1.2.0 Domarys Correa
2020-05-15 14:16 ` [PATCH 04/11] python3-py-ubjson: Add recipe version 0.16.1 Domarys Correa
2020-05-15 14:16 ` [PATCH 05/11] python3-trafaret: Add recipe version 2.0.2 Domarys Correa
2020-05-15 14:16 ` [PATCH 06/11] python3-trafaret-config: " Domarys Correa
2020-05-15 14:16 ` [PATCH 07/11] python3-txaio: Add recipe version 20.4.1 Domarys Correa
2020-05-15 14:16 ` [PATCH 08/11] python3-u-msgpack-python: Add recipe version 2.6.0 Domarys Correa
2020-05-15 14:16 ` [PATCH 09/11] python3-xmodem: Add recipe version 0.4.6 Domarys Correa
2020-05-15 14:16 ` [PATCH 10/11] python3-multidict: Update 4.7.4 -> 4.7.5 Domarys Correa
2020-05-15 14:16 ` [PATCH 11/11] python3-lz4: Add recipe version 3.0.2 Domarys Correa

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.