All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2
@ 2020-08-12 16:43 Leon Anavi
  2020-08-12 16:43 ` [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.0.1 -> 0.4.1 Leon Anavi
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Leon Anavi @ 2020-08-12 16:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.4.2:

- Fix compatibility when run with pytest pre-releases
- Fix detection of third-party debuggers

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ytest-timeout_1.4.1.bb => python3-pytest-timeout_1.4.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-timeout_1.4.1.bb => python3-pytest-timeout_1.4.2.bb} (67%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.1.bb b/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.2.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.1.bb
rename to meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.2.bb
index 506f4c065..906d67064 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.2.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d8048cd156eda3df2e7f111b0ae9ceff"
 
 PYPI_PACKAGE = "pytest-timeout"
 
-SRC_URI[md5sum] = "c458dd7d417a5f2dbae0f1f6073845f7"
-SRC_URI[sha256sum] = "6d0fb4ce74cebb81be252e4e0d9c2a91f30270b33208cfa0f1da6eed9abf18ac"
+SRC_URI[md5sum] = "552cc293447b00f7a294ce7a1fb3839f"
+SRC_URI[sha256sum] = "20b3113cf6e4e80ce2d403b6fb56e9e1b871b510259206d40ff8d609f48bda76"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.0.1 -> 0.4.1
  2020-08-12 16:43 [meta-python][PATCH 1/5] python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
@ 2020-08-12 16:43 ` Leon Anavi
  2020-08-13 15:57   ` [oe] " Trevor Gamblin
  2020-08-12 16:43 ` [meta-python][PATCH 3/5] python3-sentry-sdk: Upgrade 0.16.0 -> 0.16.3 Leon Anavi
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-08-12 16:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.4.1:

- Added the custom transformer allowing a finer loading of custom
  Java streams

License-Update: Use file LICENSE to check the license.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...-javaobj-py3_0.4.0.1.bb => python3-javaobj-py3_0.4.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-javaobj-py3_0.4.0.1.bb => python3-javaobj-py3_0.4.1.bb} (67%)

diff --git a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.0.1.bb b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.1.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.0.1.bb
rename to meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.1.bb
index 49d258ca8..c83140a89 100644
--- a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.1.bb
@@ -5,10 +5,10 @@ DESCRIPTION = "python-javaobj is a python library that provides functions\
  representation is a standard data interchange format in Java world."
 HOMEPAGE = "https://github.com/tcalmant/python-javaobj"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://setup.py;beginline=15;endline=27;md5=af9ce26ac2de1b7436eb08c9308b4a1e"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87"
 
-SRC_URI[md5sum] = "352fe0df9336b8699ad0799ef152da6b"
-SRC_URI[sha256sum] = "18c44cfaa214813784a823432b4ab9829c9626b2b00072011627b4008b0067cd"
+SRC_URI[md5sum] = "47632071c3c3ca14b6c42f2a4e2e1309"
+SRC_URI[sha256sum] = "419ff99543469e68149f875abb0db5251cecd350c03d2bfb4c94a5796f1cbc14"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-sentry-sdk: Upgrade 0.16.0 -> 0.16.3
  2020-08-12 16:43 [meta-python][PATCH 1/5] python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
  2020-08-12 16:43 ` [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.0.1 -> 0.4.1 Leon Anavi
@ 2020-08-12 16:43 ` Leon Anavi
  2020-08-13 15:57   ` [oe] " Trevor Gamblin
  2020-08-12 16:43 ` [meta-python][PATCH 4/5] python3-coverage: Upgrade 5.2 -> 5.2.1 Leon Anavi
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-08-12 16:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.16.3:

- Fix AWS Lambda support for Python 3.8.
- The AWS Lambda integration now captures initialization/import
  errors for Python 3.
- The AWS Lambda integration now supports an option to warn about
  functions likely to time out.
- Testing for RQ 1.5
- Flip default of traceparent_v2. This change should have zero
  impact. The flag will be removed in 0.17.
- Fix compatibility bug with Django 3.1.

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

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_0.16.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_0.16.3.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_0.16.0.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_0.16.3.bb
index b3f149029..ee84f6b0b 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_0.16.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_0.16.3.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] = "8cfa879e803add117b073cad20c1d74d"
-SRC_URI[sha256sum] = "da06bc3641e81ec2c942f87a0676cd9180044fa3d1697524a0005345997542e2"
+SRC_URI[md5sum] = "41ac61676030401bcf22b47ac6a2709f"
+SRC_URI[sha256sum] = "21b17d6aa064c0fb703a7c00f77cf6c9c497cf2f83345c28892980a5e742d116"
 
 PYPI_PACKAGE = "sentry-sdk"
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-coverage: Upgrade 5.2 -> 5.2.1
  2020-08-12 16:43 [meta-python][PATCH 1/5] python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
  2020-08-12 16:43 ` [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.0.1 -> 0.4.1 Leon Anavi
  2020-08-12 16:43 ` [meta-python][PATCH 3/5] python3-sentry-sdk: Upgrade 0.16.0 -> 0.16.3 Leon Anavi
