All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-astroid: upgrade 2.11.2 -> 2.11.3
@ 2022-04-28  7:03 XU Huan
  2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-bitstruct: upgrade 8.14.0 -> 8.14.1 XU Huan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: XU Huan @ 2022-04-28  7:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

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

Changelog:
==========
    Fixed an error in the Qt brain when building instance_attrs.
    Fixed a crash in the gi brain.

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

diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.11.2.bb b/meta-python/recipes-devtools/python/python3-astroid_2.11.3.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-astroid_2.11.2.bb
rename to meta-python/recipes-devtools/python/python3-astroid_2.11.3.bb
index c52008ee65..a2e9111374 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.11.2.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.11.3.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = "8d0a30fe6481ce919f56690076eafbb2fb649142a89dc874f1ec0e7a011492d0"
+SRC_URI[sha256sum] = "4e5ba10571e197785e312966ea5efb2f5783176d4c1a73fa922d474ae2be59f7"
 
 inherit pypi setuptools3
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-bitstruct: upgrade 8.14.0 -> 8.14.1
  2022-04-28  7:03 [oe] [meta-python] [PATCH] python3-astroid: upgrade 2.11.2 -> 2.11.3 XU Huan
@ 2022-04-28  7:03 ` XU Huan
  2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-engineio: upgrade 4.3.1 -> 4.3.2 XU Huan
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-04-28  7: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>
---
 ...{python3-bitstruct_8.14.0.bb => python3-bitstruct_8.14.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-bitstruct_8.14.0.bb => python3-bitstruct_8.14.1.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-bitstruct_8.14.0.bb b/meta-python/recipes-devtools/python/python3-bitstruct_8.14.1.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-bitstruct_8.14.0.bb
rename to meta-python/recipes-devtools/python/python3-bitstruct_8.14.1.bb
index f0aa321231..77ef98570f 100644
--- a/meta-python/recipes-devtools/python/python3-bitstruct_8.14.0.bb
+++ b/meta-python/recipes-devtools/python/python3-bitstruct_8.14.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/bitstruct"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
 
-SRC_URI[sha256sum] = "230c191c75f1526f6922cdb08eab6f52c055452e2239bf5638f02e9cfd382c91"
+SRC_URI[sha256sum] = "d38131bd447b6af5b8f464c4878797c87a5d9da1c95b9357e071c424fde5f055"
 
 PYPI_PACKAGE = "bitstruct"
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-engineio: upgrade 4.3.1 -> 4.3.2
  2022-04-28  7:03 [oe] [meta-python] [PATCH] python3-astroid: upgrade 2.11.2 -> 2.11.3 XU Huan
  2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-bitstruct: upgrade 8.14.0 -> 8.14.1 XU Huan
@ 2022-04-28  7:03 ` XU Huan
  2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-flask-socketio: upgrade 5.1.1 -> 5.1.2 XU Huan
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-04-28  7:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

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

Changelog:
==========
    Option to use a callable for cors_allowed_origins #264
    Close aiohttp session when disconnecting #272
    Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8

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

diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb b/meta-python/recipes-devtools/python/python3-engineio_4.3.2.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb
rename to meta-python/recipes-devtools/python/python3-engineio_4.3.2.bb
index 35e8d790ab..e9891bc272 100644
--- a/meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-engineio_4.3.2.bb
@@ -17,4 +17,4 @@ RDEPENDS:${PN} += " \
 	python3-asyncio \
 "
 
-SRC_URI[sha256sum] = "6e1d26977ffefe3b7da1b5df7a8750aedc7686da8201cd90daf36693db122489"
+SRC_URI[sha256sum] = "e02f8d6686663408533726be2d4ceb403914fd17285d247791c6a91623777bdd"
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-flask-socketio: upgrade 5.1.1 -> 5.1.2
  2022-04-28  7:03 [oe] [meta-python] [PATCH] python3-astroid: upgrade 2.11.2 -> 2.11.3 XU Huan
  2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-bitstruct: upgrade 8.14.0 -> 8.14.1 XU Huan
  2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-engineio: upgrade 4.3.1 -> 4.3.2 XU Huan
@ 2022-04-28  7:03 ` XU Huan
  2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.43.0 -> 2.45.0 XU Huan
  2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-graphviz: upgrade 0.19.2 -> 0.20 XU Huan
  4 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-04-28  7:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

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

Changelog:
==========
    No need to push a new app context in the test client #1669
    Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8
    Improve documentation on start_background_task() function
    changed room argument to to in documentation examples #1665
    Fix documentation typo #1793
    Fix example code in documentation #1787

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

diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb
rename to meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb
index 00e958022a..1e5d775b60 100644
--- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.2.bb
@@ -9,7 +9,7 @@ inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "Flask-SocketIO"
 
-SRC_URI[sha256sum] = "1efdaacc7a26e94f2b197a80079b1058f6aa644a6094c0a322349e2b9c41f6b1"
+SRC_URI[sha256sum] = "933bcc887ef463a9b78d76f8f86174f63a32d12a5406b99f452cdf3b129ebba3"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-flask \
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.43.0 -> 2.45.0
  2022-04-28  7:03 [oe] [meta-python] [PATCH] python3-astroid: upgrade 2.11.2 -> 2.11.3 XU Huan
                   ` (2 preceding siblings ...)
  2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-flask-socketio: upgrade 5.1.1 -> 5.1.2 XU Huan
