All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28
@ 2021-01-05 15:16 Leon Anavi
  2021-01-05 15:16 ` [meta-python][PATCH 02/10] python3-psutil: Upgrade 5.7.3 -> 5.8.0 Leon Anavi
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Leon Anavi @ 2021-01-05 15:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.28:

- Declare json-patch operations as a class-based attribute

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

diff --git a/meta-python/recipes-devtools/python/python3-jsonpatch_1.26.bb b/meta-python/recipes-devtools/python/python3-jsonpatch_1.28.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-jsonpatch_1.26.bb
rename to meta-python/recipes-devtools/python/python3-jsonpatch_1.28.bb
index b1217cfac1..cef20495b6 100644
--- a/meta-python/recipes-devtools/python/python3-jsonpatch_1.26.bb
+++ b/meta-python/recipes-devtools/python/python3-jsonpatch_1.28.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "3aa7e75ad472c51a6de0123137dbfdf2"
-SRC_URI[sha256sum] = "e45df18b0ab7df1925f20671bbc3f6bd0b4b556fb4b9c5d97684b0a7eac01744"
+SRC_URI[sha256sum] = "e930adc932e4d36087dbbf0f22e1ded32185dfb20662f2e3dd848677a5295a14"
 
 RDEPENDS_${PN} += "${PYTHON_PN}-json ${PYTHON_PN}-jsonpointer ${PYTHON_PN}-netclient ${PYTHON_PN}-stringold"
-- 
2.17.1


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

* [meta-python][PATCH 02/10] python3-psutil: Upgrade 5.7.3 -> 5.8.0
  2021-01-05 15:16 [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Leon Anavi
@ 2021-01-05 15:16 ` Leon Anavi
  2021-01-08 16:02   ` [oe] " Trevor Gamblin
  2021-01-05 15:16 ` [meta-python][PATCH 03/10] python3-argcomplete: Upgrade 1.12.1 -> 1.12.2 Leon Anavi
                   ` (8 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-05 15:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.8.0:

- disk_partitions() exposes 2 extra fields: maxfile and maxpath,
  which are the maximum file name and path name length.
- [Windows] added support for PyPy 2.7.
- provide pre-compiled wheels for Linux and macOS.
- get rid of Travis and Cirrus CI services (they are no longer
  free). CI testing is now done by GitHub Actions on Linux, macOS
  and FreeBSD (yes). AppVeyor is still being used for Windows CI.
- [Linux] get rid of sensors_temperatures() duplicates.

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

diff --git a/meta-python/recipes-devtools/python/python3-psutil_5.7.3.bb b/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-psutil_5.7.3.bb
rename to meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb
index 2f927d2da2..bd43b414d0 100644
--- a/meta-python/recipes-devtools/python/python3-psutil_5.7.3.bb
+++ b/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb
@@ -2,8 +2,7 @@ SUMMARY = "A cross-platform process and system utilities module for Python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b"
 
-SRC_URI[md5sum] = "b07a067e6a930608235f4e5d9b1f90f5"
-SRC_URI[sha256sum] = "af73f7bcebdc538eda9cc81d19db1db7bf26f103f91081d780bbacfcb620dee2"
+SRC_URI[sha256sum] = "0c9ccb99ab76025f2f0bbecf341d4656e9c1351db8cc8a03ccd62e318ab4b5c6"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 03/10] python3-argcomplete: Upgrade 1.12.1 -> 1.12.2
  2021-01-05 15:16 [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Leon Anavi
  2021-01-05 15:16 ` [meta-python][PATCH 02/10] python3-psutil: Upgrade 5.7.3 -> 5.8.0 Leon Anavi
