All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-colorlog: Upgrade 4.7.2 -> 4.8.0
@ 2021-03-24 16:37 Leon Anavi
  2021-03-24 16:37 ` [meta-python][PATCH 2/5] python3-croniter: Upgrade 1.0.8 -> 1.0.9 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Anavi @ 2021-03-24 16:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 4.8.0:

- Reformat code with black

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

diff --git a/meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb b/meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb
rename to meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb
index c9754ed88..6f9b8d47a 100644
--- a/meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb
@@ -7,4 +7,4 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE = "colorlog"
 
-SRC_URI[sha256sum] = "18d05b616438a75762d7d214b9ec3b05d274466c9f3ddd92807e755840c88251"
+SRC_URI[sha256sum] = "59b53160c60902c405cdec28d38356e09d40686659048893e026ecbd589516b1"
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-croniter: Upgrade 1.0.8 -> 1.0.9
  2021-03-24 16:37 [meta-python][PATCH 1/5] python3-colorlog: Upgrade 4.7.2 -> 4.8.0 Leon Anavi
@ 2021-03-24 16:37 ` Leon Anavi
  2021-03-24 16:37 ` [meta-python][PATCH 3/5] python3-pyperf: Upgrade 2.1.0 -> 2.2.0 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-03-24 16:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.9:

- Remove futures dependency

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

diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.8.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.9.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-croniter_1.0.8.bb
rename to meta-python/recipes-devtools/python/python3-croniter_1.0.9.bb
index 0d0ac75ae..7b3a95011 100644
--- a/meta-python/recipes-devtools/python/python3-croniter_1.0.8.bb
+++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.9.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
 
 PYPI_PACKAGE = "croniter"
 
-SRC_URI[sha256sum] = "c8b830d787c9993361b74eaad7d7396090d7f2d9db41ceb4a52cb75da461c3ed"
+SRC_URI[sha256sum] = "708532f70584207e23ef2989ca40f367e6238bfe050133a1aff43e1e0e6f6092"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-pyperf: Upgrade 2.1.0 -> 2.2.0
  2021-03-24 16:37 [meta-python][PATCH 1/5] python3-colorlog: Upgrade 4.7.2 -> 4.8.0 Leon Anavi
  2021-03-24 16:37 ` [meta-python][PATCH 2/5] python3-croniter: Upgrade 1.0.8 -> 1.0.9 Leon Anavi
@ 2021-03-24 16:37 ` Leon Anavi
  2021-03-24 16:37 ` [meta-python][PATCH 4/5] python3-lazy-object-proxy: Upgrade 1.5.2 -> 1.6.0 Leon Anavi
  2021-03-24 16:37 ` [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.17 -> 3.0.18 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-03-24 16:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.2.0:

- --track-memory option now supports macOS by using psutil.
- Added --copy-env command line option that inherits all
  environment variables.
- The development branch master was renamed to main. See
  https://sfconservancy.org/news/2020/jun/23/gitbranchname/
  for the rationale.

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

diff --git a/meta-python/recipes-devtools/python/python3-pyperf_2.1.0.bb b/meta-python/recipes-devtools/python/python3-pyperf_2.2.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-pyperf_2.1.0.bb
rename to meta-python/recipes-devtools/python/python3-pyperf_2.2.0.bb
index b57ea16eb..70676b05f 100644
--- a/meta-python/recipes-devtools/python/python3-pyperf_2.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyperf_2.2.0.bb
@@ -13,7 +13,7 @@ Features: \
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=78bc2e6e87c8c61272937b879e6dc2f8"
 
-SRC_URI[sha256sum] = "1257d673d89fdcdbaec8077afeb365e7a94739c1b263572b09403cac25708ad3"
+SRC_URI[sha256sum] = "498bb4d1fe21350c2b7c1aa8bb3eae9c9979358d0b66327954bc66839fcba8b6"
 
 DEPENDS += "${PYTHON_PN}-six-native"
 
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-lazy-object-proxy: Upgrade 1.5.2 -> 1.6.0
  2021-03-24 16:37 [meta-python][PATCH 1/5] python3-colorlog: Upgrade 4.7.2 -> 4.8.0 Leon Anavi
  2021-03-24 16:37 ` [meta-python][PATCH 2/5] python3-croniter: Upgrade 1.0.8 -> 1.0.9 Leon Anavi
  2021-03-24 16:37 ` [meta-python][PATCH 3/5] python3-pyperf: Upgrade 2.1.0 -> 2.2.0 Leon Anavi
@ 2021-03-24 16:37 ` Leon Anavi
  2021-03-24 16:37 ` [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.17 -> 3.0.18 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-03-24 16:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.6.0:

- Added support for async special methods (__aiter__, __anext__,
  __await__, __aenter__, __aexit__). These are used in the async
  for, await` and ``async with statements.
- Added the __resolved__ property. You can use it to check if the
  factory has been called.

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

diff --git a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.5.2.bb b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.6.0.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.5.2.bb
rename to meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.6.0.bb
index 3ff7a126e..700c70e53 100644
--- a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.5.2.bb
+++ b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.6.0.bb
@@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9c5c2c74370826468065c5702b8a1fcf"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 
-SRC_URI[sha256sum] = "5944a9b95e97de1980c65f03b79b356f30a43de48682b8bdd90aa5089f0ec1f4"
+SRC_URI[sha256sum] = "489000d368377571c6f982fba6497f2aa13c6d1facc40660963da62f5c379726"
 
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.17 -> 3.0.18
  2021-03-24 16:37 [meta-python][PATCH 1/5] python3-colorlog: Upgrade 4.7.2 -> 4.8.0 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-03-24 16:37 ` [meta-python][PATCH 4/5] python3-lazy-object-proxy: Upgrade 1.5.2 -> 1.6.0 Leon Anavi
@ 2021-03-24 16:37 ` Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-03-24 16:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.0.18:

- Added `in_thread` parameter to `Application.run`.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...rompt-toolkit_3.0.17.bb => python3-prompt-toolkit_3.0.18.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.17.bb => python3-prompt-toolkit_3.0.18.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.18.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb
rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.18.bb
index 699e6028b..366287583 100644
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.18.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
 
-SRC_URI[sha256sum] = "9397a7162cf45449147ad6042fa37983a081b8a73363a5253dd4072666333137"
+SRC_URI[sha256sum] = "e1b4f11b9336a28fa11810bc623c357420f69dfdb6d2dac41ca2c21a55c033bc"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

end of thread, other threads:[~2021-03-24 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24 16:37 [meta-python][PATCH 1/5] python3-colorlog: Upgrade 4.7.2 -> 4.8.0 Leon Anavi
2021-03-24 16:37 ` [meta-python][PATCH 2/5] python3-croniter: Upgrade 1.0.8 -> 1.0.9 Leon Anavi
2021-03-24 16:37 ` [meta-python][PATCH 3/5] python3-pyperf: Upgrade 2.1.0 -> 2.2.0 Leon Anavi
2021-03-24 16:37 ` [meta-python][PATCH 4/5] python3-lazy-object-proxy: Upgrade 1.5.2 -> 1.6.0 Leon Anavi
2021-03-24 16:37 ` [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.17 -> 3.0.18 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.