All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-grpcio-tools: upgrade 1.50.0 -> 1.51.0
@ 2022-11-28  6:18 wangmy
  2022-11-28  6:18 ` [oe] [meta-python] [PATCH] python3-grpcio: " wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.50.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.51.0.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-grpcio-tools_1.50.0.bb
rename to meta-python/recipes-devtools/python/python3-grpcio-tools_1.51.0.bb
index dbedd4913..1255fd765 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.50.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.51.0.bb
@@ -12,7 +12,7 @@ DEPENDS += "${PYTHON_PN}-grpcio"
 SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \
             file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \
             "
-SRC_URI[sha256sum] = "88b75f2afd889c7c6939f58d76b58ab84de4723c7de882a1f8448af6632e256f"
+SRC_URI[sha256sum] = "264abafefc3240aacdc6e0c7765a8a20c284f1267ae0dd899084f07694b55095"
 
 RDEPENDS:${PN} = "${PYTHON_PN}-grpcio"
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-grpcio: upgrade 1.50.0 -> 1.51.0
  2022-11-28  6:18 [oe] [meta-python] [PATCH] python3-grpcio-tools: upgrade 1.50.0 -> 1.51.0 wangmy
@ 2022-11-28  6:18 ` wangmy
  2022-11-28  6:18 ` [oe] [meta-python] [PATCH] python3-jedi: upgrade 0.18.1 -> 0.18.2 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.50.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.51.0.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-grpcio_1.50.0.bb
rename to meta-python/recipes-devtools/python/python3-grpcio_1.51.0.bb
index a562bfb30..bd4fcc805 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.50.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.51.0.bb
@@ -12,7 +12,7 @@ SRC_URI:append:class-target = " file://ppc-boringssl-support.patch \
                                 file://mips_bigendian.patch \
                                 file://abseil-ppc-fixes.patch;patchdir=third_party/abseil-cpp \
 "
-SRC_URI[sha256sum] = "12b479839a5e753580b5e6053571de14006157f2ef9b71f38c56dc9b23b95ad6"
+SRC_URI[sha256sum] = "a103811a4b318abc9b1592cd6cc9187d34bfb2e192eb0fe113dfabb38a162284"
 
 RDEPENDS:${PN} = "${PYTHON_PN}-protobuf \
                   ${PYTHON_PN}-setuptools \
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-jedi: upgrade 0.18.1 -> 0.18.2
  2022-11-28  6:18 [oe] [meta-python] [PATCH] python3-grpcio-tools: upgrade 1.50.0 -> 1.51.0 wangmy
  2022-11-28  6:18 ` [oe] [meta-python] [PATCH] python3-grpcio: " wangmy
