All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-dill: upgrade 0.3.4 ->  0.3.5.1
@ 2022-06-23  7:14 Wang Mingyu
  2022-06-23  7:14 ` [oe] [meta-python] [PATCH] python3-robotframework-seriallibrary: upgrade 0.3.1 -> 0.4.3 Wang Mingyu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-06-23  7:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

License-Update: Copyright year updated to 2022.

Add dependence python3-logging.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-devtools/python/python3-dill_0.3.4.bb | 14 --------------
 .../python/python3-dill_0.3.5.1.bb                | 15 +++++++++++++++
 2 files changed, 15 insertions(+), 14 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-dill_0.3.4.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-dill_0.3.5.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb
deleted file mode 100644
index ff0104cc8..000000000
--- a/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "Serialize all of python"
-HOMEPAGE = "https://pypi.org/project/dill/"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=41adceb584fdde8323ddf9ad23c07fe5"
-
-SRC_URI[sha256sum] = "9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE_EXT = "zip"
-
-RDEPENDS:${PN} += "\
-    ${PYTHON_PN}-multiprocessing \
-"
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.5.1.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.5.1.bb
new file mode 100644
index 000000000..d9110e3fd
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-dill_0.3.5.1.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Serialize all of python"
+HOMEPAGE = "https://pypi.org/project/dill/"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=61f24e44fc855bde43ed5a1524a37bc4"
+
+SRC_URI[sha256sum] = "d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE_EXT = "tar.gz"
+
+RDEPENDS:${PN} += "\
+    ${PYTHON_PN}-multiprocessing \
+    ${PYTHON_PN}-logging \
+"
-- 
2.25.1



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

end of thread, other threads:[~2022-06-23  7:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23  7:14 [oe] [meta-python] [PATCH] python3-dill: upgrade 0.3.4 -> 0.3.5.1 Wang Mingyu
2022-06-23  7:14 ` [oe] [meta-python] [PATCH] python3-robotframework-seriallibrary: upgrade 0.3.1 -> 0.4.3 Wang Mingyu
2022-06-23  7:14 ` [oe] [meta-python] [PATCH] python3-ujson: upgrade 5.1.0 -> 5.3.0 Wang Mingyu
2022-06-23  7:14 ` [oe] [meta-python] [PATCH] python3-watchdog: upgrade 2.1.8 -> 2.1.9 Wang Mingyu
2022-06-23  7:14 ` [oe] [meta-python] [PATCH] python3-websocket-client: upgrade 1.3.2 -> 1.3.3 Wang Mingyu

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.