@ 2021-01-05 15:16 ` Leon Anavi
  2021-01-08 16:02   ` [oe] " Trevor Gamblin
  2021-01-05 15:16 ` [meta-python][PATCH 04/10] python3-multidict: Upgrade 5.0.0 -> 5.1.0 Leon Anavi
                   ` (7 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-05 15:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.12.2:

- Update importlib-metadata dependency pin
- Add change log project URL
- Replace Travis CI with GitHub Actions

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

diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_1.12.1.bb b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.2.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-argcomplete_1.12.1.bb
rename to meta-python/recipes-devtools/python/python3-argcomplete_1.12.2.bb
index c14a7eba12..a08f882ab1 100644
--- a/meta-python/recipes-devtools/python/python3-argcomplete_1.12.1.bb
+++ b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.2.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/kislyuk/argcomplete"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"
 
-SRC_URI[md5sum] = "2262d0466a40d42267b424bba5010a0b"
-SRC_URI[sha256sum] = "849c2444c35bb2175aea74100ca5f644c29bf716429399c0f2203bb5d9a8e4e6"
+SRC_URI[sha256sum] = "de0e1282330940d52ea92a80fea2e4b9e0da1932aaa570f84d268939d1897b04"
 
 PYPI_PACKAGE = "argcomplete"
 
-- 
2.17.1


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

* [meta-python][PATCH 04/10] python3-multidict: Upgrade 5.0.0 -> 5.1.0
  2021-01-05 15:16 [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Leon Anavi
  2021-01-05 15:16 ` [meta-python][PATCH 02/10] python3-psutil: Upgrade 5.7.3 -> 5.8.0 Leon Anavi
  2021-01-05 15:16 ` [meta-python][PATCH 03/10] python3-argcomplete: Upgrade 1.12.1 -> 1.12.2 Leon Anavi
@ 2021-01-05 15:16 ` Leon Anavi
  2021-01-08 16:03   ` [oe] " Trevor Gamblin
  2021-01-05 15:16 ` [meta-python][PATCH 05/10] python3-nocaselist: Upgrade 1.0.3 -> 1.0.4 Leon Anavi
                   ` (6 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-05 15:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.1.0:

- Support GenericAliases (MultiDict[str]) for Python 3.9+
- Synchronize the declared supported Python versions in setup.py
  with actually supported and tested ones.

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

diff --git a/meta-python/recipes-devtools/python/python3-multidict_5.0.0.bb b/meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-multidict_5.0.0.bb
rename to meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb
index 676fbae7ed..b960affac4 100644
--- a/meta-python/recipes-devtools/python/python3-multidict_5.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb
@@ -4,8 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/multidict/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e74c98abe0de8f798ca609137f9cef4a"
 
-SRC_URI[md5sum] = "c2c3311e25636a6f213e998cd1e80d72"
-SRC_URI[sha256sum] = "1b324444299c3a49b601b1bf621fc21704e29066f6ac2b7d7e4034a4a18662a1"
+SRC_URI[sha256sum] = "25b4e5f22d3a37ddf3effc0710ba692cfc792c2b9edfb9c05aefe823256e84d5"
 
 inherit pypi setuptools3 ptest
 
-- 
2.17.1


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

* [meta-python][PATCH 05/10] python3-nocaselist: Upgrade 1.0.3 -> 1.0.4
  2021-01-05 15:16 [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-01-05 15:16 ` [meta-python][PATCH 04/10] python3-multidict: Upgrade 5.0.0 -> 5.1.0 Leon Anavi
@ 2021-01-05 15:16 ` Leon Anavi
  2021-01-08 16:03   ` [oe] " Trevor Gamblin
  2021-01-05 15:16 ` [meta-python][PATCH 06/10] python3-prompt-toolkit: Upgrade 3.0.8 -> 3.0.9 Leon Anavi
                   ` (5 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-05 15:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.4:

- Migrated from Travis and Appveyor to GitHub Actions. This
  required changes in several areas including dependent packages
  used for testing and coverage. This did not cause any changes
  on dependent packages used for the installation of the package.

License-Update: File changed but the licence remains the same.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../recipes-devtools/python/python3-nocaselist_1.0.3.bb  | 9 ---------
 .../recipes-devtools/python/python3-nocaselist_1.0.4.bb  | 8 ++++++++
 2 files changed, 8 insertions(+), 9 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-nocaselist_1.0.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb

diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.3.bb b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.3.bb
deleted file mode 100644
index 1119c7f38e..0000000000
--- a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.3.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-SUMMARY = "A case-insensitive list for Python"
-HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-
-SRC_URI[md5sum] = "42ba878fd70611cf345c61edd83f5fb0"
-SRC_URI[sha256sum] = "7e6decb7d85563b9044913c9087ef4b691bc3da4d7ad1d88968cdea409553326"
-
-inherit pypi setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb
new file mode 100644
index 0000000000..60c79c22a8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb
@@ -0,0 +1,8 @@
+SUMMARY = "A case-insensitive list for Python"
+HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d229da563da18fe5d58cd95a6467d584"
+
+SRC_URI[sha256sum] = "73a9c0659e7135c66e46a6ab06e2cb637ce9248d73c690ebd31afb72a4e03ac0"
+
+inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 06/10] python3-prompt-toolkit: Upgrade 3.0.8 -> 3.0.9
  2021-01-05 15:16 [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Leon Anavi
                   ` (3 preceding siblings ...)
  2021-01-05 15:16 ` [meta-python][PATCH 05/10] python3-nocaselist: Upgrade 1.0.3 -> 1.0.4 Leon Anavi
@ 2021-01-05 15:16 ` Leon Anavi
  2021-01-08 16:04   ` [oe] " Trevor Gamblin
  2021-01-05 15:16 ` [meta-python][PATCH 07/10] python3-pychromecast: Upgrade 7.6.0 -> 7.7.1 Leon Anavi
                   ` (4 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-05 15:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.0.9:

- Handle c-tab for TERM=linux.
- Improve rendering speed of `print_formatted_text`. (Don't render
  styling attributes to output between fragments that have
  identical styling.)
- Gracefully handle `FileHistory` decoding errors.
- Prevent asyncio deprecation warnings.

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

diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.8.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.9.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.8.bb
rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.9.bb
index 0debba48d2..589d9398d0 100644
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.8.bb
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.9.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
 
-SRC_URI[md5sum] = "cf3ca19873fa9e7f6162296cf6bae419"
-SRC_URI[sha256sum] = "25c95d2ac813909f813c93fde734b6e44406d1477a9faef7c915ff37d39c0a8c"
+SRC_URI[sha256sum] = "c5eeab58dd31b541442825d7870777f2a2f764eb5fda03334d5219cd84b9722f"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 07/10] python3-pychromecast: Upgrade 7.6.0 -> 7.7.1
  2021-01-05 15:16 [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Leon Anavi
                   ` (4 preceding siblings ...)
  2021-01-05 15:16 ` [meta-python][PATCH 06/10] python3-prompt-toolkit: Upgrade 3.0.8 -> 3.0.9 Leon Anavi
@ 2021-01-05 15:16 ` Leon Anavi
  2021-01-08 16:04   ` [oe] " Trevor Gamblin
  2021-01-05 15:16 ` [meta-python][PATCH 08/10] python3-txaio: Upgrade 20.4.1 -> 20.12.1 Leon Anavi
                   ` (3 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-05 15:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 7.7.1:

- Update local http API, re-add get_multizone_status
- Don't throw if socket is already closed when cleaning up

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

diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_7.6.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_7.7.1.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-pychromecast_7.6.0.bb
rename to meta-python/recipes-devtools/python/python3-pychromecast_7.7.1.bb
index 52803744f9..ca55740ba7 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast_7.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_7.7.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
 
-SRC_URI[sha256sum] = "998851e615e41ff436780867de84adea0f1720b7a73822451bd9ff9a00c0e255"
+SRC_URI[sha256sum] = "d6fd0382395303b3260ea7a89a850c8c9e5c83e7ce71a5fbd793bb157cf8ad26"
 
 PYPI_PACKAGE = "PyChromecast"
 
-- 
2.17.1


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

* [meta-python][PATCH 08/10] python3-txaio: Upgrade 20.4.1 -> 20.12.1
  2021-01-05 15:16 [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Leon Anavi
                   ` (5 preceding siblings ...)
  2021-01-05 15:16 ` [meta-python][PATCH 07/10] python3-pychromecast: Upgrade 7.6.0 -> 7.7.1 Leon Anavi
@ 2021-01-05 15:16 ` Leon Anavi
  2021-01-08 16:04   ` [oe] " Trevor Gamblin
  2021-01-05 15:16 ` [meta-python][PATCH 09/10] python3-croniter: Upgrade 0.3.36 -> 0.3.37 Leon Anavi
                   ` (2 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-05 15:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 20.12.1:

- CI/CD migrated to GitHub Actions
- support Python 3.9 (CI / testing added)
- minimum Python version is now 3.6

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

diff --git a/meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb b/meta-python/recipes-devtools/python/python3-txaio_20.12.1.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb
rename to meta-python/recipes-devtools/python/python3-txaio_20.12.1.bb
index 75a9395a25..f4baeb10fe 100644
--- a/meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-txaio_20.12.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
 
-SRC_URI[sha256sum] = "17938f2bca4a9cabce61346758e482ca4e600160cbc28e861493eac74a19539d"
+SRC_URI[sha256sum] = "1488d31d564a116538cc1265ac3f7979fb6223bb5a9e9f1479436ee2c17d8549"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 09/10] python3-croniter: Upgrade 0.3.36 -> 0.3.37
  2021-01-05 15:16 [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Leon Anavi
                   ` (6 preceding siblings ...)
  2021-01-05 15:16 ` [meta-python][PATCH 08/10] python3-txaio: Upgrade 20.4.1 -> 20.12.1 Leon Anavi
@ 2021-01-05 15:16 ` Leon Anavi
  2021-01-08 16:04   ` [oe] " Trevor Gamblin
  2021-01-05 15:16 ` [meta-python][PATCH 10/10] python3-pandas: Upgrade 1.1.4 -> 1.2.0 Leon Anavi
  2021-01-08 16:02 ` [oe] [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Trevor Gamblin
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-05 15:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.3.37:

- Added Python 3.8 and 3.9 support

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

diff --git a/meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb b/meta-python/recipes-devtools/python/python3-croniter_0.3.37.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb
rename to meta-python/recipes-devtools/python/python3-croniter_0.3.37.bb
index b2571491b6..28c4057cd8 100644
--- a/meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb
+++ b/meta-python/recipes-devtools/python/python3-croniter_0.3.37.bb
@@ -4,8 +4,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
 
 PYPI_PACKAGE = "croniter"
-SRC_URI[md5sum] = "1be5dd43ca26a66b5f981e41c74fd346"
-SRC_URI[sha256sum] = "9d3098e50f7edc7480470455d42f09c501fa1bb7e2fc113526ec6e90b068f32c"
+
+SRC_URI[sha256sum] = "12ced475dfc107bf7c6c1440af031f34be14cd97bbbfaf0f62221a9c11e86404"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 10/10] python3-pandas: Upgrade 1.1.4 -> 1.2.0
  2021-01-05 15:16 [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Leon Anavi
                   ` (7 preceding siblings ...)
  2021-01-05 15:16 ` [meta-python][PATCH 09/10] python3-croniter: Upgrade 0.3.36 -> 0.3.37 Leon Anavi
@ 2021-01-05 15:16 ` Leon Anavi
  2021-01-08 16:04   ` [oe] " Trevor Gamblin
  2021-01-08 16:02 ` [oe] [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Trevor Gamblin
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-05 15:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.2.0:

- Optionally disallow duplicate labels
- Passing arguments to fsspec backends
- Support for binary file handles in to_csv
- Support for short caption and table position in to_latex
- Change in default floating precision for read_csv and read_table
- Experimental nullable data types for float data
- Index/column name preservation when aggregating
- GroupBy supports EWM operations directly
- Various bug fixes

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

diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.1.4.bb b/meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-pandas_1.1.4.bb
rename to meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb
index 78730b46af..0cb631990c 100644
--- a/meta-python/recipes-devtools/python/python3-pandas_1.1.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb
@@ -6,8 +6,7 @@ HOMEPAGE = "http://pandas.pydata.org/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c2a8f987b2ce77c368c6b3e1b5b10774"
 
-SRC_URI[md5sum] = "594e6a429f297c77470e37d3510cccbb"
-SRC_URI[sha256sum] = "a979d0404b135c63954dea79e6246c45dd45371a88631cdbb4877d844e6de3b6"
+SRC_URI[sha256sum] = "e03386615b970b8b41da6a68afe717626741bb2431cec993640685614c0680e4"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28
  2021-01-05 15:16 [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Leon Anavi
                   ` (8 preceding siblings ...)
  2021-01-05 15:16 ` [meta-python][PATCH 10/10] python3-pandas: Upgrade 1.1.4 -> 1.2.0 Leon Anavi
@ 2021-01-08 16:02 ` Trevor Gamblin
  9 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-08 16:02 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1477 bytes --]


On 2021-01-05 10:16 a.m., Leon Anavi wrote:
> - Declare json-patch operations as a class-based attribute
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-jsonpatch_1.26.bb => python3-jsonpatch_1.28.bb}   | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-jsonpatch_1.26.bb => python3-jsonpatch_1.28.bb} (71%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-jsonpatch_1.26.bb b/meta-python/recipes-devtools/python/python3-jsonpatch_1.28.bb
> similarity index 71%
> rename from meta-python/recipes-devtools/python/python3-jsonpatch_1.26.bb
> rename to meta-python/recipes-devtools/python/python3-jsonpatch_1.28.bb
> index b1217cfac1..cef20495b6 100644
> --- a/meta-python/recipes-devtools/python/python3-jsonpatch_1.26.bb
> +++ b/meta-python/recipes-devtools/python/python3-jsonpatch_1.28.bb
> @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3"
>   
>   inherit pypi setuptools3
>   
> -SRC_URI[md5sum] = "3aa7e75ad472c51a6de0123137dbfdf2"
> -SRC_URI[sha256sum] = "e45df18b0ab7df1925f20671bbc3f6bd0b4b556fb4b9c5d97684b0a7eac01744"
> +SRC_URI[sha256sum] = "e930adc932e4d36087dbbf0f22e1ded32185dfb20662f2e3dd848677a5295a14"
>   
>   RDEPENDS_${PN} += "${PYTHON_PN}-json ${PYTHON_PN}-jsonpointer ${PYTHON_PN}-netclient ${PYTHON_PN}-stringold"
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2374 bytes --]

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

* Re: [oe] [meta-python][PATCH 02/10] python3-psutil: Upgrade 5.7.3 -> 5.8.0
  2021-01-05 15:16 ` [meta-python][PATCH 02/10] python3-psutil: Upgrade 5.7.3 -> 5.8.0 Leon Anavi
@ 2021-01-08 16:02   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-08 16:02 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1886 bytes --]


On 2021-01-05 10:16 a.m., Leon Anavi wrote:
> - disk_partitions() exposes 2 extra fields: maxfile and maxpath,
>    which are the maximum file name and path name length.
> - [Windows] added support for PyPy 2.7.
> - provide pre-compiled wheels for Linux and macOS.
> - get rid of Travis and Cirrus CI services (they are no longer
>    free). CI testing is now done by GitHub Actions on Linux, macOS
>    and FreeBSD (yes). AppVeyor is still being used for Windows CI.
> - [Linux] get rid of sensors_temperatures() duplicates.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-psutil_5.7.3.bb => python3-psutil_5.8.0.bb}       | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-psutil_5.7.3.bb => python3-psutil_5.8.0.bb} (78%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-psutil_5.7.3.bb b/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb
> similarity index 78%
> rename from meta-python/recipes-devtools/python/python3-psutil_5.7.3.bb
> rename to meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb
> index 2f927d2da2..bd43b414d0 100644
> --- a/meta-python/recipes-devtools/python/python3-psutil_5.7.3.bb
> +++ b/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb
> @@ -2,8 +2,7 @@ SUMMARY = "A cross-platform process and system utilities module for Python"
>   LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b"
>   
> -SRC_URI[md5sum] = "b07a067e6a930608235f4e5d9b1f90f5"
> -SRC_URI[sha256sum] = "af73f7bcebdc538eda9cc81d19db1db7bf26f103f91081d780bbacfcb620dee2"
> +SRC_URI[sha256sum] = "0c9ccb99ab76025f2f0bbecf341d4656e9c1351db8cc8a03ccd62e318ab4b5c6"
>   
>   inherit pypi setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2773 bytes --]

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

* Re: [oe] [meta-python][PATCH 03/10] python3-argcomplete: Upgrade 1.12.1 -> 1.12.2
  2021-01-05 15:16 ` [meta-python][PATCH 03/10] python3-argcomplete: Upgrade 1.12.1 -> 1.12.2 Leon Anavi
@ 2021-01-08 16:02   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-08 16:02 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1547 bytes --]


On 2021-01-05 10:16 a.m., Leon Anavi wrote:
> - Update importlib-metadata dependency pin
> - Add change log project URL
> - Replace Travis CI with GitHub Actions
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...on3-argcomplete_1.12.1.bb => python3-argcomplete_1.12.2.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-argcomplete_1.12.1.bb => python3-argcomplete_1.12.2.bb} (74%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_1.12.1.bb b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.2.bb
> similarity index 74%
> rename from meta-python/recipes-devtools/python/python3-argcomplete_1.12.1.bb
> rename to meta-python/recipes-devtools/python/python3-argcomplete_1.12.2.bb
> index c14a7eba12..a08f882ab1 100644
> --- a/meta-python/recipes-devtools/python/python3-argcomplete_1.12.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.2.bb
> @@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/kislyuk/argcomplete"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"
>   
> -SRC_URI[md5sum] = "2262d0466a40d42267b424bba5010a0b"
> -SRC_URI[sha256sum] = "849c2444c35bb2175aea74100ca5f644c29bf716429399c0f2203bb5d9a8e4e6"
> +SRC_URI[sha256sum] = "de0e1282330940d52ea92a80fea2e4b9e0da1932aaa570f84d268939d1897b04"
>   
>   PYPI_PACKAGE = "argcomplete"
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2544 bytes --]

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

* Re: [oe] [meta-python][PATCH 04/10] python3-multidict: Upgrade 5.0.0 -> 5.1.0
  2021-01-05 15:16 ` [meta-python][PATCH 04/10] python3-multidict: Upgrade 5.0.0 -> 5.1.0 Leon Anavi
@ 2021-01-08 16:03   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-08 16:03 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1576 bytes --]


On 2021-01-05 10:16 a.m., Leon Anavi wrote:
> - Support GenericAliases (MultiDict[str]) for Python 3.9+
> - Synchronize the declared supported Python versions in setup.py
>    with actually supported and tested ones.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-multidict_5.0.0.bb => python3-multidict_5.1.0.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-multidict_5.0.0.bb => python3-multidict_5.1.0.bb} (78%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-multidict_5.0.0.bb b/meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb
> similarity index 78%
> rename from meta-python/recipes-devtools/python/python3-multidict_5.0.0.bb
> rename to meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb
> index 676fbae7ed..b960affac4 100644
> --- a/meta-python/recipes-devtools/python/python3-multidict_5.0.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb
> @@ -4,8 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/multidict/"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=e74c98abe0de8f798ca609137f9cef4a"
>   
> -SRC_URI[md5sum] = "c2c3311e25636a6f213e998cd1e80d72"
> -SRC_URI[sha256sum] = "1b324444299c3a49b601b1bf621fc21704e29066f6ac2b7d7e4034a4a18662a1"
> +SRC_URI[sha256sum] = "25b4e5f22d3a37ddf3effc0710ba692cfc792c2b9edfb9c05aefe823256e84d5"
>   
>   inherit pypi setuptools3 ptest
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2558 bytes --]

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

* Re: [oe] [meta-python][PATCH 05/10] python3-nocaselist: Upgrade 1.0.3 -> 1.0.4
  2021-01-05 15:16 ` [meta-python][PATCH 05/10] python3-nocaselist: Upgrade 1.0.3 -> 1.0.4 Leon Anavi
@ 2021-01-08 16:03   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-08 16:03 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2281 bytes --]


On 2021-01-05 10:16 a.m., Leon Anavi wrote:
> - Migrated from Travis and Appveyor to GitHub Actions. This
>    required changes in several areas including dependent packages
>    used for testing and coverage. This did not cause any changes
>    on dependent packages used for the installation of the package.
>
> License-Update: File changed but the licence remains the same.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../recipes-devtools/python/python3-nocaselist_1.0.3.bb  | 9 ---------
>   .../recipes-devtools/python/python3-nocaselist_1.0.4.bb  | 8 ++++++++
>   2 files changed, 8 insertions(+), 9 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-nocaselist_1.0.3.bb
>   create mode 100644 meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.3.bb b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.3.bb
> deleted file mode 100644
> index 1119c7f38e..0000000000
> --- a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.3.bb
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -SUMMARY = "A case-insensitive list for Python"
> -HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/"
> -LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
> -
> -SRC_URI[md5sum] = "42ba878fd70611cf345c61edd83f5fb0"
> -SRC_URI[sha256sum] = "7e6decb7d85563b9044913c9087ef4b691bc3da4d7ad1d88968cdea409553326"
> -
> -inherit pypi setuptools3
> diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb
> new file mode 100644
> index 0000000000..60c79c22a8
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb
> @@ -0,0 +1,8 @@
> +SUMMARY = "A case-insensitive list for Python"
> +HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=d229da563da18fe5d58cd95a6467d584"
> +
> +SRC_URI[sha256sum] = "73a9c0659e7135c66e46a6ab06e2cb637ce9248d73c690ebd31afb72a4e03ac0"
> +
> +inherit pypi setuptools3
>
> 
>

[-- Attachment #2: Type: text/html, Size: 3467 bytes --]

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

* Re: [oe] [meta-python][PATCH 06/10] python3-prompt-toolkit: Upgrade 3.0.8 -> 3.0.9
  2021-01-05 15:16 ` [meta-python][PATCH 06/10] python3-prompt-toolkit: Upgrade 3.0.8 -> 3.0.9 Leon Anavi
@ 2021-01-08 16:04   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-08 16:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1733 bytes --]


