All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-imageio: Upgrade 2.21.2 -> 2.21.3
@ 2022-09-14 11:58 Leon Anavi
  2022-09-14 11:58 ` [meta-python][PATCH 2/5] python3-portion: Upgrade 2.2.0 -> 2.3.0 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Anavi @ 2022-09-14 11:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.21.3:

- Raise error if fps is specified
- Fix small typo
- Examples for Pyav

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

diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.21.2.bb b/meta-python/recipes-devtools/python/python3-imageio_2.21.3.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-imageio_2.21.2.bb
rename to meta-python/recipes-devtools/python/python3-imageio_2.21.3.bb
index 06af2a15f..74591f3c4 100644
--- a/meta-python/recipes-devtools/python/python3-imageio_2.21.2.bb
+++ b/meta-python/recipes-devtools/python/python3-imageio_2.21.3.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba"
 
-SRC_URI[sha256sum] = "5702e7b4874bdb2f428b08c7491699b44842129d412cdaa7177ba7ff059deb2c"
+SRC_URI[sha256sum] = "b10a583c831c932f4afbea9e8403082d2a76b1d30d7555b777ceb70441890b3c"
 
 inherit pypi setuptools3
 
-- 
2.30.2



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

* [meta-python][PATCH 2/5] python3-portion: Upgrade 2.2.0 -> 2.3.0
  2022-09-14 11:58 [meta-python][PATCH 1/5] python3-imageio: Upgrade 2.21.2 -> 2.21.3 Leon Anavi
@ 2022-09-14 11:58 ` Leon Anavi
  2022-09-14 11:58 ` [meta-python][PATCH 3/5] python3-pydantic: Upgrade 1.9.1 -> 1.10.2 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2022-09-14 11:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.3.0:

- Support Python 3.10.
- IntervalDict.as_dict has an optional atomic=False parameter that,
  if set to True, returns intervals that are atomic.
- Experimental support for structural pattern matching (on left,
  lower, upper and right).
- (breaking) For consistency, the empty interval is never <, >, <=,
  nor >= when compared to another interval.
- Comparing an interval and a value is deprecated since it is
  ill-defined when the value is on the left of <= or >=. Convert
  values to singletons first.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-portion_2.2.0.bb => python3-portion_2.3.0.bb}  | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-portion_2.2.0.bb => python3-portion_2.3.0.bb} (67%)

diff --git a/meta-python/recipes-devtools/python/python3-portion_2.2.0.bb b/meta-python/recipes-devtools/python/python3-portion_2.3.0.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python3-portion_2.2.0.bb
rename to meta-python/recipes-devtools/python/python3-portion_2.3.0.bb
index 0dad8b0ce..1638d64c3 100644
--- a/meta-python/recipes-devtools/python/python3-portion_2.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-portion_2.3.0.bb
@@ -7,6 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "b6bfb08a7834787aca076da1200b735d97beef61b60a462b05213e7354a099cf"
+SRC_URI[sha256sum] = "0e9d42838099263201b25517e4c1bd57042b5fe44432d6df38cef72d84d1eb1f"
+
+RDEPENDS:${PN} = "\
+    ${PYTHON_PN}-sortedcontainers \
+"
 
 BBCLASSEXTEND = "native"
-- 
2.30.2



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

* [meta-python][PATCH 3/5] python3-pydantic: Upgrade 1.9.1 -> 1.10.2
  2022-09-14 11:58 [meta-python][PATCH 1/5] python3-imageio: Upgrade 2.21.2 -> 2.21.3 Leon Anavi
  2022-09-14 11:58 ` [meta-python][PATCH 2/5] python3-portion: Upgrade 2.2.0 -> 2.3.0 Leon Anavi