@ 2022-11-28  6:18 ` wangmy
  2022-11-28  6:18 ` [oe] [meta-python] [PATCH] python3-langtable: upgrade 0.0.60 -> 0.0.61 wangmy
  2022-11-28  6:18 ` [oe] [meta-python] [PATCH] python3-networkx: upgrade 2.8.7 -> 2.8.8 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
 Added dataclass-equivalent for attrs.define
 Find fixtures from Pytest entrypoints; Examples of pytest plugins installed like this are pytest-django, pytest-sugar and Faker.
 Fixed Project.search, when a venv was involved, which is why for example :Pyimport django.db did not work in some cases in jedi-vim.
 And many smaller bugfixes

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

diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb b/meta-python/recipes-devtools/python/python3-jedi_0.18.2.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb
rename to meta-python/recipes-devtools/python/python3-jedi_0.18.2.bb
index fb582c54b..41063d2ad 100644
--- a/meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb
+++ b/meta-python/recipes-devtools/python/python3-jedi_0.18.2.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4"
 
 PYPI_PACKAGE = "jedi"
 
-SRC_URI[sha256sum] = "74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab"
+SRC_URI[sha256sum] = "bae794c30d07f6d910d32a7048af09b5a39ed740918da923c6b780790ebac612"
 
 RDEPENDS:${PN} = " \
 	${PYTHON_PN}-parso \
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-langtable: upgrade 0.0.60 -> 0.0.61
  2022-11-28  6:18 [oe] [meta-python] [PATCH] python3-grpcio-tools: upgrade 1.50.0 -> 1.51.0 wangmy
  2022-11-28  6:18 ` [oe] [meta-python] [PATCH] python3-grpcio: " wangmy
  2022-11-28  6:18 ` [oe] [meta-python] [PATCH] python3-jedi: upgrade 0.18.1 -> 0.18.2 wangmy
@ 2022-11-28  6:18 ` wangmy
  2022-11-28  6:18 ` [oe] [meta-python] [PATCH] python3-networkx: upgrade 2.8.7 -> 2.8.8 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
    Add mnw_MM.UTF-8 and ckb_IQ.UTF-8
    Do not run test cases using Python2 anymore
    Add bih
    Add more translations from CLDR
    Migrate license tag to SPDX

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

diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.60.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.61.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-langtable_0.0.60.bb
rename to meta-python/recipes-devtools/python/python3-langtable_0.0.61.bb
index eac069f04..6e924ac42 100644
--- a/meta-python/recipes-devtools/python/python3-langtable_0.0.60.bb
+++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.61.bb
@@ -6,7 +6,7 @@ SECTION = "devel/python"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-SRC_URI[sha256sum] = "ae77d62fe6002308ce6197310c4a933c4e13632bbaf7219a3533dc45d36223f8"
+SRC_URI[sha256sum] = "2c09f561463f18b038373b1fa8a4f68143dd3bfb59fdc8edbbba00548fc70db4"
 
 inherit pypi setuptools3 python3native
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-networkx: upgrade 2.8.7 -> 2.8.8
  2022-11-28  6:18 [oe] [meta-python] [PATCH] python3-grpcio-tools: upgrade 1.50.0 -> 1.51.0 wangmy
                   ` (2 preceding siblings ...)
  2022-11-28  6:18 ` [oe] [meta-python] [PATCH] python3-langtable: upgrade 0.0.60 -> 0.0.61 wangmy
@ 2022-11-28  6:18 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
Supports Python 3.8, 3.9, 3.10, and 3.11.
NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.

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

diff --git a/meta-python/recipes-devtools/python/python3-networkx_2.8.7.bb b/meta-python/recipes-devtools/python/python3-networkx_2.8.8.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-networkx_2.8.7.bb
rename to meta-python/recipes-devtools/python/python3-networkx_2.8.8.bb
index 2212c2764..92883f319 100644
--- a/meta-python/recipes-devtools/python/python3-networkx_2.8.7.bb
+++ b/meta-python/recipes-devtools/python/python3-networkx_2.8.8.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://networkx.github.io/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=44614b6df7cf3c19be69d0a945e29904"
 
-SRC_URI[sha256sum] = "815383fd52ece0a7024b5fd8408cc13a389ea350cd912178b82eed8b96f82cd3"
+SRC_URI[sha256sum] = "230d388117af870fce5647a3c52401fcf753e94720e6ea6b4197a5355648885e"
 
 inherit pypi setuptools3
 
-- 
2.25.1



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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28  6:18 [oe] [meta-python] [PATCH] python3-grpcio-tools: upgrade 1.50.0 -> 1.51.0 wangmy
2022-11-28  6:18 ` [oe] [meta-python] [PATCH] python3-grpcio: " wangmy
2022-11-28  6:18 ` [oe] [meta-python] [PATCH] python3-jedi: upgrade 0.18.1 -> 0.18.2 wangmy
2022-11-28  6:18 ` [oe] [meta-python] [PATCH] python3-langtable: upgrade 0.0.60 -> 0.0.61 wangmy
2022-11-28  6:18 ` [oe] [meta-python] [PATCH] python3-networkx: upgrade 2.8.7 -> 2.8.8 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.