All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/4] python3-xlsxwriter: Upgrade 1.3.5 -> 1.3.6
@ 2020-09-24 13:21 Leon Anavi
  2020-09-24 13:21 ` [meta-python][PATCH 2/4] python3-yarl: Upgrade 1.5.1 -> 1.6.0 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Leon Anavi @ 2020-09-24 13:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.3.6:

- Added the worksheet :func:`unprotect_range()` method to allow
  ranges within a protected worksheet to be unprotected.
- There are now over 1500 test cases in the test suite, including
  900 tests that compare the output from XlsxWriter, byte for
  byte, against test files created in Excel. This is to ensure the
  maximum possible compatibility with Excel.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-xlsxwriter_1.3.5.bb => python3-xlsxwriter_1.3.6.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-xlsxwriter_1.3.5.bb => python3-xlsxwriter_1.3.6.bb} (68%)

diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.5.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.6.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.5.bb
rename to meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.6.bb
index b4b0e2eb2e..f3314037f2 100644
--- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.5.bb
+++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.6.bb
@@ -8,7 +8,7 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE = "XlsxWriter"
 
-SRC_URI[md5sum] = "0b65976905bf3841bc6cae3f8c47295b"
-SRC_URI[sha256sum] = "de54547f3aa1a611453e32a8ae46380edb5556e823c6803f8673b4b770e50b3b"
+SRC_URI[md5sum] = "378642a3754fb233e418e3869cf051bb"
+SRC_URI[sha256sum] = "b89002dea57bb3d4c8207f3e28ef8244bfd9e936b85d74e7dd1f97e11bb70313"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* [meta-python][PATCH 2/4] python3-yarl: Upgrade 1.5.1 -> 1.6.0
  2020-09-24 13:21 [meta-python][PATCH 1/4] python3-xlsxwriter: Upgrade 1.3.5 -> 1.3.6 Leon Anavi
@ 2020-09-24 13:21 ` Leon Anavi
  2020-09-28 12:58   ` [oe] " Trevor Gamblin
  2020-09-24 13:21 ` [meta-python][PATCH 3/4] python3-sentry-sdk: Upgrade 0.17.7 -> 0.17.8 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Leon Anavi @ 2020-09-24 13:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.6.0:

- Allow for int and float subclasses in query, while still denying
  bool.
- Do not requote arguments in URL.build(), with_xxx() and in /
  operator.
- Keep IPv6 brackets in origin().

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-yarl_1.5.1.bb => python3-yarl_1.6.0.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-yarl_1.5.1.bb => python3-yarl_1.6.0.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.5.1.bb b/meta-python/recipes-devtools/python/python3-yarl_1.6.0.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-yarl_1.5.1.bb
rename to meta-python/recipes-devtools/python/python3-yarl_1.6.0.bb
index 40f0e4db03..543acc51ba 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.6.0.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b334fc90d45983db318f54fd5bf6c90b"
 
-SRC_URI[md5sum] = "a9b20bf0b8a6962e1101b28908a67bf8"
-SRC_URI[sha256sum] = "c22c75b5f394f3d47105045ea551e08a3e804dc7e01b37800ca35b58f856c3d6"
+SRC_URI[md5sum] = "802bb27ebdb260fbbaecbcc8168d6f28"
+SRC_URI[sha256sum] = "61d3ea3c175fe45f1498af868879c6ffeb989d4143ac542163c45538ba5ec21b"
 
 SRC_URI += " \
     file://run-ptest \
-- 
2.17.1


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

