All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python3-termcolor: Upgrade 2.1.1 -> 2.2.0
@ 2023-01-05 10:27 Leon Anavi
  2023-01-05 10:27 ` [meta-python][PATCH 2/3] python3-marshmallow: Upgrade 3.18.0 -> 3.19.0 Leon Anavi
  2023-01-05 10:27 ` [meta-python][PATCH 3/3] python3-cantools: Upgrade 37.2.0 -> 38.0.0 Leon Anavi
  0 siblings, 2 replies; 3+ messages in thread
From: Leon Anavi @ 2023-01-05 10:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.2.0:

- Add light shades, dark grey and black

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

diff --git a/meta-python/recipes-devtools/python/python3-termcolor_2.1.1.bb b/meta-python/recipes-devtools/python/python3-termcolor_2.2.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-termcolor_2.1.1.bb
rename to meta-python/recipes-devtools/python/python3-termcolor_2.2.0.bb
index 4f48f5e5c..05c39c2c5 100644
--- a/meta-python/recipes-devtools/python/python3-termcolor_2.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-termcolor_2.2.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "67cee2009adc6449c650f6bcf3bdeed00c8ba53a8cda5362733c53e0a39fb70b"
+SRC_URI[sha256sum] = "dfc8ac3f350788f23b2947b3e6cfa5a53b630b612e6cd8965a015a776020b99a"
 
 DEPENDS += " \
 	${PYTHON_PN}-toml-native \
-- 
2.30.2



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

* [meta-python][PATCH 2/3] python3-marshmallow: Upgrade 3.18.0 -> 3.19.0
  2023-01-05 10:27 [meta-python][PATCH 1/3] python3-termcolor: Upgrade 2.1.1 -> 2.2.0 Leon Anavi
@ 2023-01-05 10:27 ` Leon Anavi
  2023-01-05 10:27 ` [meta-python][PATCH 3/3] python3-cantools: Upgrade 37.2.0 -> 38.0.0 Leon Anavi
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2023-01-05 10:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.19.0:

- Add timestamp and timestamp_ms formats to fields.DateTime

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

diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.18.0.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.19.0.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-marshmallow_3.18.0.bb
rename to meta-python/recipes-devtools/python/python3-marshmallow_3.19.0.bb
index c52ff30fd..91f6462b3 100644
--- a/meta-python/recipes-devtools/python/python3-marshmallow_3.18.0.bb
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.19.0.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "\
 
 SRC_URI = "git://github.com/marshmallow-code/marshmallow.git;protocol=https;branch=dev"
 
-SRCREV = "2805f32461fc7801a5f7b6d83facf7cbb8bca278"
+SRCREV = "78edf5582ee325bba99f097cb7167ef73b6f84d8"
 
 S = "${WORKDIR}/git"
 
-- 
2.30.2



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

* [meta-python][PATCH 3/3] python3-cantools: Upgrade 37.2.0 -> 38.0.0
  2023-01-05 10:27 [meta-python][PATCH 1/3] python3-termcolor: Upgrade 2.1.1 -> 2.2.0 Leon Anavi
  2023-01-05 10:27 ` [meta-python][PATCH 2/3] python3-marshmallow: Upgrade 3.18.0 -> 3.19.0 Leon Anavi
@ 2023-01-05 10:27 ` Leon Anavi
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2023-01-05 10:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 38.0.0:

- Major bump due to minimum required Python version being raised
  to 3.8
- do no longer use the ncurses module in the dump subparser
- Fix 'Assertation' NameError typo in test_database
- Add missing crccheck dependency to setup.py
- Bugfix in handling more than one node mapped attribute per signal
- A few bug fixes
- Typing improvements
- Use tox
- Fix CI
- Ensure that only Decimal types are stored in the Signal.decimal
  attribute
- cantools library import lib from a relative path (unified)
- Test on python 3.11, build docs again

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

diff --git a/meta-python/recipes-devtools/python/python3-cantools_37.2.0.bb b/meta-python/recipes-devtools/python/python3-cantools_38.0.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-cantools_37.2.0.bb
rename to meta-python/recipes-devtools/python/python3-cantools_38.0.0.bb
index 7d159340c..96e193d4f 100644
--- a/meta-python/recipes-devtools/python/python3-cantools_37.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cantools_38.0.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
 
-SRC_URI[sha256sum] = "bbb0e802af02a1dc792c32d10b61b51deaefc1c8e9c776b50d2d2e194b702fac"
+SRC_URI[sha256sum] = "b7d5465aba357ce4c103a7d38c9e01a6f12d8265090b4147b3cc1fa4c3adb993"
 
 PYPI_PACKAGE = "cantools"
 
-- 
2.30.2



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

end of thread, other threads:[~2023-01-05 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-05 10:27 [meta-python][PATCH 1/3] python3-termcolor: Upgrade 2.1.1 -> 2.2.0 Leon Anavi
2023-01-05 10:27 ` [meta-python][PATCH 2/3] python3-marshmallow: Upgrade 3.18.0 -> 3.19.0 Leon Anavi
2023-01-05 10:27 ` [meta-python][PATCH 3/3] python3-cantools: Upgrade 37.2.0 -> 38.0.0 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.