All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-bitarray: Upgrade 2.1.0 -> 2.1.2
@ 2021-06-14 13:24 Leon Anavi
  2021-06-14 13:24 ` [meta-python][PATCH 2/5] python3-coloredlogs: Upgrade 15.0 -> 15.0.1 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-14 13:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.1.2:

- support type hinting for all Python 3 versions (that bitarray
  supports, 3.5 and higher currently)
- add explicit endianness to two tests

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

diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.1.2.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb
rename to meta-python/recipes-devtools/python/python3-bitarray_2.1.2.bb
index 12de2c97ae..bc5c86631b 100644
--- a/meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-bitarray_2.1.2.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] = "97224a19325ecee49a3bf4df3ee0531d3af9cf288b67d089a7ef44a3c4ea3839"
+SRC_URI[sha256sum] = "8745782cb201295963edbd7073072198e001dbe5132718234860b853c901ef66"
 
 inherit setuptools3 pypi
 
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-coloredlogs: Upgrade 15.0 -> 15.0.1
  2021-06-14 13:24 [meta-python][PATCH 1/5] python3-bitarray: Upgrade 2.1.0 -> 2.1.2 Leon Anavi
@ 2021-06-14 13:24 ` Leon Anavi
  2021-06-14 13:24 ` [meta-python][PATCH 3/5] python3-pysonos: Upgrade 0.0.50 -> 0.0.51 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-14 13:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 15.0.1:

- Bug fix: Restore StandardErrorHandler functionality

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

diff --git a/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.bb b/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-coloredlogs_15.0.bb
rename to meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb
index daeda6b2ee..5de59d5b45 100644
--- a/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.bb
+++ b/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=764e737b117a38d773609885e8d04f0b"
 
-SRC_URI[sha256sum] = "5e78691e2673a8e294499e1832bb13efcfb44a86b92e18109fa18951093218ab"
+SRC_URI[sha256sum] = "7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5bf16b0"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-pysonos: Upgrade 0.0.50 -> 0.0.51
  2021-06-14 13:24 [meta-python][PATCH 1/5] python3-bitarray: Upgrade 2.1.0 -> 2.1.2 Leon Anavi
  2021-06-14 13:24 ` [meta-python][PATCH 2/5] python3-coloredlogs: Upgrade 15.0 -> 15.0.1 Leon Anavi
