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

* [oe] [meta-python] [PATCH] python3-robotframework-seriallibrary: upgrade 0.3.1 -> 0.4.3
  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 ` Wang Mingyu
  2022-06-23  7:14 ` [oe] [meta-python] [PATCH] python3-ujson: upgrade 5.1.0 -> 5.3.0 Wang Mingyu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-06-23  7:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

e31d5fdf2ea00ac6349e64580a20816783064dd4.patch
removed since it's not available in 0.4.3

License-Update:
 version updated to 0.4.3
 The content location of the description of the license has changed

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...5fdf2ea00ac6349e64580a20816783064dd4.patch | 45 -------------------
 ...on3-robotframework-seriallibrary_0.4.3.bb} |  7 +--
 2 files changed, 2 insertions(+), 50 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-robotframework-seriallibrary/e31d5fdf2ea00ac6349e64580a20816783064dd4.patch
 rename meta-python/recipes-devtools/python/{python3-robotframework-seriallibrary_0.3.1.bb => python3-robotframework-seriallibrary_0.4.3.bb} (53%)

diff --git a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary/e31d5fdf2ea00ac6349e64580a20816783064dd4.patch b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary/e31d5fdf2ea00ac6349e64580a20816783064dd4.patch
deleted file mode 100644
index 21e97fd93..000000000
--- a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary/e31d5fdf2ea00ac6349e64580a20816783064dd4.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From e31d5fdf2ea00ac6349e64580a20816783064dd4 Mon Sep 17 00:00:00 2001
-From: Hideki Takeoka <hideki.takeoka@smartfrog.com>
-Date: Sun, 25 Aug 2019 19:25:00 +0200
-Subject: [PATCH] Update setup.py for python3.7+ support
-
----
- setup.py                     | 9 +++++----
- src/SerialLibrary/version.py | 3 +++
- 2 files changed, 8 insertions(+), 4 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 4c34705..70bb1af 100644
---- a/setup.py
-+++ b/setup.py
-@@ -1,6 +1,5 @@
- #!/usr/bin/env python
- 
--from imp import load_source
- from os.path import abspath, dirname, join
- from sys import platform
- 
-@@ -18,9 +17,11 @@
- 
- 
- CURDIR = dirname(abspath(__file__))
--VERSION = load_source(
--    'version', 'version',
--    open(join(CURDIR, 'src', 'SerialLibrary', 'version.py'))).VERSION
-+
-+with open(join(CURDIR, 'src', 'SerialLibrary', 'version.py')) as f:
-+    exec(f.read())
-+    VERSION = get_version()
-+
- README = open(join(CURDIR, 'README.rst')).read()
- CLASSIFIERS = '\n'.join(
-     map(' :: '.join, [
-diff --git a/src/SerialLibrary/version.py b/src/SerialLibrary/version.py
-index 6ce65c4..19831bc 100644
---- a/src/SerialLibrary/version.py
-+++ b/src/SerialLibrary/version.py
-@@ -1 +1,4 @@
- VERSION = (0, 3, 1)
-+
-+def get_version():
-+    return VERSION;
diff --git a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb
similarity index 53%
rename from meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb
rename to meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb
index d9465af08..4ad5c3601 100644
--- a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb
@@ -1,17 +1,14 @@
 SUMMARY = "Robot Framework test library for serial connection"
 HOMEPAGE = "https://github.com/whosaysni/robotframework-seriallibrary"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=1af2e051b493d9552af443cf2f99d480"
 
-SRC_URI[md5sum] = "b7c9565d54c30df7cd3f3c0e29adffa3"
-SRC_URI[sha256sum] = "256ad60fc0b7df4be44d82c302f5ed8fad4935cda99e4b45942e3c88179d1e19"
+SRC_URI[sha256sum] = "f20befe5c1106dd8ddca9f60a2f18bf5ec7d5f06f6f09a03fa66bae54777e6bb"
 
 PYPI_PACKAGE = "robotframework-seriallibrary"
 
 inherit pypi setuptools3
 
-SRC_URI += "file://e31d5fdf2ea00ac6349e64580a20816783064dd4.patch"
-
 RDEPENDS:${PN} += " \
     ${PYTHON_PN}-pyserial \
     ${PYTHON_PN}-robotframework \
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-ujson: upgrade 5.1.0 -> 5.3.0
  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 ` 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
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-06-23  7:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

0001-setup.py-Do-not-strip-debugging-symbols.patch
refreshed for new version.

License-Update:
 version updated to 5.3.0
 Build options added
 
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...up.py-Do-not-strip-debugging-symbols.patch | 20 ++++++++++++-------
 ...-ujson_5.1.0.bb => python3-ujson_5.3.0.bb} |  4 ++--
 2 files changed, 15 insertions(+), 9 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-ujson_5.1.0.bb => python3-ujson_5.3.0.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-ujson/0001-setup.py-Do-not-strip-debugging-symbols.patch b/meta-python/recipes-devtools/python/python3-ujson/0001-setup.py-Do-not-strip-debugging-symbols.patch
index 47da2b8cf..42cd99a89 100644
--- a/meta-python/recipes-devtools/python/python3-ujson/0001-setup.py-Do-not-strip-debugging-symbols.patch
+++ b/meta-python/recipes-devtools/python/python3-ujson/0001-setup.py-Do-not-strip-debugging-symbols.patch
@@ -8,22 +8,28 @@ bitbake build errors related to already-stripped.
 
 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
 ---
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ setup.py | 8 +-------
+ 1 file changed, 1 insertion(+), 7 deletions(-)
 
 diff --git a/setup.py b/setup.py
-index 453dc31..962c507 100644
+index b98963b..d42f07a 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -6,7 +6,7 @@ from setuptools import Extension, setup
- dconv_source_files = glob("./deps/double-conversion/double-conversion/*.cc")
+@@ -19,13 +19,7 @@ if not dconv_libs:
+     dconv_source_files.extend(glob("./deps/double-conversion/double-conversion/*.cc"))
  dconv_source_files.append("./lib/dconv_wrapper.cc")
  
--strip_flags = ["-Wl,--strip-all"] if platform.system() == "Linux" else []
+-if platform.system() == "Linux" and environ.get("UJSON_BUILD_NO_STRIP", "0") not in (
+-    "1",
+-    "True",
+-):
+-    strip_flags = ["-Wl,--strip-all"]
+-else:
+-    strip_flags = []
 +strip_flags = []
  
  module1 = Extension(
      "ujson",
 -- 
-2.30.2
+2.25.1
 
diff --git a/meta-python/recipes-devtools/python/python3-ujson_5.1.0.bb b/meta-python/recipes-devtools/python/python3-ujson_5.3.0.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-ujson_5.1.0.bb
rename to meta-python/recipes-devtools/python/python3-ujson_5.3.0.bb
index 6c1bf7e82..4c3ef82c9 100644
--- a/meta-python/recipes-devtools/python/python3-ujson_5.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ujson_5.3.0.bb
@@ -2,9 +2,9 @@ SUMMARY  = "Ultra fast JSON encoder and decoder for Python"
 DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 2.5+ and 3."
 
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=10fa10456417c0252bcb8a498e498ffe"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e0039a83d8a99726b5418f0b03302d0a"
 
-SRC_URI[sha256sum] = "a88944d2f99db71a3ca0c63d81f37e55b660edde0b07216fb65a3e46403ef004"
+SRC_URI[sha256sum] = "ab938777b3ac0372231ee654a7f6a13787e587b1ca268d8aa7e6fb6846e477d0"
 
 inherit pypi ptest setuptools3
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-watchdog: upgrade 2.1.8 -> 2.1.9
  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 ` Wang Mingyu
  2022-06-23  7:14 ` [oe] [meta-python] [PATCH] python3-websocket-client: upgrade 1.3.2 -> 1.3.3 Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-06-23  7:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
=========
    [fsevents] Fix flakey test to assert that there are no errors when stopping the emitter.
    [inotify] Suppress occasional OSError: [Errno 9] Bad file descriptor at shutdown. #805
    [watchmedo] Make auto-restart restart the sub-process if it terminates. #896
    [watchmedo] Avoid zombie sub-processes when running shell-command without --wait. #405

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

diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.1.8.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.1.9.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-watchdog_2.1.8.bb
rename to meta-python/recipes-devtools/python/python3-watchdog_2.1.9.bb
index 70af95157..8c7c6dd47 100644
--- a/meta-python/recipes-devtools/python/python3-watchdog_2.1.8.bb
+++ b/meta-python/recipes-devtools/python/python3-watchdog_2.1.9.bb
@@ -4,7 +4,7 @@ DEPENDS = "${PYTHON_PN}-argh"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = "6d03149126864abd32715d4e9267d2754cede25a69052901399356ad3bc5ecff"
+SRC_URI[sha256sum] = "43ce20ebb36a51f21fa376f76d1d4692452b2527ccd601950d69ed36b9e21609"
 
 inherit pypi setuptools3
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-websocket-client: upgrade 1.3.2 -> 1.3.3
  2022-06-23  7:14 [oe] [meta-python] [PATCH] python3-dill: upgrade 0.3.4 -> 0.3.5.1 Wang Mingyu
                   ` (2 preceding siblings ...)
  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 ` Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-06-23  7:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
=========
  - Fix unclosed socket error (#826)
  - Update header dict access (#818)
  - Add utf8 workaround to docs (fc9ee9f)

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

diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.3.2.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.3.3.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-websocket-client_1.3.2.bb
rename to meta-python/recipes-devtools/python/python3-websocket-client_1.3.3.bb
index 3f09d267d..9c3ff02e9 100644
--- a/meta-python/recipes-devtools/python/python3-websocket-client_1.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.3.3.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/websocket-client/websocket-client"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b969e9612325987c823fc0737063ebc8"
 
-SRC_URI[sha256sum] = "50b21db0058f7a953d67cc0445be4b948d7fc196ecbeb8083d68d94628e4abf6"
+SRC_URI[sha256sum] = "d58c5f284d6a9bf8379dab423259fe8f85b70d5fa5d2916d5791a84594b122b1"
 
 inherit pypi setuptools3
 
-- 
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.