@ 2020-08-12 16:43 ` Leon Anavi
  2020-08-13 15:57   ` [oe] " Trevor Gamblin
  2020-08-12 16:43 ` [meta-python][PATCH 5/5] python3-redis: Upgrade 2.10.6 -> 3.5.3 Leon Anavi
  2020-08-13 15:56 ` [oe] [meta-python][PATCH 1/5] python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-08-12 16:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.2.1:

- Fix: the dark mode HTML report still used light colors for the
  context listing, making them unreadable.
- The time stamp on the HTML report now includes the time zone.

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

diff --git a/meta-python/recipes-devtools/python/python3-coverage_5.2.bb b/meta-python/recipes-devtools/python/python3-coverage_5.2.1.bb
similarity index 61%
rename from meta-python/recipes-devtools/python/python3-coverage_5.2.bb
rename to meta-python/recipes-devtools/python/python3-coverage_5.2.1.bb
index 72558e10c..48e352c1d 100644
--- a/meta-python/recipes-devtools/python/python3-coverage_5.2.bb
+++ b/meta-python/recipes-devtools/python/python3-coverage_5.2.1.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://coverage.readthedocs.io"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
 
-SRC_URI[md5sum] = "bfe80a336636160a3916467f55842bc5"
-SRC_URI[sha256sum] = "1874bdc943654ba46d28f179c1846f5710eda3aeb265ff029e0ac2b52daae404"
+SRC_URI[md5sum] = "9e6165146b9bda60a779953c79e8ca54"
+SRC_URI[sha256sum] = "a34cb28e0747ea15e82d13e14de606747e9e484fb28d63c999483f5d5188e89b"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-redis: Upgrade 2.10.6 -> 3.5.3
  2020-08-12 16:43 [meta-python][PATCH 1/5] python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-08-12 16:43 ` [meta-python][PATCH 4/5] python3-coverage: Upgrade 5.2 -> 5.2.1 Leon Anavi
@ 2020-08-12 16:43 ` Leon Anavi
  2020-08-13 15:57   ` [oe] " Trevor Gamblin
  2020-08-13 15:56 ` [oe] [meta-python][PATCH 1/5] python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-08-12 16:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.5.3:

- Restore try/except clauses to __del__ methods. These will be
  removed in 4.0 when more explicit resource management if
  enforced.
- Update the master_address when Sentinels promote a new master.
- Update SentinelConnectionPool to not forcefully disconnect
  other in-use connections which can negatively affect threaded
  applications.

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

diff --git a/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb b/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-redis_2.10.6.bb
rename to meta-python/recipes-devtools/python/python3-redis_3.5.3.bb
index 7a9cc3f79..1887bf9e8 100644
--- a/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb
+++ b/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb
@@ -4,8 +4,8 @@ HOMEPAGE = "http://github.com/andymccurdy/redis-py"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
 
-SRC_URI[md5sum] = "048348d8cfe0b5d0bba2f4d835005c3b"
-SRC_URI[sha256sum] = "a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f"
+SRC_URI[md5sum] = "7a00d4540374f34e152a33faa1fcee5f"
+SRC_URI[sha256sum] = "0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/5] python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2
  2020-08-12 16:43 [meta-python][PATCH 1/5] python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
                   ` (3 preceding siblings ...)
  2020-08-12 16:43 ` [meta-python][PATCH 5/5] python3-redis: Upgrade 2.10.6 -> 3.5.3 Leon Anavi