* [meta-python][PATCH 3/4] python3-sentry-sdk: Upgrade 0.17.7 -> 0.17.8
  2020-09-24 13:21 [meta-python][PATCH 1/4] python3-xlsxwriter: Upgrade 1.3.5 -> 1.3.6 Leon Anavi
  2020-09-24 13:21 ` [meta-python][PATCH 2/4] python3-yarl: Upgrade 1.5.1 -> 1.6.0 Leon Anavi
@ 2020-09-24 13:21 ` Leon Anavi
  2020-09-28 12:59   ` [oe] " Trevor Gamblin
  2020-09-24 13:21 ` [meta-python][PATCH 4/4] python3-google-api-python-client: Upgrade 1.12.1 -> 1.12.2 Leon Anavi
  2020-09-28 12:58 ` [oe] [meta-python][PATCH 1/4] python3-xlsxwriter: Upgrade 1.3.5 -> 1.3.6 Trevor Gamblin
  3 siblings, 1 reply; 8+ messages in thread
From: Leon Anavi @ 2020-09-24 13:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.17.8:

- Fix yet another bug with disjoint traces in Celery.
- Added support for Chalice 1.20. Thanks again to the folks at
  Cuenca MX!

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...hon3-sentry-sdk_0.17.7.bb => python3-sentry-sdk_0.17.8.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-sentry-sdk_0.17.7.bb => python3-sentry-sdk_0.17.8.bb} (72%)

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.7.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.8.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.7.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.8.bb
index 27f68fcb21..99ddbe64d9 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.7.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.8.bb
@@ -5,8 +5,8 @@ HOMEPAGE = "https://github.com/getsentry/sentry-python"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341"
 
-SRC_URI[md5sum] = "eda3a8d9aae8459ef6efe540293a9ca8"
-SRC_URI[sha256sum] = "a698993f3abbe06e88e8a3c8b61c8a79c12f62e503f1a23eda30c3921f0525a9"
+SRC_URI[md5sum] = "17ad6e414d77026e264152bd4cc11400"
+SRC_URI[sha256sum] = "e159f7c919d19ae86e5a4ff370fccc45149fab461fbeb93fb5a735a0b33a9cb1"
 
 PYPI_PACKAGE = "sentry-sdk"
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 4/4] python3-google-api-python-client: Upgrade 1.12.1 -> 1.12.2
  2020-09-24 13:21 [meta-python][PATCH 1/4] python3-xlsxwriter: Upgrade 1.3.5 -> 1.3.6 Leon Anavi
  2020-09-24 13:21 ` [meta-python][PATCH 2/4] python3-yarl: Upgrade 1.5.1 -> 1.6.0 Leon Anavi
  2020-09-24 13:21 ` [meta-python][PATCH 3/4] python3-sentry-sdk: Upgrade 0.17.7 -> 0.17.8 Leon Anavi
@ 2020-09-24 13:21 ` Leon Anavi
  2020-09-28 12:59   ` [oe] " Trevor Gamblin
  2020-09-28 12:58 ` [oe] [meta-python][PATCH 1/4] python3-xlsxwriter: Upgrade 1.3.5 -> 1.3.6 Trevor Gamblin
  3 siblings, 1 reply; 8+ messages in thread
From: Leon Anavi @ 2020-09-24 13:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.12.2:

- add method to close httplib2 connections

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...t_1.12.1.bb => python3-google-api-python-client_1.12.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-google-api-python-client_1.12.1.bb => python3-google-api-python-client_1.12.2.bb} (69%)

diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.1.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.2.bb
similarity index 69%
rename from meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.1.bb
rename to meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.2.bb
index d79ac3c397..4fcdb66b0d 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.1.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3"
 
-SRC_URI[md5sum] = "92106822131f76ca77b77009674e78e4"
-SRC_URI[sha256sum] = "ddadc243ce627512c2a27e11d369f5ddf658ef80dbffb247787499486ef1ea98"
+SRC_URI[md5sum] = "94d58d98a32b85cf455d8b4f0737b4b5"
+SRC_URI[sha256sum] = "54a7d330833a2e7b0587446d7e4ae6d0244925a9a8e1dfe878f3f7e06cdedb62"
 
 inherit pypi setuptools3
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/4] python3-xlsxwriter: Upgrade 1.3.5 -> 1.3.6
  2020-09-24 13:21 [meta-python][PATCH 1/4] python3-xlsxwriter: Upgrade 1.3.5 -> 1.3.6 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-09-24 13:21 ` [meta-python][PATCH 4/4] python3-google-api-python-client: Upgrade 1.12.1 -> 1.12.2 Leon Anavi
@ 2020-09-28 12:58 ` Trevor Gamblin
  3 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-09-28 12:58 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 9/24/20 9:21 AM, Leon Anavi wrote:
> Upgrade to release 1.3.6:
>
> - Added the worksheet :func:`unprotect_range()` method to allow
>    ranges within a protected worksheet to be unprotected.
> - There are now over 1500 test cases in the test suite, including
>    900 tests that compare the output from XlsxWriter, byte for
>    byte, against test files created in Excel. This is to ensure the
>    maximum possible compatibility with Excel.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ython3-xlsxwriter_1.3.5.bb => python3-xlsxwriter_1.3.6.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-xlsxwriter_1.3.5.bb => python3-xlsxwriter_1.3.6.bb} (68%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.5.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.6.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.5.bb
> rename to meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.6.bb
> index b4b0e2eb2e..f3314037f2 100644
> --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.5.bb
> +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.6.bb
> @@ -8,7 +8,7 @@ inherit pypi setuptools3
>   
>   PYPI_PACKAGE = "XlsxWriter"
>   
> -SRC_URI[md5sum] = "0b65976905bf3841bc6cae3f8c47295b"
> -SRC_URI[sha256sum] = "de54547f3aa1a611453e32a8ae46380edb5556e823c6803f8673b4b770e50b3b"
> +SRC_URI[md5sum] = "378642a3754fb233e418e3869cf051bb"
> +SRC_URI[sha256sum] = "b89002dea57bb3d4c8207f3e28ef8244bfd9e936b85d74e7dd1f97e11bb70313"
>   
>   BBCLASSEXTEND = "native nativesdk"
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 2/4] python3-yarl: Upgrade 1.5.1 -> 1.6.0
  2020-09-24 13:21 ` [meta-python][PATCH 2/4] python3-yarl: Upgrade 1.5.1 -> 1.6.0 Leon Anavi
@ 2020-09-28 12:58   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-09-28 12:58 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 9/24/20 9:21 AM, Leon Anavi wrote:
> Upgrade to release 1.6.0:
>
> - Allow for int and float subclasses in query, while still denying
>    bool.
> - Do not requote arguments in URL.build(), with_xxx() and in /
>    operator.
> - Keep IPv6 brackets in origin().
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-yarl_1.5.1.bb => python3-yarl_1.6.0.bb}   | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-yarl_1.5.1.bb => python3-yarl_1.6.0.bb} (79%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.5.1.bb b/meta-python/recipes-devtools/python/python3-yarl_1.6.0.bb
> similarity index 79%
> rename from meta-python/recipes-devtools/python/python3-yarl_1.5.1.bb
> rename to meta-python/recipes-devtools/python/python3-yarl_1.6.0.bb
> index 40f0e4db03..543acc51ba 100644
> --- a/meta-python/recipes-devtools/python/python3-yarl_1.5.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-yarl_1.6.0.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=b334fc90d45983db318f54fd5bf6c90b"
>   
> -SRC_URI[md5sum] = "a9b20bf0b8a6962e1101b28908a67bf8"
> -SRC_URI[sha256sum] = "c22c75b5f394f3d47105045ea551e08a3e804dc7e01b37800ca35b58f856c3d6"
> +SRC_URI[md5sum] = "802bb27ebdb260fbbaecbcc8168d6f28"
> +SRC_URI[sha256sum] = "61d3ea3c175fe45f1498af868879c6ffeb989d4143ac542163c45538ba5ec21b"
>   
>   SRC_URI += " \
>       file://run-ptest \
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 3/4] python3-sentry-sdk: Upgrade 0.17.7 -> 0.17.8
  2020-09-24 13:21 ` [meta-python][PATCH 3/4] python3-sentry-sdk: Upgrade 0.17.7 -> 0.17.8 Leon Anavi