On 2021-01-05 10:16 a.m., Leon Anavi wrote:
> - Handle c-tab for TERM=linux.
> - Improve rendering speed of `print_formatted_text`. (Don't render
>    styling attributes to output between fragments that have
>    identical styling.)
> - Gracefully handle `FileHistory` decoding errors.
> - Prevent asyncio deprecation warnings.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...prompt-toolkit_3.0.8.bb => python3-prompt-toolkit_3.0.9.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.8.bb => python3-prompt-toolkit_3.0.9.bb} (80%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.8.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.9.bb
> similarity index 80%
> rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.8.bb
> rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.9.bb
> index 0debba48d2..589d9398d0 100644
> --- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.8.bb
> +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.9.bb
> @@ -3,8 +3,7 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
>   LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
>   
> -SRC_URI[md5sum] = "cf3ca19873fa9e7f6162296cf6bae419"
> -SRC_URI[sha256sum] = "25c95d2ac813909f813c93fde734b6e44406d1477a9faef7c915ff37d39c0a8c"
> +SRC_URI[sha256sum] = "c5eeab58dd31b541442825d7870777f2a2f764eb5fda03334d5219cd84b9722f"
>   
>   inherit pypi setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2715 bytes --]

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

* Re: [oe] [meta-python][PATCH 07/10] python3-pychromecast: Upgrade 7.6.0 -> 7.7.1
  2021-01-05 15:16 ` [meta-python][PATCH 07/10] python3-pychromecast: Upgrade 7.6.0 -> 7.7.1 Leon Anavi
@ 2021-01-08 16:04   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-08 16:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1477 bytes --]


On 2021-01-05 10:16 a.m., Leon Anavi wrote:
> - Update local http API, re-add get_multizone_status
> - Don't throw if socket is already closed when cleaning up
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...hon3-pychromecast_7.6.0.bb => python3-pychromecast_7.7.1.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-pychromecast_7.6.0.bb => python3-pychromecast_7.7.1.bb} (76%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_7.6.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_7.7.1.bb
> similarity index 76%
> rename from meta-python/recipes-devtools/python/python3-pychromecast_7.6.0.bb
> rename to meta-python/recipes-devtools/python/python3-pychromecast_7.7.1.bb
> index 52803744f9..ca55740ba7 100644
> --- a/meta-python/recipes-devtools/python/python3-pychromecast_7.6.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pychromecast_7.7.1.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
>   
> -SRC_URI[sha256sum] = "998851e615e41ff436780867de84adea0f1720b7a73822451bd9ff9a00c0e255"
> +SRC_URI[sha256sum] = "d6fd0382395303b3260ea7a89a850c8c9e5c83e7ce71a5fbd793bb157cf8ad26"
>   
>   PYPI_PACKAGE = "PyChromecast"
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2465 bytes --]

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

* Re: [oe] [meta-python][PATCH 08/10] python3-txaio: Upgrade 20.4.1 -> 20.12.1
  2021-01-05 15:16 ` [meta-python][PATCH 08/10] python3-txaio: Upgrade 20.4.1 -> 20.12.1 Leon Anavi
