All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-networkx: Upgrade 2.5 -> 2.5.1
@ 2021-04-05 12:49 Leon Anavi
  2021-04-05 12:49 ` [meta-python][PATCH 2/5] python3-pysonos: Upgrade 0.0.40 -> 0.0.41 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Anavi @ 2021-04-05 12:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.5.1:

- pagerank uses scipy by default now
- New source argument to has_eulerian_path to look for path
  starting at source
- prefix_tree now uses a non-recursive algorithm. The original
  recursive algorithm is still available via prefix_tree_recursive

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

diff --git a/meta-python/recipes-devtools/python/python3-networkx_2.5.bb b/meta-python/recipes-devtools/python/python3-networkx_2.5.1.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-networkx_2.5.bb
rename to meta-python/recipes-devtools/python/python3-networkx_2.5.1.bb
index 70573828b..0b52cfd7e 100644
--- a/meta-python/recipes-devtools/python/python3-networkx_2.5.bb
+++ b/meta-python/recipes-devtools/python/python3-networkx_2.5.1.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "http://networkx.github.io/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a24ea029adac8935699bf69b2e38c728"
 
-SRC_URI[md5sum] = "21f25be1f4373e19153a9beca63346e7"
-SRC_URI[sha256sum] = "7978955423fbc9639c10498878be59caf99b44dc304c2286162fd24b458c1602"
+SRC_URI[sha256sum] = "109cd585cac41297f71103c3c42ac6ef7379f29788eb54cb751be5a663bb235a"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-pysonos: Upgrade 0.0.40 -> 0.0.41
  2021-04-05 12:49 [meta-python][PATCH 1/5] python3-networkx: Upgrade 2.5 -> 2.5.1 Leon Anavi
@ 2021-04-05 12:49 ` Leon Anavi
  2021-04-05 12:49 ` [meta-python][PATCH 3/5] python3-docutils: Upgrade 0.16 -> 0.17 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-04-05 12:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.0.41:

- Add events_asyncio events module

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

diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.40.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-pysonos_0.0.40.bb
rename to meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb
index dbfa0dff5..564d60ee4 100644
--- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.40.bb
+++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea"
 
-SRC_URI[sha256sum] = "3fed94dffbca5807d39d000d1415fe8d7dfc1032ba92a33d0b577eb2e98a81f3"
+SRC_URI[sha256sum] = "08d17fee04cc8209b915e61407673ea843b55792a9301fbe86adb9cc69a67a54"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-docutils: Upgrade 0.16 -> 0.17
  2021-04-05 12:49 [meta-python][PATCH 1/5] python3-networkx: Upgrade 2.5 -> 2.5.1 Leon Anavi
  2021-04-05 12:49 ` [meta-python][PATCH 2/5] python3-pysonos: Upgrade 0.0.40 -> 0.0.41 Leon Anavi