@ 2020-09-28 12:59   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-09-28 12:59 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 9/24/20 9:21 AM, Leon Anavi wrote:
> Upgrade to release 0.17.8:
>
> - Fix yet another bug with disjoint traces in Celery.
> - Added support for Chalice 1.20. Thanks again to the folks at
>    Cuenca MX!
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...hon3-sentry-sdk_0.17.7.bb => python3-sentry-sdk_0.17.8.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-sentry-sdk_0.17.7.bb => python3-sentry-sdk_0.17.8.bb} (72%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.7.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.8.bb
> similarity index 72%
> rename from meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.7.bb
> rename to meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.8.bb
> index 27f68fcb21..99ddbe64d9 100644
> --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.7.bb
> +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.8.bb
> @@ -5,8 +5,8 @@ HOMEPAGE = "https://github.com/getsentry/sentry-python"
>   LICENSE = "BSD-2-Clause"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341"
>   
> -SRC_URI[md5sum] = "eda3a8d9aae8459ef6efe540293a9ca8"
> -SRC_URI[sha256sum] = "a698993f3abbe06e88e8a3c8b61c8a79c12f62e503f1a23eda30c3921f0525a9"
> +SRC_URI[md5sum] = "17ad6e414d77026e264152bd4cc11400"
> +SRC_URI[sha256sum] = "e159f7c919d19ae86e5a4ff370fccc45149fab461fbeb93fb5a735a0b33a9cb1"
>   
>   PYPI_PACKAGE = "sentry-sdk"
>   inherit pypi setuptools3
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 4/4] python3-google-api-python-client: Upgrade 1.12.1 -> 1.12.2
  2020-09-24 13:21 ` [meta-python][PATCH 4/4] python3-google-api-python-client: Upgrade 1.12.1 -> 1.12.2 Leon Anavi
@ 2020-09-28 12:59   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-09-28 12:59 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 9/24/20 9:21 AM, Leon Anavi wrote:
> Upgrade to release 1.12.2:
>
> - add method to close httplib2 connections
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...t_1.12.1.bb => python3-google-api-python-client_1.12.2.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-google-api-python-client_1.12.1.bb => python3-google-api-python-client_1.12.2.bb} (69%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.1.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.2.bb
> similarity index 69%
> rename from meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.1.bb
> rename to meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.2.bb
> index d79ac3c397..4fcdb66b0d 100644
> --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.2.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3"
>   
> -SRC_URI[md5sum] = "92106822131f76ca77b77009674e78e4"
> -SRC_URI[sha256sum] = "ddadc243ce627512c2a27e11d369f5ddf658ef80dbffb247787499486ef1ea98"
> +SRC_URI[md5sum] = "94d58d98a32b85cf455d8b4f0737b4b5"
> +SRC_URI[sha256sum] = "54a7d330833a2e7b0587446d7e4ae6d0244925a9a8e1dfe878f3f7e06cdedb62"
>   
>   inherit pypi setuptools3
>
> 
>

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

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

end of thread, other threads:[~2020-09-28 12:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-24 13:21 [meta-python][PATCH 1/4] python3-xlsxwriter: Upgrade 1.3.5 -> 1.3.6 Leon Anavi
2020-09-24 13:21 ` [meta-python][PATCH 2/4] python3-yarl: Upgrade 1.5.1 -> 1.6.0 Leon Anavi
2020-09-28 12:58   ` [oe] " Trevor Gamblin
2020-09-24 13:21 ` [meta-python][PATCH 3/4] python3-sentry-sdk: Upgrade 0.17.7 -> 0.17.8 Leon Anavi
2020-09-28 12:59   ` [oe] " Trevor Gamblin
2020-09-24 13:21 ` [meta-python][PATCH 4/4] python3-google-api-python-client: Upgrade 1.12.1 -> 1.12.2 Leon Anavi
2020-09-28 12:59   ` [oe] " Trevor Gamblin
2020-09-28 12:58 ` [oe] [meta-python][PATCH 1/4] python3-xlsxwriter: Upgrade 1.3.5 -> 1.3.6 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.