@ 2021-01-08 16:04   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-08 16:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1446 bytes --]


On 2021-01-05 10:16 a.m., Leon Anavi wrote:
> - CI/CD migrated to GitHub Actions
> - support Python 3.9 (CI / testing added)
> - minimum Python version is now 3.6
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-txaio_20.4.1.bb => python3-txaio_20.12.1.bb}       | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-txaio_20.4.1.bb => python3-txaio_20.12.1.bb} (75%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb b/meta-python/recipes-devtools/python/python3-txaio_20.12.1.bb
> similarity index 75%
> rename from meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb
> rename to meta-python/recipes-devtools/python/python3-txaio_20.12.1.bb
> index 75a9395a25..f4baeb10fe 100644
> --- a/meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-txaio_20.12.1.bb
> @@ -3,7 +3,7 @@ DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
>   
> -SRC_URI[sha256sum] = "17938f2bca4a9cabce61346758e482ca4e600160cbc28e861493eac74a19539d"
> +SRC_URI[sha256sum] = "1488d31d564a116538cc1265ac3f7979fb6223bb5a9e9f1479436ee2c17d8549"
>   
>   inherit pypi setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2338 bytes --]

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

* Re: [oe] [meta-python][PATCH 09/10] python3-croniter: Upgrade 0.3.36 -> 0.3.37
  2021-01-05 15:16 ` [meta-python][PATCH 09/10] python3-croniter: Upgrade 0.3.36 -> 0.3.37 Leon Anavi
@ 2021-01-08 16:04   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-08 16:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1410 bytes --]


On 2021-01-05 10:16 a.m., Leon Anavi wrote:
> - Added Python 3.8 and 3.9 support
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-croniter_0.3.36.bb => python3-croniter_0.3.37.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-croniter_0.3.36.bb => python3-croniter_0.3.37.bb} (68%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb b/meta-python/recipes-devtools/python/python3-croniter_0.3.37.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb
> rename to meta-python/recipes-devtools/python/python3-croniter_0.3.37.bb
> index b2571491b6..28c4057cd8 100644
> --- a/meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb
> +++ b/meta-python/recipes-devtools/python/python3-croniter_0.3.37.bb
> @@ -4,8 +4,8 @@ LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
>   
>   PYPI_PACKAGE = "croniter"
> -SRC_URI[md5sum] = "1be5dd43ca26a66b5f981e41c74fd346"
> -SRC_URI[sha256sum] = "9d3098e50f7edc7480470455d42f09c501fa1bb7e2fc113526ec6e90b068f32c"
> +
> +SRC_URI[sha256sum] = "12ced475dfc107bf7c6c1440af031f34be14cd97bbbfaf0f62221a9c11e86404"
>   
>   inherit pypi setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2317 bytes --]

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

* Re: [oe] [meta-python][PATCH 10/10] python3-pandas: Upgrade 1.1.4 -> 1.2.0
  2021-01-05 15:16 ` [meta-python][PATCH 10/10] python3-pandas: Upgrade 1.1.4 -> 1.2.0 Leon Anavi