@ 2020-08-13 15:56 ` Trevor Gamblin
  4 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-13 15:56 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/12/20 12:43 PM, Leon Anavi wrote:
> Upgrade to release 1.4.2:
>
> - Fix compatibility when run with pytest pre-releases
> - Fix detection of third-party debuggers
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ytest-timeout_1.4.1.bb => python3-pytest-timeout_1.4.2.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pytest-timeout_1.4.1.bb => python3-pytest-timeout_1.4.2.bb} (67%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.1.bb b/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.2.bb
> similarity index 67%
> rename from meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.1.bb
> rename to meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.2.bb
> index 506f4c065..906d67064 100644
> --- a/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.2.bb
> @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d8048cd156eda3df2e7f111b0ae9ceff"
>   
>   PYPI_PACKAGE = "pytest-timeout"
>   
> -SRC_URI[md5sum] = "c458dd7d417a5f2dbae0f1f6073845f7"
> -SRC_URI[sha256sum] = "6d0fb4ce74cebb81be252e4e0d9c2a91f30270b33208cfa0f1da6eed9abf18ac"
> +SRC_URI[md5sum] = "552cc293447b00f7a294ce7a1fb3839f"
> +SRC_URI[sha256sum] = "20b3113cf6e4e80ce2d403b6fb56e9e1b871b510259206d40ff8d609f48bda76"
>   
>   inherit pypi setuptools3
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.0.1 -> 0.4.1
  2020-08-12 16:43 ` [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.0.1 -> 0.4.1 Leon Anavi
@ 2020-08-13 15:57   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-13 15:57 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/12/20 12:43 PM, Leon Anavi wrote:
> Upgrade to release 0.4.1:
>
> - Added the custom transformer allowing a finer loading of custom
>    Java streams
>
> License-Update: Use file LICENSE to check the license.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...-javaobj-py3_0.4.0.1.bb => python3-javaobj-py3_0.4.1.bb} | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-javaobj-py3_0.4.0.1.bb => python3-javaobj-py3_0.4.1.bb} (67%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.0.1.bb b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.1.bb
> similarity index 67%
> rename from meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.0.1.bb
> rename to meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.1.bb
> index 49d258ca8..c83140a89 100644
> --- a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.0.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.1.bb
> @@ -5,10 +5,10 @@ DESCRIPTION = "python-javaobj is a python library that provides functions\
>    representation is a standard data interchange format in Java world."
>   HOMEPAGE = "https://github.com/tcalmant/python-javaobj"
>   LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://setup.py;beginline=15;endline=27;md5=af9ce26ac2de1b7436eb08c9308b4a1e"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87"
>   
> -SRC_URI[md5sum] = "352fe0df9336b8699ad0799ef152da6b"
> -SRC_URI[sha256sum] = "18c44cfaa214813784a823432b4ab9829c9626b2b00072011627b4008b0067cd"
> +SRC_URI[md5sum] = "47632071c3c3ca14b6c42f2a4e2e1309"
> +SRC_URI[sha256sum] = "419ff99543469e68149f875abb0db5251cecd350c03d2bfb4c94a5796f1cbc14"
>   
>   inherit pypi setuptools3
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 3/5] python3-sentry-sdk: Upgrade 0.16.0 -> 0.16.3
  2020-08-12 16:43 ` [meta-python][PATCH 3/5] python3-sentry-sdk: Upgrade 0.16.0 -> 0.16.3 Leon Anavi
@ 2020-08-13 15:57   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-13 15:57 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/12/20 12:43 PM, Leon Anavi wrote:
> Upgrade to release 0.16.3:
>
> - Fix AWS Lambda support for Python 3.8.
> - The AWS Lambda integration now captures initialization/import
>    errors for Python 3.
> - The AWS Lambda integration now supports an option to warn about
>    functions likely to time out.
> - Testing for RQ 1.5
> - Flip default of traceparent_v2. This change should have zero
>    impact. The flag will be removed in 0.17.
> - Fix compatibility bug with Django 3.1.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...hon3-sentry-sdk_0.16.0.bb => python3-sentry-sdk_0.16.3.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-sentry-sdk_0.16.0.bb => python3-sentry-sdk_0.16.3.bb} (72%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_0.16.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_0.16.3.bb
> similarity index 72%
> rename from meta-python/recipes-devtools/python/python3-sentry-sdk_0.16.0.bb
> rename to meta-python/recipes-devtools/python/python3-sentry-sdk_0.16.3.bb
> index b3f149029..ee84f6b0b 100644
> --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_0.16.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_0.16.3.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] = "8cfa879e803add117b073cad20c1d74d"
> -SRC_URI[sha256sum] = "da06bc3641e81ec2c942f87a0676cd9180044fa3d1697524a0005345997542e2"
> +SRC_URI[md5sum] = "41ac61676030401bcf22b47ac6a2709f"
> +SRC_URI[sha256sum] = "21b17d6aa064c0fb703a7c00f77cf6c9c497cf2f83345c28892980a5e742d116"
>   
>   PYPI_PACKAGE = "sentry-sdk"
>   inherit pypi setuptools3
>
> 

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

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

* Re: [oe] [meta-python][PATCH 4/5] python3-coverage: Upgrade 5.2 -> 5.2.1
  2020-08-12 16:43 ` [meta-python][PATCH 4/5] python3-coverage: Upgrade 5.2 -> 5.2.1 Leon Anavi