@ 2021-06-14 13:24 ` Leon Anavi
  2021-06-14 13:24 ` [meta-python][PATCH 4/5] python3-dill: Upgrade 0.3.3 -> 0.3.4 Leon Anavi
  2021-06-14 13:24 ` [meta-python][PATCH 5/5] python3-humanfriendly: Upgrade 9.1 -> 9.2 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-14 13:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.0.51:

- More logging adjustments
- Fix event unsubscription logic v2

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

diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.50.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.51.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-pysonos_0.0.50.bb
rename to meta-python/recipes-devtools/python/python3-pysonos_0.0.51.bb
index cfa0d6ef09..53465f5398 100644
--- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.50.bb
+++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.51.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea"
 
-SRC_URI[sha256sum] = "15a583b819c1e758cca72d5e148d59dd3bf7c9d59f19b5e79ab38c743c3e0738"
+SRC_URI[sha256sum] = "828ad17a671dca2c52976efd9404254ad667f75482e33ce2de2e68e89d0e56ef"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-dill: Upgrade 0.3.3 -> 0.3.4
  2021-06-14 13:24 [meta-python][PATCH 1/5] python3-bitarray: Upgrade 2.1.0 -> 2.1.2 Leon Anavi
  2021-06-14 13:24 ` [meta-python][PATCH 2/5] python3-coloredlogs: Upgrade 15.0 -> 15.0.1 Leon Anavi
  2021-06-14 13:24 ` [meta-python][PATCH 3/5] python3-pysonos: Upgrade 0.0.50 -> 0.0.51 Leon Anavi
@ 2021-06-14 13:24 ` Leon Anavi
  2021-06-14 13:24 ` [meta-python][PATCH 5/5] python3-humanfriendly: Upgrade 9.1 -> 9.2 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-14 13:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.3.4:

- fix typos and formatting
- update legacy links
- rename Examples in README

License-Update: Update year

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

diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.3.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.3.bb
deleted file mode 100644
index bf26ba30b5..0000000000
--- a/meta-python/recipes-devtools/python/python3-dill_0.3.3.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-SUMMARY = "Serialize all of python"
-HOMEPAGE = "https://pypi.org/project/dill/"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=90fee9f98d11d59df3f8aa813ff9a3de"
-
-SRC_URI[md5sum] = "99c878e2e4e924f3234c0efcbcff6abf"
-SRC_URI[sha256sum] = "efb7f6cb65dba7087c1e111bb5390291ba3616741f96840bfc75792a1a9b5ded"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE_EXT = "zip"
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
new file mode 100644
index 0000000000..0634e17f5e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Serialize all of python"
+HOMEPAGE = "https://pypi.org/project/dill/"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=41adceb584fdde8323ddf9ad23c07fe5"
+
+SRC_URI[sha256sum] = "9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE_EXT = "zip"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-multiprocessing \
+"
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-humanfriendly: Upgrade 9.1 -> 9.2
  2021-06-14 13:24 [meta-python][PATCH 1/5] python3-bitarray: Upgrade 2.1.0 -> 2.1.2 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-06-14 13:24 ` [meta-python][PATCH 4/5] python3-dill: Upgrade 0.3.3 -> 0.3.4 Leon Anavi
@ 2021-06-14 13:24 ` Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-14 13:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 9.2:

- Fix several flake8 warnings.
- Mark Python 3.9 support final.
- Help to stabilize the test suite.
- Update the humanfriendly.sphinx module to include Sphinx
  extension metadata that has become mandatory in a recent Sphinx
  release. Add additional metadata including the version.

License-Update: Bump copyright years

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...hon3-humanfriendly_9.1.bb => python3-humanfriendly_9.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-humanfriendly_9.1.bb => python3-humanfriendly_9.2.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python3-humanfriendly_9.1.bb b/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-humanfriendly_9.1.bb
rename to meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb
index fb6a7e3b6d..6be27f7606 100644
--- a/meta-python/recipes-devtools/python/python3-humanfriendly_9.1.bb
+++ b/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "Human friendly output for text interfaces using Python"
 HOMEPAGE = "https://humanfriendly.readthedocs.io/"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=764e737b117a38d773609885e8d04f0b"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5d178009f806c2bdd498a19be0013a7a"
 
 PYPI_PACKAGE = "humanfriendly"
 
-SRC_URI[sha256sum] = "066562956639ab21ff2676d1fda0b5987e985c534fc76700a19bd54bcb81121d"
+SRC_URI[sha256sum] = "f7dba53ac7935fd0b4a2fc9a29e316ddd9ea135fb3052d3d0279d10c18ff9c48"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

end of thread, other threads:[~2021-06-14 13:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 13:24 [meta-python][PATCH 1/5] python3-bitarray: Upgrade 2.1.0 -> 2.1.2 Leon Anavi
2021-06-14 13:24 ` [meta-python][PATCH 2/5] python3-coloredlogs: Upgrade 15.0 -> 15.0.1 Leon Anavi
2021-06-14 13:24 ` [meta-python][PATCH 3/5] python3-pysonos: Upgrade 0.0.50 -> 0.0.51 Leon Anavi
2021-06-14 13:24 ` [meta-python][PATCH 4/5] python3-dill: Upgrade 0.3.3 -> 0.3.4 Leon Anavi
2021-06-14 13:24 ` [meta-python][PATCH 5/5] python3-humanfriendly: Upgrade 9.1 -> 9.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.