All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-multidict: upgrade 6.0.3 -> 6.0.4
@ 2022-12-27  6:46 wangmy
  2022-12-27  6:46 ` [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.166 -> 2.4.167 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2022-12-27  6:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Fixed a type annotations regression introduced in v6.0.2 under Python
 versions <3.10. It was caused by importing certain types only available in
 newer versions. 

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-multidict_6.0.3.bb => python3-multidict_6.0.4.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-multidict_6.0.3.bb => python3-multidict_6.0.4.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.0.3.bb b/meta-python/recipes-devtools/python/python3-multidict_6.0.4.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-multidict_6.0.3.bb
rename to meta-python/recipes-devtools/python/python3-multidict_6.0.4.bb
index d54a673b4..4869e846b 100644
--- a/meta-python/recipes-devtools/python/python3-multidict_6.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-multidict_6.0.4.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/multidict/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=84c63e2bcd84e619d249af5181e2147f"
 
-SRC_URI[sha256sum] = "2523a29006c034687eccd3ee70093a697129a3ffe8732535d3b2df6a4ecc279d"
+SRC_URI[sha256sum] = "3666906492efb76453c0e7b97f2cf459b0682e7402c0489a95484965dbc1da49"
 
 inherit pypi setuptools3 ptest
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.166 -> 2.4.167
  2022-12-27  6:46 [oe] [meta-python] [PATCH] python3-multidict: upgrade 6.0.3 -> 6.0.4 wangmy
@ 2022-12-27  6:46 ` wangmy
  2022-12-27  6:46 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.12.0 -> 1.12.1 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-12-27  6:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
- Bump objects.
- Bump changelog.
- Bump version.
- Bump objects.
- Bump dependencies, move to poetry 1.3.
- Bump certifi.
- Bump deps.
- Bump deps.
- Re-order classes.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-pymisp_2.4.166.bb => python3-pymisp_2.4.167.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.166.bb => python3-pymisp_2.4.167.bb} (92%)

diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.166.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.167.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.166.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.167.bb
index 0efcea0b6..b4680e35d 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.166.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.167.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
 
 SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main"
-SRCREV = "24c52813876dd88a92b9fcc4b6c2cd259d80d733"
+SRCREV = "29dc2d6d1aa7919f50db256525bf66aa52b585ec"
 S = "${WORKDIR}/git"
 
 inherit python_poetry_core
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.12.0 -> 1.12.1
  2022-12-27  6:46 [oe] [meta-python] [PATCH] python3-multidict: upgrade 6.0.3 -> 6.0.4 wangmy
  2022-12-27  6:46 ` [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.166 -> 2.4.167 wangmy
@ 2022-12-27  6:46 ` wangmy
  2022-12-27  6:46 ` [oe] [meta-python] [PATCH] python3-supervisor: upgrade 4.2.4 -> 4.2.5 wangmy
  2022-12-27  6:46 ` [oe] [meta-python] [PATCH] python3-traitlets: upgrade 5.7.1 -> 5.8.0 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-12-27  6:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