@ 2021-01-08 16:04   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-08 16:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1797 bytes --]


On 2021-01-05 10:16 a.m., Leon Anavi wrote:
> - Optionally disallow duplicate labels
> - Passing arguments to fsspec backends
> - Support for binary file handles in to_csv
> - Support for short caption and table position in to_latex
> - Change in default floating precision for read_csv and read_table
> - Experimental nullable data types for float data
> - Index/column name preservation when aggregating
> - GroupBy supports EWM operations directly
> - Various bug fixes
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-pandas_1.1.4.bb => python3-pandas_1.2.0.bb}       | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pandas_1.1.4.bb => python3-pandas_1.2.0.bb} (83%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.1.4.bb b/meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb
> similarity index 83%
> rename from meta-python/recipes-devtools/python/python3-pandas_1.1.4.bb
> rename to meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb
> index 78730b46af..0cb631990c 100644
> --- a/meta-python/recipes-devtools/python/python3-pandas_1.1.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-pandas_1.2.0.bb
> @@ -6,8 +6,7 @@ HOMEPAGE = "http://pandas.pydata.org/"
>   LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=c2a8f987b2ce77c368c6b3e1b5b10774"
>   
> -SRC_URI[md5sum] = "594e6a429f297c77470e37d3510cccbb"
> -SRC_URI[sha256sum] = "a979d0404b135c63954dea79e6246c45dd45371a88631cdbb4877d844e6de3b6"
> +SRC_URI[sha256sum] = "e03386615b970b8b41da6a68afe717626741bb2431cec993640685614c0680e4"
>   
>   inherit pypi setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2757 bytes --]

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

