All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/4] python3-eth-hash: Upgrade 0.3.2 -> 0.3.3
@ 2022-07-06  8:19 Leon Anavi
  2022-07-06  8:19 ` [meta-python][PATCH 3/4] python3-serpent: Upgrade 1.40 -> 1.41 Leon Anavi
  2022-07-06  8:19 ` [meta-python][PATCH 4/4] python3-web3: Upgrade 5.29.1 -> 5.29.2 Leon Anavi
  0 siblings, 2 replies; 3+ messages in thread
From: Leon Anavi @ 2022-07-06  8:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.3.3 and add runtime dependencies:

- Keccak backend was initialized every time it was called.
  Now it's initialized only the first time it's called.
- Prune venv files from the release via MANIFEST.in

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...python3-eth-hash_0.3.2.bb => python3-eth-hash_0.3.3.bb} | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-eth-hash_0.3.2.bb => python3-eth-hash_0.3.3.bb} (63%)

diff --git a/meta-python/recipes-devtools/python/python3-eth-hash_0.3.2.bb b/meta-python/recipes-devtools/python/python3-eth-hash_0.3.3.bb
similarity index 63%
rename from meta-python/recipes-devtools/python/python3-eth-hash_0.3.2.bb
rename to meta-python/recipes-devtools/python/python3-eth-hash_0.3.3.bb
index c9630b172..c4e8e5e51 100644
--- a/meta-python/recipes-devtools/python/python3-eth-hash_0.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-hash_0.3.3.bb
@@ -4,6 +4,11 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=287820ad3553117aa2f92bf84c219324"
 
-SRC_URI[sha256sum] = "3f40cecd5ead88184aa9550afc19d057f103728108c5102f592f8415949b5a76"
+SRC_URI[sha256sum] = "8cde211519ff1a98b46e9057cb909f12ab62e263eb30a0a94e2f7e1f46ac67a0"
 
 inherit pypi setuptools3
+
+RDEPENDS:${PN} = "\
+	${PYTHON_PN}-logging \
+	${PYTHON_PN}-pycryptodome \
+"
-- 
2.30.2



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

* [meta-python][PATCH 3/4] python3-serpent: Upgrade 1.40 -> 1.41
  2022-07-06  8:19 [meta-python][PATCH 1/4] python3-eth-hash: Upgrade 0.3.2 -> 0.3.3 Leon Anavi
@ 2022-07-06  8:19 ` Leon Anavi
  2022-07-06  8:19 ` [meta-python][PATCH 4/4] python3-web3: Upgrade 5.29.1 -> 5.29.2 Leon Anavi
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2022-07-06  8:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.41:

- support for python 3.11 added (__getstate__ behavior change)
- replaced travis CI by Github actions

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-serpent_1.40.bb => python3-serpent_1.41.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-serpent_1.40.bb => python3-serpent_1.41.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.40.bb b/meta-python/recipes-devtools/python/python3-serpent_1.41.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-serpent_1.40.bb
rename to meta-python/recipes-devtools/python/python3-serpent_1.41.bb
index 935531a85..480e3ab38 100644
--- a/meta-python/recipes-devtools/python/python3-serpent_1.40.bb
+++ b/meta-python/recipes-devtools/python/python3-serpent_1.41.bb
@@ -2,7 +2,7 @@ SUMMARY = "Serialization based on ast.literal_eval"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d7c28f460fafe7be454fcdcac0b60263"
 
-SRC_URI[sha256sum] = "10b34e7f8e3207ee6fb70dcdc9bce473851ee3daf0b47c58aec1b48032ac11ce"
+SRC_URI[sha256sum] = "0407035fe3c6644387d48cff1467d5aa9feff814d07372b78677ed0ee3ed7095"
 
 inherit pypi ptest setuptools3
 
-- 
2.30.2



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

* [meta-python][PATCH 4/4] python3-web3: Upgrade 5.29.1 -> 5.29.2
  2022-07-06  8:19 [meta-python][PATCH 1/4] python3-eth-hash: Upgrade 0.3.2 -> 0.3.3 Leon Anavi
  2022-07-06  8:19 ` [meta-python][PATCH 3/4] python3-serpent: Upgrade 1.40 -> 1.41 Leon Anavi
@ 2022-07-06  8:19 ` Leon Anavi
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2022-07-06  8:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.29.2:

- Only thread lock methods attempting to access the cache for the
  caching middleware.
- Socket timeout when pushing a significant amount of data

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-web3_5.29.1.bb => python3-web3_5.29.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-web3_5.29.1.bb => python3-web3_5.29.2.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-web3_5.29.1.bb b/meta-python/recipes-devtools/python/python3-web3_5.29.2.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-web3_5.29.1.bb
rename to meta-python/recipes-devtools/python/python3-web3_5.29.2.bb
index b0b636b90..c9820ebdf 100644
--- a/meta-python/recipes-devtools/python/python3-web3_5.29.1.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_5.29.2.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dc2732bdc5e50382737979791cbb3b7"
 
-SRC_URI[sha256sum] = "14d0c4ef5d693b6cc9a36ad4ff31201add8ef1f4c1cdb920f7ce07f81841e6bc"
+SRC_URI[sha256sum] = "f37b01f3dc32010b176cef01c2107bc25b7cf94b63c3269d4ec52d7e5ded9a36"
 
 inherit pypi setuptools3
 
-- 
2.30.2



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

end of thread, other threads:[~2022-07-06  8:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06  8:19 [meta-python][PATCH 1/4] python3-eth-hash: Upgrade 0.3.2 -> 0.3.3 Leon Anavi
2022-07-06  8:19 ` [meta-python][PATCH 3/4] python3-serpent: Upgrade 1.40 -> 1.41 Leon Anavi
2022-07-06  8:19 ` [meta-python][PATCH 4/4] python3-web3: Upgrade 5.29.1 -> 5.29.2 Leon Anavi

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.