Fix link errors to OTel spans (#1787) 

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-sentry-sdk_1.12.0.bb => python3-sentry-sdk_1.12.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.12.0.bb => python3-sentry-sdk_1.12.1.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.0.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.1.bb
index 455faf8a5..00b14ed1a 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.12.1.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\
 	${PYTHON_PN}-datetime \
 "
 
-SRC_URI[sha256sum] = "dc0fe6ef2f77a3853b399c75c97d87be7666098817c1c314f8fcdf68a6865914"
+SRC_URI[sha256sum] = "5bbe4b72de22f9ac1e67f2a4e6efe8fbd595bb59b7b223443f50fe5802a5551c"
 
 PYPI_PACKAGE = "sentry-sdk"
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-supervisor: upgrade 4.2.4 -> 4.2.5
  2022-12-27  6:46 [oe] [meta-python] [PATCH] python3-multidict: upgrade 6.0.3 -> 6.0.4 wangmy
  2022-12-27  6:46 ` [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.166 -> 2.4.167 wangmy
  2022-12-27  6:46 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.12.0 -> 1.12.1 wangmy
@ 2022-12-27  6:46 ` wangmy
  2022-12-27  6:46 ` [oe] [meta-python] [PATCH] python3-traitlets: upgrade 5.7.1 -> 5.8.0 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-12-27  6:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Fixed a bug where the XML-RPC method supervisor.startProcess() would return 500
 Internal Server Error instead of an XML-RPC fault response if the command could
 not be parsed.
-Fixed a bug on Python 2.7 where a UnicodeDecodeError may have occurred when
 using the web interface.
-Removed use of urllib.parse functions splithost, splitport, and splittype
 deprecated in Python 3.8.
-Removed use of asynchat and asyncore deprecated in Python 3.10.
-The return value of the XML-RPC method supervisor.getAllConfigInfo() now
 includes the directory, uid, and serverurl of the program.
-If a subprocess exits with a unexpected exit code (one not listed in
 exitcodes= in a [program:x] section) then the exit will now be logged at
 the WARN level instead of INFO.
-supervisorctl shutdown now shows an error message if an argument is given.
-File descriptors are now closed using the faster os.closerange() instead of
 calling os.close() in a loop.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-supervisor_4.2.4.bb => python3-supervisor_4.2.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-supervisor_4.2.4.bb => python3-supervisor_4.2.5.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python3-supervisor_4.2.4.bb b/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-supervisor_4.2.4.bb
rename to meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb
index d67707557..53f8011b0 100644
--- a/meta-python/recipes-devtools/python/python3-supervisor_4.2.4.bb
+++ b/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/Supervisor/supervisor"
 LICENSE = "BSD-4-Clause"
 LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=5b4e3a2172bba4c47cded5885e7e507e"
 
-SRC_URI[sha256sum] = "40dc582ce1eec631c3df79420b187a6da276bbd68a4ec0a8f1f123ea616b97a2"
+SRC_URI[sha256sum] = "34761bae1a23c58192281a5115fb07fbf22c9b0133c08166beffc70fed3ebc12"
 
 PYPI_PACKAGE = "supervisor"
 inherit pypi systemd setuptools3
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-traitlets: upgrade 5.7.1 -> 5.8.0
  2022-12-27  6:46 [oe] [meta-python] [PATCH] python3-multidict: upgrade 6.0.3 -> 6.0.4 wangmy
                   ` (2 preceding siblings ...)
  2022-12-27  6:46 ` [oe] [meta-python] [PATCH] python3-supervisor: upgrade 4.2.4 -> 4.2.5 wangmy
@ 2022-12-27  6:46 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-12-27  6:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 Shell command-line tab-completion via argcomplete #811
 Expose more attributes for typing #817
 Fix lint #814
 Additional Application examples and docs #811

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-traitlets_5.7.1.bb => python3-traitlets_5.8.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-traitlets_5.7.1.bb => python3-traitlets_5.8.0.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.7.1.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.8.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-traitlets_5.7.1.bb
rename to meta-python/recipes-devtools/python/python3-traitlets_5.8.0.bb
index c5b52a2ae..d7a78254e 100644
--- a/meta-python/recipes-devtools/python/python3-traitlets_5.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-traitlets_5.8.0.bb
@@ -4,7 +4,7 @@ AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING.md;md5=f17a3ba4cd59794dd6e005c8e150aef0"
 
-SRC_URI[sha256sum] = "fde8f62c05204ead43c2c1b9389cfc85befa7f54acb5da28529d671175bb4108"
+SRC_URI[sha256sum] = "6cc57d6dc28c85d5365961726ffd19b538739347749e13ebe34e03323a0e8f84"
 
 inherit pypi python_hatchling
 
-- 
2.25.1



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

end of thread, other threads:[~2022-12-27  6:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-27  6:46 [oe] [meta-python] [PATCH] python3-multidict: upgrade 6.0.3 -> 6.0.4 wangmy
2022-12-27  6:46 ` [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.166 -> 2.4.167 wangmy
2022-12-27  6:46 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.12.0 -> 1.12.1 wangmy
2022-12-27  6:46 ` [oe] [meta-python] [PATCH] python3-supervisor: upgrade 4.2.4 -> 4.2.5 wangmy
2022-12-27  6:46 ` [oe] [meta-python] [PATCH] python3-traitlets: upgrade 5.7.1 -> 5.8.0 wangmy

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.