@ 2020-08-13 15:57   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-13 15:57 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/12/20 12:43 PM, Leon Anavi wrote:
> Upgrade to release 5.2.1:
>
> - Fix: the dark mode HTML report still used light colors for the
>    context listing, making them unreadable.
> - The time stamp on the HTML report now includes the time zone.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-coverage_5.2.bb => python3-coverage_5.2.1.bb}    | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-coverage_5.2.bb => python3-coverage_5.2.1.bb} (61%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-coverage_5.2.bb b/meta-python/recipes-devtools/python/python3-coverage_5.2.1.bb
> similarity index 61%
> rename from meta-python/recipes-devtools/python/python3-coverage_5.2.bb
> rename to meta-python/recipes-devtools/python/python3-coverage_5.2.1.bb
> index 72558e10c..48e352c1d 100644
> --- a/meta-python/recipes-devtools/python/python3-coverage_5.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-coverage_5.2.1.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://coverage.readthedocs.io"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
>   
> -SRC_URI[md5sum] = "bfe80a336636160a3916467f55842bc5"
> -SRC_URI[sha256sum] = "1874bdc943654ba46d28f179c1846f5710eda3aeb265ff029e0ac2b52daae404"
> +SRC_URI[md5sum] = "9e6165146b9bda60a779953c79e8ca54"
> +SRC_URI[sha256sum] = "a34cb28e0747ea15e82d13e14de606747e9e484fb28d63c999483f5d5188e89b"
>   
>   inherit pypi setuptools3
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 5/5] python3-redis: Upgrade 2.10.6 -> 3.5.3
  2020-08-12 16:43 ` [meta-python][PATCH 5/5] python3-redis: Upgrade 2.10.6 -> 3.5.3 Leon Anavi
@ 2020-08-13 15:57   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-13 15:57 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/12/20 12:43 PM, Leon Anavi wrote:
> Upgrade to release 3.5.3:
>
> - Restore try/except clauses to __del__ methods. These will be
>    removed in 4.0 when more explicit resource management if
>    enforced.
> - Update the master_address when Sentinels promote a new master.
> - Update SentinelConnectionPool to not forcefully disconnect
>    other in-use connections which can negatively affect threaded
>    applications.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-redis_2.10.6.bb => python3-redis_3.5.3.bb}       | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-redis_2.10.6.bb => python3-redis_3.5.3.bb} (72%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb b/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb
> similarity index 72%
> rename from meta-python/recipes-devtools/python/python3-redis_2.10.6.bb
> rename to meta-python/recipes-devtools/python/python3-redis_3.5.3.bb
> index 7a9cc3f79..1887bf9e8 100644
> --- a/meta-python/recipes-devtools/python/python3-redis_2.10.6.bb
> +++ b/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb
> @@ -4,8 +4,8 @@ HOMEPAGE = "http://github.com/andymccurdy/redis-py"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
>   
> -SRC_URI[md5sum] = "048348d8cfe0b5d0bba2f4d835005c3b"
> -SRC_URI[sha256sum] = "a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f"
> +SRC_URI[md5sum] = "7a00d4540374f34e152a33faa1fcee5f"
> +SRC_URI[sha256sum] = "0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2"
>   
>   inherit pypi setuptools3
>   
>
> 

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

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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-12 16:43 [meta-python][PATCH 1/5] python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
2020-08-12 16:43 ` [meta-python][PATCH 2/5] python3-javaobj-py3: Upgrade 0.4.0.1 -> 0.4.1 Leon Anavi
2020-08-13 15:57   ` [oe] " Trevor Gamblin
2020-08-12 16:43 ` [meta-python][PATCH 3/5] python3-sentry-sdk: Upgrade 0.16.0 -> 0.16.3 Leon Anavi
2020-08-13 15:57   ` [oe] " Trevor Gamblin
2020-08-12 16:43 ` [meta-python][PATCH 4/5] python3-coverage: Upgrade 5.2 -> 5.2.1 Leon Anavi
2020-08-13 15:57   ` [oe] " Trevor Gamblin
2020-08-12 16:43 ` [meta-python][PATCH 5/5] python3-redis: Upgrade 2.10.6 -> 3.5.3 Leon Anavi
2020-08-13 15:57   ` [oe] " Trevor Gamblin
2020-08-13 15:56 ` [oe] [meta-python][PATCH 1/5] python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2 Trevor Gamblin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.