end of thread, other threads:[~2021-01-08 16:05 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-05 15:16 [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Leon Anavi
2021-01-05 15:16 ` [meta-python][PATCH 02/10] python3-psutil: Upgrade 5.7.3 -> 5.8.0 Leon Anavi
2021-01-08 16:02   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 03/10] python3-argcomplete: Upgrade 1.12.1 -> 1.12.2 Leon Anavi
2021-01-08 16:02   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 04/10] python3-multidict: Upgrade 5.0.0 -> 5.1.0 Leon Anavi
2021-01-08 16:03   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 05/10] python3-nocaselist: Upgrade 1.0.3 -> 1.0.4 Leon Anavi
2021-01-08 16:03   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 06/10] python3-prompt-toolkit: Upgrade 3.0.8 -> 3.0.9 Leon Anavi
2021-01-08 16:04   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 07/10] python3-pychromecast: Upgrade 7.6.0 -> 7.7.1 Leon Anavi
2021-01-08 16:04   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 08/10] python3-txaio: Upgrade 20.4.1 -> 20.12.1 Leon Anavi
2021-01-08 16:04   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 09/10] python3-croniter: Upgrade 0.3.36 -> 0.3.37 Leon Anavi
2021-01-08 16:04   ` [oe] " Trevor Gamblin
2021-01-05 15:16 ` [meta-python][PATCH 10/10] python3-pandas: Upgrade 1.1.4 -> 1.2.0 Leon Anavi
2021-01-08 16:04   ` [oe] " Trevor Gamblin
2021-01-08 16:02 ` [oe] [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28 Trevor Gamblin

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.