@ 2021-04-05 12:49 ` Leon Anavi
  2021-04-05 12:49 ` [meta-python][PATCH 4/5] python3-bitarray: Upgrade 1.8.2 -> 1.9.0 Leon Anavi
  2021-04-05 12:49 ` [meta-python][PATCH 5/5] python3-regex: Upgrade 2021.3.17 -> 2021.4.4 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-04-05 12:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.17:

- Installing with setup.py now requires setuptools. Alternatively,
  install with pip.
- The generic command line front end tool docutils-cli.py allows
  the free selection of reader, parser, and writer components.
- New, experimental wrapper to integrate the recommonmark Markdown
  parser for use with Docutils.
- pseudoxml-writer got a --detailled option for pretty printing
  text nodes.
- odf/odt-writer improved metadata handling.
- HTML5 writer improvements.
- LaTeX writer improvements.
- Fixes in Arabic mappings and Korean translations.
- directives: Prevent infinte inclusion loops.

License-Update: Fix link to 2-Clause BSD license in COPYING.txt.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-docutils_0.16.bb => python3-docutils_0.17.bb}   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-docutils_0.16.bb => python3-docutils_0.17.bb} (52%)

diff --git a/meta-python/recipes-devtools/python/python3-docutils_0.16.bb b/meta-python/recipes-devtools/python/python3-docutils_0.17.bb
similarity index 52%
rename from meta-python/recipes-devtools/python/python3-docutils_0.16.bb
rename to meta-python/recipes-devtools/python/python3-docutils_0.17.bb
index 44b7320cb..8605e93b5 100644
--- a/meta-python/recipes-devtools/python/python3-docutils_0.16.bb
+++ b/meta-python/recipes-devtools/python/python3-docutils_0.17.bb
@@ -2,9 +2,8 @@ SUMMARY = "Docutils is a modular system for processing documentation into useful
 HOMEPAGE = "https://pypi.org/project/docutils/"
 SECTION = "devel/python"
 LICENSE = "BSD-2-Clause & GPL-2.0 & Python-2.0"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7a4646907ab9083c826280b19e103106"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=836a1950177996968a49ff477a4a61c4"
 
-SRC_URI[md5sum] = "9ccb6f332e23360f964de72c8ea5f0ed"
-SRC_URI[sha256sum] = "7d4e999cca74a52611773a42912088078363a30912e8822f7a3d38043b767573"
+SRC_URI[sha256sum] = "e2ffeea817964356ba4470efba7c2f42b6b0de0b04e66378507e3e2504bbff4c"
 
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-bitarray: Upgrade 1.8.2 -> 1.9.0
  2021-04-05 12:49 [meta-python][PATCH 1/5] python3-networkx: Upgrade 2.5 -> 2.5.1 Leon Anavi
  2021-04-05 12:49 ` [meta-python][PATCH 2/5] python3-pysonos: Upgrade 0.0.40 -> 0.0.41 Leon Anavi
  2021-04-05 12:49 ` [meta-python][PATCH 3/5] python3-docutils: Upgrade 0.16 -> 0.17 Leon Anavi
@ 2021-04-05 12:49 ` Leon Anavi
  2021-04-05 12:49 ` [meta-python][PATCH 5/5] python3-regex: Upgrade 2021.3.17 -> 2021.4.4 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-04-05 12:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.9.0:

- add shift operations (`<<`, `>>`, `<<=`, `>>=`)
- add `bitarray.util.ba2base()` and `bitarray.util.base2ba()`
- documentation and tests

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

diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.8.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-bitarray_1.8.2.bb
rename to meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb
index 8fd4b6c31..12ac3d964 100644
--- a/meta-python/recipes-devtools/python/python3-bitarray_1.8.2.bb
+++ b/meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
 
-SRC_URI[sha256sum] = "96136d9add2b9b3b73e1eb7538b8d12547ee82dc3fbd31addef829371ce2a1bd"
+SRC_URI[sha256sum] = "db00073387af7fe30852d96b04742a0cdbc7feaf3158558520ab7898b0435ee2"
 
 inherit setuptools3 pypi
 
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-regex: Upgrade 2021.3.17 -> 2021.4.4
  2021-04-05 12:49 [meta-python][PATCH 1/5] python3-networkx: Upgrade 2.5 -> 2.5.1 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-04-05 12:49 ` [meta-python][PATCH 4/5] python3-bitarray: Upgrade 1.8.2 -> 1.9.0 Leon Anavi
@ 2021-04-05 12:49 ` Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-04-05 12:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2021.4.4 with the following bug fixes:

- regex fails with a quantified backreference but succeeds with
  repeated backref
- API is not a drop-in replacement for python's re when it comes
  to typing

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

diff --git a/meta-python/recipes-devtools/python/python3-regex_2021.3.17.bb b/meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-regex_2021.3.17.bb
rename to meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb
index a3cb80413..177b06b97 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2021.3.17.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=f0a3e4a2554ebb89c0
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "4b8a1fb724904139149a43e172850f35aa6ea97fb0545244dc0b805e0154ed68"
+SRC_URI[sha256sum] = "52ba3d3f9b942c49d7e4bc105bb28551c44065f139a65062ab7912bef10c9afb"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

end of thread, other threads:[~2021-04-05 12:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-05 12:49 [meta-python][PATCH 1/5] python3-networkx: Upgrade 2.5 -> 2.5.1 Leon Anavi
2021-04-05 12:49 ` [meta-python][PATCH 2/5] python3-pysonos: Upgrade 0.0.40 -> 0.0.41 Leon Anavi
2021-04-05 12:49 ` [meta-python][PATCH 3/5] python3-docutils: Upgrade 0.16 -> 0.17 Leon Anavi
2021-04-05 12:49 ` [meta-python][PATCH 4/5] python3-bitarray: Upgrade 1.8.2 -> 1.9.0 Leon Anavi
2021-04-05 12:49 ` [meta-python][PATCH 5/5] python3-regex: Upgrade 2021.3.17 -> 2021.4.4 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.