@ 2022-09-14 11:58 ` Leon Anavi
  2022-09-14 11:58 ` [meta-python][PATCH 4/5] python3-networkx: Upgrade 2.8.5 -> 2.8.6 Leon Anavi
  2022-09-14 11:58 ` [meta-python][PATCH 5/5] python3-prettytable: Upgrade 3.3.0 -> 3.4.1 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2022-09-14 11:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.10.2:

- Revert Change: Revert percent encoding of URL parts
- Prevent long (length > 4_300) strings/bytes as input to int
  fields, see python/cpython#95778 and CVE-2020-10735
- fix: dataclass wrapper was not always called
- Use tomllib on Python 3.11 when parsing mypy configuration
- Basic fix of GenericModel cache to detect order of arguments in
  Union models
- Fix mypy plugin when using bare types like list and dict as
  default_factory

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python3-pydantic_1.10.2.bb         | 20 +++++++++++++++++++
 .../python/python3-pydantic_1.9.1.bb          | 11 ----------
 2 files changed, 20 insertions(+), 11 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb
new file mode 100644
index 000000000..16bb1f6ae
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Data validation and settings management using Python type hinting"
+HOMEPAGE = "https://github.com/samuelcolvin/pydantic"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "91b8e218852ef6007c2b98cd861601c6a09f1aa32bbbb74fab5b1c33d4a1e410"
+
+RDEPENDS:${PN} += "\
+    ${PYTHON_PN}-typing-extensions \
+    ${PYTHON_PN}-core \
+    ${PYTHON_PN}-numbers \
+    ${PYTHON_PN}-json \
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-io \
+    ${PYTHON_PN}-netclient \
+    ${PYTHON_PN}-image \
+    ${PYTHON_PN}-logging \
+"
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb b/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb
deleted file mode 100644
index 1d113c9c5..000000000
--- a/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-SUMMARY = "Data validation and settings management using Python type hinting"
-HOMEPAGE = "https://github.com/samuelcolvin/pydantic"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757"
-RDEPENDS:${PN} += "\
-    python3-typing-extensions \
-"
-
-inherit pypi setuptools3
-
-SRC_URI[sha256sum] = "1ed987c3ff29fff7fd8c3ea3a3ea877ad310aae2ef9889a119e22d3f2db0691a"
-- 
2.30.2



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

* [meta-python][PATCH 4/5] python3-networkx: Upgrade 2.8.5 -> 2.8.6
  2022-09-14 11:58 [meta-python][PATCH 1/5] python3-imageio: Upgrade 2.21.2 -> 2.21.3 Leon Anavi
  2022-09-14 11:58 ` [meta-python][PATCH 2/5] python3-portion: Upgrade 2.2.0 -> 2.3.0 Leon Anavi
  2022-09-14 11:58 ` [meta-python][PATCH 3/5] python3-pydantic: Upgrade 1.9.1 -> 1.10.2 Leon Anavi
@ 2022-09-14 11:58 ` Leon Anavi
  2022-09-14 11:58 ` [meta-python][PATCH 5/5] python3-prettytable: Upgrade 3.3.0 -> 3.4.1 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2022-09-14 11:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.8.6:

- Add random_spanning_tree to documentation
- Add warning to nx_agraph about layout nondeterminism
- Add cache reset for when G._node is changed
- Allow unsortable nodes in approximation.treewidth functions
- Add examples for the condensation function
- Improve LCA input validation
- Replace LCA with naive implementations

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

diff --git a/meta-python/recipes-devtools/python/python3-networkx_2.8.5.bb b/meta-python/recipes-devtools/python/python3-networkx_2.8.6.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-networkx_2.8.5.bb
rename to meta-python/recipes-devtools/python/python3-networkx_2.8.6.bb
index 8d0b8dbb3..3eebfcf98 100644
--- a/meta-python/recipes-devtools/python/python3-networkx_2.8.5.bb
+++ b/meta-python/recipes-devtools/python/python3-networkx_2.8.6.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] = "15a7b81a360791c458c55a417418ea136c13378cfdc06a2dcdc12bd2f9cf09c1"
+SRC_URI[sha256sum] = "bd2b7730300860cbd2dafe8e5af89ff5c9a65c3975b352799d87a6238b4301a6"
 
 inherit pypi setuptools3
 
-- 
2.30.2



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

* [meta-python][PATCH 5/5] python3-prettytable: Upgrade 3.3.0 -> 3.4.1
  2022-09-14 11:58 [meta-python][PATCH 1/5] python3-imageio: Upgrade 2.21.2 -> 2.21.3 Leon Anavi
                   ` (2 preceding siblings ...)
  2022-09-14 11:58 ` [meta-python][PATCH 4/5] python3-networkx: Upgrade 2.8.5 -> 2.8.6 Leon Anavi
@ 2022-09-14 11:58 ` Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2022-09-14 11:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.4.1:

- Add option to specify line break character used in pagination
- Add header alignment attribute
- Revert "Add header alignment attribute"

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

diff --git a/meta-python/recipes-devtools/python/python3-prettytable_3.3.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_3.4.1.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-prettytable_3.3.0.bb
rename to meta-python/recipes-devtools/python/python3-prettytable_3.4.1.bb
index b98ee4942..c8b50f0b2 100644
--- a/meta-python/recipes-devtools/python/python3-prettytable_3.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-prettytable_3.4.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://code.google.com/p/prettytable"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671"
 
-SRC_URI[sha256sum] = "118eb54fd2794049b810893653b20952349df6d3bc1764e7facd8a18064fa9b0"
+SRC_URI[sha256sum] = "7d7dd84d0b206f2daac4471a72f299d6907f34516064feb2838e333a4e2567bd"
 
 do_install:append() {
     perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`
-- 
2.30.2



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

end of thread, other threads:[~2022-09-14 11:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 11:58 [meta-python][PATCH 1/5] python3-imageio: Upgrade 2.21.2 -> 2.21.3 Leon Anavi
2022-09-14 11:58 ` [meta-python][PATCH 2/5] python3-portion: Upgrade 2.2.0 -> 2.3.0 Leon Anavi
2022-09-14 11:58 ` [meta-python][PATCH 3/5] python3-pydantic: Upgrade 1.9.1 -> 1.10.2 Leon Anavi
2022-09-14 11:58 ` [meta-python][PATCH 4/5] python3-networkx: Upgrade 2.8.5 -> 2.8.6 Leon Anavi
2022-09-14 11:58 ` [meta-python][PATCH 5/5] python3-prettytable: Upgrade 3.3.0 -> 3.4.1 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.