All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-click: upgrade 8.1.2 -> 8.1.3
@ 2022-05-12  9:20 XU Huan
  2022-05-12  9:20 ` [oe] [meta-python] [PATCH] python3-flask-login: upgrade 0.6.0 -> 0.6.1 XU Huan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: XU Huan @ 2022-05-12  9:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

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

Released 2022-04-28
    Use verbose form of typing.Callable for @command and @group.
    Show error when attempting to create an option with multiple=True, is_flag=True. Use count instead.

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

diff --git a/meta-python/recipes-devtools/python/python3-click_8.1.2.bb b/meta-python/recipes-devtools/python/python3-click_8.1.3.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-click_8.1.2.bb
rename to meta-python/recipes-devtools/python/python3-click_8.1.3.bb
index a623fe104..006742f15 100644
--- a/meta-python/recipes-devtools/python/python3-click_8.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-click_8.1.3.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "http://click.pocoo.org/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=1fa98232fd645608937a0fdc82e999b8"
 
-SRC_URI[sha256sum] = "479707fe14d9ec9a0757618b7a100a0ae4c4e236fac5b7f80ca68028141a1a72"
+SRC_URI[sha256sum] = "7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"
 
 inherit pypi setuptools3 ptest
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-flask-login: upgrade 0.6.0 -> 0.6.1
  2022-05-12  9:20 [oe] [meta-python] [PATCH] python3-click: upgrade 8.1.2 -> 8.1.3 XU Huan
@ 2022-05-12  9:20 ` XU Huan
  2022-05-12  9:20 ` [oe] [meta-python] [PATCH] python3-flask: upgrade 2.1.1 -> 2.1.2 XU Huan
  2022-05-12  9:20 ` [oe] [meta-python] [PATCH] python3-google-api-core: upgrade 2.7.1 -> 2.7.3 XU Huan
  2 siblings, 0 replies; 4+ messages in thread
From: XU Huan @ 2022-05-12  9:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

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

Changelog:
==========
    Only preserve subdomain or host view args in unauthorized redirect
    The new utility function login_remembered returns True if the current login is remembered across sessions.
    Fix side effect potentially executing view twice for same request.
    Clarify usage of FlaskLoginClient test client in docs.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 ...ython3-flask-login_0.6.0.bb => python3-flask-login_0.6.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask-login_0.6.0.bb => python3-flask-login_0.6.1.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.6.1.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb
rename to meta-python/recipes-devtools/python/python3-flask-login_0.6.1.bb
index dd295cf2d..d19acd9b6 100644
--- a/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-login_0.6.1.bb
@@ -6,7 +6,7 @@ HOMEPAGE = " https://github.com/maxcountryman/flask-login"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596"
 
-SRC_URI[sha256sum] = "aa84fcfb4c3cf09ca58c08e816b7bce73f1349ba1cf13d00d8dffc5872d5fcf6"
+SRC_URI[sha256sum] = "1306d474a270a036d6fd14f45640c4d77355e4f1c67ca4331b372d3448997b8c"
 
 PYPI_PACKAGE = "Flask-Login"
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-flask: upgrade 2.1.1 -> 2.1.2
  2022-05-12  9:20 [oe] [meta-python] [PATCH] python3-click: upgrade 8.1.2 -> 8.1.3 XU Huan
  2022-05-12  9:20 ` [oe] [meta-python] [PATCH] python3-flask-login: upgrade 0.6.0 -> 0.6.1 XU Huan
@ 2022-05-12  9:20 ` XU Huan
  2022-05-12  9:20 ` [oe] [meta-python] [PATCH] python3-google-api-core: upgrade 2.7.1 -> 2.7.3 XU Huan
  2 siblings, 0 replies; 4+ messages in thread
From: XU Huan @ 2022-05-12  9:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

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

Changelog:
==========
Fix type annotation for json.loads, it accepts str or bytes.
The --cert and --key options on flask run can be given in either order.

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

diff --git a/meta-python/recipes-devtools/python/python3-flask_2.1.1.bb b/meta-python/recipes-devtools/python/python3-flask_2.1.2.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-flask_2.1.1.bb
rename to meta-python/recipes-devtools/python/python3-flask_2.1.2.bb
index 24a704770..7d290a4fe 100644
--- a/meta-python/recipes-devtools/python/python3-flask_2.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-flask_2.1.2.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/mitsuhiko/flask/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
 
-SRC_URI[sha256sum] = "a8c9bd3e558ec99646d177a9739c41df1ded0629480b4c8d2975412f3c9519c8"
+SRC_URI[sha256sum] = "315ded2ddf8a6281567edb27393010fe3406188bafbfe65a3339d5787d89e477"
 
 PYPI_PACKAGE = "Flask"
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-google-api-core: upgrade 2.7.1 -> 2.7.3
  2022-05-12  9:20 [oe] [meta-python] [PATCH] python3-click: upgrade 8.1.2 -> 8.1.3 XU Huan
  2022-05-12  9:20 ` [oe] [meta-python] [PATCH] python3-flask-login: upgrade 0.6.0 -> 0.6.1 XU Huan
  2022-05-12  9:20 ` [oe] [meta-python] [PATCH] python3-flask: upgrade 2.1.1 -> 2.1.2 XU Huan
@ 2022-05-12  9:20 ` XU Huan
  2 siblings, 0 replies; 4+ messages in thread
From: XU Huan @ 2022-05-12  9:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

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

Changelog:
==========
    allow grpc without grpcio-status
    remove dependency on pkg_resources
    Avoid AttributeError if grpcio-status is not installed

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 ...oogle-api-core_2.7.1.bb => python3-google-api-core_2.7.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-api-core_2.7.1.bb => python3-google-api-core_2.7.3.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.7.1.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.7.3.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-google-api-core_2.7.1.bb
rename to meta-python/recipes-devtools/python/python3-google-api-core_2.7.3.bb
index 55884e99c..3422dd711 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-core_2.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.7.3.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "b0fa577e512f0c8e063386b974718b8614586a798c5894ed34bedf256d9dae24"
+SRC_URI[sha256sum] = "17957f0704cbe95bd2ce25019efd2046423978594d181d4263e5dcffd2dbbc79"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-asyncio \
-- 
2.25.1



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

end of thread, other threads:[~2022-05-12  9:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-12  9:20 [oe] [meta-python] [PATCH] python3-click: upgrade 8.1.2 -> 8.1.3 XU Huan
2022-05-12  9:20 ` [oe] [meta-python] [PATCH] python3-flask-login: upgrade 0.6.0 -> 0.6.1 XU Huan
2022-05-12  9:20 ` [oe] [meta-python] [PATCH] python3-flask: upgrade 2.1.1 -> 2.1.2 XU Huan
2022-05-12  9:20 ` [oe] [meta-python] [PATCH] python3-google-api-core: upgrade 2.7.1 -> 2.7.3 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.