All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-pint: upgrade 0.19.1 -> 0.19.2
@ 2022-05-19  6:03 XU Huan
  2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-pylint: upgrade 2.13.7 -> 2.13.9 XU Huan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: XU Huan @ 2022-05-19  6:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../python/{python3-pint_0.19.1.bb => python3-pint_0.19.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pint_0.19.1.bb => python3-pint_0.19.2.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-pint_0.19.1.bb b/meta-python/recipes-devtools/python/python3-pint_0.19.2.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-pint_0.19.1.bb
rename to meta-python/recipes-devtools/python/python3-pint_0.19.2.bb
index e1c471e06..06337edb6 100644
--- a/meta-python/recipes-devtools/python/python3-pint_0.19.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pint_0.19.2.bb
@@ -10,7 +10,7 @@ PYPI_PACKAGE := "Pint"
 
 inherit pypi ptest python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "3e5913e4ad125f672f72e19e06a8cb1f6d36a4922b6e5a49e04ff882511f82c8"
+SRC_URI[sha256sum] = "e1d4989ff510b378dad64f91711e7bdabe5ca78d75b06a18569ac454678c4baf"
 
 DEPENDS += "python3-setuptools-scm-native"
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-pylint: upgrade 2.13.7 -> 2.13.9
  2022-05-19  6:03 [oe] [meta-python] [PATCH] python3-pint: upgrade 0.19.1 -> 0.19.2 XU Huan
@ 2022-05-19  6:03 ` XU Huan
  2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-redis: upgrade 4.2.2 -> 4.3.1 XU Huan
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-05-19  6:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

Changelog:
==========
2.13.9 is the last release supporting python interpreter between 3.6.2 and 3.7.2.
---------------------------------------------------------------------------------
    Respect ignore configuration options with --recursive=y.
    Fix false positives for no-name-in-module and import-error for numpy.distutils and pydantic.
    Fix IndexError crash in uninferable_final_decorators method.
    Fix a crash in unnecessary-dict-index-lookup when subscripting an attribute.
    Fix a crash when accessing __code__ and assigning it to a variable.
    Fix a false positive for undefined-loop-variable when using enumerate().

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../{python3-pylint_2.13.7.bb => python3-pylint_2.13.9.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pylint_2.13.7.bb => python3-pylint_2.13.9.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-pylint_2.13.7.bb b/meta-python/recipes-devtools/python/python3-pylint_2.13.9.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-pylint_2.13.7.bb
rename to meta-python/recipes-devtools/python/python3-pylint_2.13.9.bb
index 0aa645c82..1946a8923 100644
--- a/meta-python/recipes-devtools/python/python3-pylint_2.13.7.bb
+++ b/meta-python/recipes-devtools/python/python3-pylint_2.13.9.bb
@@ -3,7 +3,7 @@ HOMEPAGE= "http://www.pylint.org/"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9"
 
-SRC_URI[sha256sum] = "911d3a97c808f7554643bcc5416028cfdc42eae34ed129b150741888c688d5d5"
+SRC_URI[sha256sum] = "095567c96e19e6f57b5b907e67d265ff535e588fe26b12b5ebe1fc5645b2c731"
 
 inherit pypi setuptools3
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-redis: upgrade 4.2.2 -> 4.3.1
  2022-05-19  6:03 [oe] [meta-python] [PATCH] python3-pint: upgrade 0.19.1 -> 0.19.2 XU Huan
  2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-pylint: upgrade 2.13.7 -> 2.13.9 XU Huan
@ 2022-05-19  6:03 ` XU Huan
  2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.5.10 -> 1.5.12 XU Huan
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-05-19  6:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

Changelog:
=========
changes:
--------
    Fix asyncio Search crash
    Replace OSError exceptions from can_read with redis.ConnectionError
    Updated FUNCTION LOAD changes (from release 7.0 rc3 to support redis 7.0 final)

New Features
--------------
    Get command keys for subcommands
    Add support for CLUSTER SHARDS
    Add support for COMMAND LIST
    Add Async RedisCluster
    ACL SETUSER - add selectors and key based permissions
    Support for redis 7 streams features
    Async Connection: Allow PubSub.run() without previous subscribe()
    Implemented LATENCY HISTOGRAM by always throwing NotImplementedError
    Add async supoort for SEARCH commands
    Retry(): Support negative retries value
    Add support for MODULE LOADEX
    INFO - add support for taking multiple section arguments
    CONFIG SET - add the ability to set multiple parameters in one call
    CONFIG GET - add the ability to pass multiple pattern parameters in one call
    Add support for COMMAND GETKEYSANDFLAGS
    Support CASESENSITIVE for TAG fields

Bug Fixes
---------
    Rename 'update_supported_erros' to 'update_supported_errors' in Retry module
    Fix execute_command() determining nodes error when no key command
    Fix incorrect return statement in aut

Maintenance
------------
    Add unittest for PubSub.connect()
    Fix incorrect return annotation in asyncio.lock
    Minor cleanups in commands/cluster.py
    Update xtrim type annotation
    Async tests for redis commands, json, bloom, timeseries
    Fixed typing in getex command

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../python/{python3-redis_4.2.2.bb => python3-redis_4.3.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-redis_4.2.2.bb => python3-redis_4.3.1.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-redis_4.2.2.bb b/meta-python/recipes-devtools/python/python3-redis_4.3.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-redis_4.2.2.bb
rename to meta-python/recipes-devtools/python/python3-redis_4.3.1.bb
index 1e70cf484..c0d9c0064 100644
--- a/meta-python/recipes-devtools/python/python3-redis_4.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-redis_4.3.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://github.com/andymccurdy/redis-py"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
 
-SRC_URI[sha256sum] = "0107dc8e98a4f1d1d4aa00100e044287f77121a1e6d2085545c4b7fa94a7a27f"
+SRC_URI[sha256sum] = "94b617b4cd296e94991146f66fc5559756fbefe9493604f0312e4d3298ac63e9"
 
 inherit pypi setuptools3
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.5.10 -> 1.5.12
  2022-05-19  6:03 [oe] [meta-python] [PATCH] python3-pint: upgrade 0.19.1 -> 0.19.2 XU Huan
  2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-pylint: upgrade 2.13.7 -> 2.13.9 XU Huan
  2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-redis: upgrade 4.2.2 -> 4.3.1 XU Huan
@ 2022-05-19  6:03 ` XU Huan
  2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-werkzeug: upgrade 2.1.1 -> 2.1.2 XU Huan
  2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.38.4 -> 0.38.6 XU Huan
  4 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-05-19  6:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

Changelog:
==========
    feat(measurements): Add experimental set_measurement api on transaction
    fix: Remove incorrect usage from flask helper example

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 ...ython3-sentry-sdk_1.5.10.bb => python3-sentry-sdk_1.5.12.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.5.10.bb => python3-sentry-sdk_1.5.12.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.10.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.12.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.10.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.12.bb
index 7076e1903..36e48f97a 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.10.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.12.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341"
 
 RDEPENDS:${PN} += "python3-urllib3"
 
-SRC_URI[sha256sum] = "0a9eb20a84f4c17c08c57488d59fdad18669db71ebecb28fb0721423a33535f9"
+SRC_URI[sha256sum] = "259535ba66933eacf85ab46524188c84dcb4c39f40348455ce15e2c0aca68863"
 
 PYPI_PACKAGE = "sentry-sdk"
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-werkzeug: upgrade 2.1.1 -> 2.1.2
  2022-05-19  6:03 [oe] [meta-python] [PATCH] python3-pint: upgrade 0.19.1 -> 0.19.2 XU Huan
                   ` (2 preceding siblings ...)
  2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.5.10 -> 1.5.12 XU Huan
@ 2022-05-19  6:03 ` XU Huan
  2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.38.4 -> 0.38.6 XU Huan
  4 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-05-19  6:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

Changelog:
==========
    The development server does not set Transfer-Encoding: chunked for 1xx, 204, 304, and HEAD responses.
    Response HTML for exceptions and redirects starts with <!doctype html> and <html lang=en>.
    Fix ability to set some cache_control attributes to False.
    Disable keep-alive connections in the development server, which are not supported sufficiently by Python’s http.server.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../{python3-werkzeug_2.1.1.bb => python3-werkzeug_2.1.2.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-werkzeug_2.1.1.bb => python3-werkzeug_2.1.2.bb} (93%)

diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb b/meta-python/recipes-devtools/python/python3-werkzeug_2.1.2.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb
rename to meta-python/recipes-devtools/python/python3-werkzeug_2.1.2.bb
index 476a3a596..74796d896 100644
--- a/meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-werkzeug_2.1.2.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"

 PYPI_PACKAGE = "Werkzeug"

-SRC_URI[sha256sum] = "f8e89a20aeabbe8a893c24a461d3ee5dad2123b05cc6abd73ceed01d39c3ae74"
+SRC_URI[sha256sum] = "1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6"

 inherit pypi setuptools3

--
2.25.1



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

* [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.38.4 -> 0.38.6
  2022-05-19  6:03 [oe] [meta-python] [PATCH] python3-pint: upgrade 0.19.1 -> 0.19.2 XU Huan
                   ` (3 preceding siblings ...)
  2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-werkzeug: upgrade 2.1.1 -> 2.1.2 XU Huan
@ 2022-05-19  6:03 ` XU Huan
  4 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-05-19  6:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

Changelog:
===========
Performance improvements for fetching ServiceInfo

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../{python3-zeroconf_0.38.4.bb => python3-zeroconf_0.38.6.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-zeroconf_0.38.4.bb => python3-zeroconf_0.38.6.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.38.4.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.38.6.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.38.4.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.38.6.bb
index d305f2b83..bf97e4ff9 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.38.4.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.38.6.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80"
 
-SRC_URI[sha256sum] = "080c540ea4b8b9defa9f3ac05823c1725ea2c8aacda917bfc0193f6758b95aeb"
+SRC_URI[sha256sum] = "c98f87a9145c58ad544cf1708b5eb2f444d40cd5defc69c88eeaac0527a28795"
 
 inherit pypi setuptools3
 
-- 
2.25.1



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

end of thread, other threads:[~2022-05-19  6:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19  6:03 [oe] [meta-python] [PATCH] python3-pint: upgrade 0.19.1 -> 0.19.2 XU Huan
2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-pylint: upgrade 2.13.7 -> 2.13.9 XU Huan
2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-redis: upgrade 4.2.2 -> 4.3.1 XU Huan
2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.5.10 -> 1.5.12 XU Huan
2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-werkzeug: upgrade 2.1.1 -> 2.1.2 XU Huan
2022-05-19  6:03 ` [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.38.4 -> 0.38.6 XU Huan

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.