@ 2022-04-28  7:03 ` XU Huan
  2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-graphviz: upgrade 0.19.2 -> 0.20 XU Huan
  4 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-04-28  7:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

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

Features
========
    androidmanagement: update the api 3d37600 (e691ed3)
    apigee: update the api aa29053 (e691ed3)
    baremetalsolution: update the api 629a968 (e691ed3)
    bigtableadmin: update the api 2d50872 (e691ed3)
    certificatemanager: update the api 40bf958 (e691ed3)
    civicinfo: update the api 95321d9 (e691ed3)
    cloudasset: update the api 3eee9ca (e691ed3)
    clouddeploy: update the api acd6b20 (e691ed3)
    container: update the api 7c592ee (e691ed3)
    dataflow: update the api 53c9c70 (e691ed3)
    dataproc: update the api 3119767 (e691ed3)
    datastream: update the api aea557f (e691ed3)
    documentai: update the api 9a6bad2 (e691ed3)
    file: update the api b527c56 (e691ed3)
    firebaseappcheck: update the api 3be993a (e691ed3)
    gkehub: update the api a77aded (e691ed3)
    logging: update the api cc08e8e (e691ed3)
    policytroubleshooter: update the api 3f20c2e (e691ed3)
    prod_tt_sasportal: update the api bacc9ef (e691ed3)
    run: update the api 1b566dc (e691ed3)
    servicemanagement: update the api 6d783b7 (e691ed3)
    vmmigration: update the api a0b42c2 (e691ed3)

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

diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.43.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.45.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-google-api-python-client_2.43.0.bb
rename to meta-python/recipes-devtools/python/python3-google-api-python-client_2.45.0.bb
index b6456869f2..070a5b5308 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.43.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.45.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = "ccd16b3aa92070d3777c4b188669820aacdd70695a87cfc8dbb330f6be9578f7"
+SRC_URI[sha256sum] = "375ce07994fdc187b25cc86788048ad30f8d55ff077d5e34cfcd6cbbea697128"
 
 inherit pypi setuptools3
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-graphviz: upgrade 0.19.2 -> 0.20
  2022-04-28  7:03 [oe] [meta-python] [PATCH] python3-astroid: upgrade 2.11.2 -> 2.11.3 XU Huan
                   ` (3 preceding siblings ...)
  2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.43.0 -> 2.45.0 XU Huan
@ 2022-04-28  7:03 ` XU Huan
  4 siblings, 0 replies; 6+ messages in thread
From: XU Huan @ 2022-04-28  7:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

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

Changelog:
==========
- Add keyword-only neato_no_op argument to .render(), .pipe(), and stand-alone
  graphviz.render() and graphviz.pipe().
- When building a Graph or Digraph, warn about an expected DOT syntax error in
  rendering when passing a string that ends with an odd number of backslashes
  (e.g. invalid dot.node('spam', label='\\') instead of correct ..., label=r'\\'
  for a node labled as a backslash).
- Increase visibility of graphviz.escape() in the documentation.

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

diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.19.2.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.20.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-graphviz_0.19.2.bb
rename to meta-python/recipes-devtools/python/python3-graphviz_0.20.bb
index 3cae19673f..81b591247f 100644
--- a/meta-python/recipes-devtools/python/python3-graphviz_0.19.2.bb
+++ b/meta-python/recipes-devtools/python/python3-graphviz_0.20.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=951dd0868a9606c867ffda0ea3ea6da2"
 
-SRC_URI[sha256sum] = "7c90cebc147c18bcdffcd3c76db58cbface5d45fe0247a2f3bfb144d32a8c77c"
+SRC_URI[sha256sum] = "76bdfb73f42e72564ffe9c7299482f9d72f8e6cb8d54bce7b48ab323755e9ba5"
 
 inherit pypi setuptools3
 
-- 
2.25.1



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

end of thread, other threads:[~2022-04-28  7:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28  7:03 [oe] [meta-python] [PATCH] python3-astroid: upgrade 2.11.2 -> 2.11.3 XU Huan
2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-bitstruct: upgrade 8.14.0 -> 8.14.1 XU Huan
2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-engineio: upgrade 4.3.1 -> 4.3.2 XU Huan
2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-flask-socketio: upgrade 5.1.1 -> 5.1.2 XU Huan
2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.43.0 -> 2.45.0 XU Huan
2022-04-28  7:03 ` [oe] [meta-python] [PATCH] python3-graphviz: upgrade 0.19.2 -> 0.20 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.