All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/4] python3-decorator: Upgrade 5.0.6 -> 5.0.7
@ 2021-04-14  8:35 Leon Anavi
  2021-04-14  8:35 ` [meta-python][PATCH 2/4] python3-colorlog: Upgrade 4.8.0 -> 5.0.1 Leon Anavi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Leon Anavi @ 2021-04-14  8:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.0.7:

- The decorator module was not passing correctly the defaults
  inside the *args tuple
- Fixed some mispellings in the documentation
- Integrated codespell in the CI

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

diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.0.6.bb b/meta-python/recipes-devtools/python/python3-decorator_5.0.7.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-decorator_5.0.6.bb
rename to meta-python/recipes-devtools/python/python3-decorator_5.0.7.bb
index 9e837b719e..3131b2bc0b 100644
--- a/meta-python/recipes-devtools/python/python3-decorator_5.0.6.bb
+++ b/meta-python/recipes-devtools/python/python3-decorator_5.0.7.bb
@@ -9,7 +9,7 @@ decorator, just because you can."
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=be2fd2007972bf96c08af3293d728b22"
 
-SRC_URI[sha256sum] = "f2e71efb39412bfd23d878e896a51b07744f2e2250b2e87d158e76828c5ae202"
+SRC_URI[sha256sum] = "6f201a6c4dac3d187352661f508b9364ec8091217442c9478f1f83c003a0f060"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 2/4] python3-colorlog: Upgrade 4.8.0 -> 5.0.1
  2021-04-14  8:35 [meta-python][PATCH 1/4] python3-decorator: Upgrade 5.0.6 -> 5.0.7 Leon Anavi
@ 2021-04-14  8:35 ` Leon Anavi
  2021-04-14  8:35 ` [meta-python][PATCH 3/4] python3-google-api-python-client: Upgrade 2.1.0 -> 2.2.0 Leon Anavi
  2021-04-14  8:35 ` [meta-python][PATCH 4/4] python3-croniter: Upgrade 1.0.11 -> 1.0.12 Leon Anavi
  2 siblings, 0 replies; 4+ messages in thread
From: Leon Anavi @ 2021-04-14  8:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.0.1:

- Fix colorlog.basicConfig does not accept '{' style
- Fix linter errors

License-Update: Update year

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

diff --git a/meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_5.0.1.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb
rename to meta-python/recipes-devtools/python/python3-colorlog_5.0.1.bb
index 6f9b8d47a4..61b8152a1e 100644
--- a/meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-colorlog_5.0.1.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "A colored formatter for the python logging module"
 HOMEPAGE = "https://github.com/borntyping/python-colorlog"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=85a1d478cd35d62763a1419e948bdde4"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5c3c6ebdec7792ae12df8d1c0a46b26a"
 
 inherit pypi setuptools3
 
 PYPI_PACKAGE = "colorlog"
 
-SRC_URI[sha256sum] = "59b53160c60902c405cdec28d38356e09d40686659048893e026ecbd589516b1"
+SRC_URI[sha256sum] = "f17c013a06962b02f4449ee07cfdbe6b287df29efc2c9a1515b4a376f4e588ea"
-- 
2.17.1


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

* [meta-python][PATCH 3/4] python3-google-api-python-client: Upgrade 2.1.0 -> 2.2.0
  2021-04-14  8:35 [meta-python][PATCH 1/4] python3-decorator: Upgrade 5.0.6 -> 5.0.7 Leon Anavi
  2021-04-14  8:35 ` [meta-python][PATCH 2/4] python3-colorlog: Upgrade 4.8.0 -> 5.0.1 Leon Anavi
@ 2021-04-14  8:35 ` Leon Anavi
  2021-04-14  8:35 ` [meta-python][PATCH 4/4] python3-croniter: Upgrade 1.0.11 -> 1.0.12 Leon Anavi
  2 siblings, 0 replies; 4+ messages in thread
From: Leon Anavi @ 2021-04-14  8:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.2.0:

- Adds support for errors.py to also use 'errors' for error_details

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

diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.1.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.2.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-google-api-python-client_2.1.0.bb
rename to meta-python/recipes-devtools/python/python3-google-api-python-client_2.2.0.bb
index 11b94b3fcd..da7cae6c3d 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.2.0.bb
@@ -4,6 +4,6 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3"
 
-SRC_URI[sha256sum] = "f9ac377efe69571aea1acc9e15760d4204aca23c4464eb63f963ae4defc95d97"
+SRC_URI[sha256sum] = "29447c8e95c23ae76fcf9817432f5ed015495513abeac564905640a0ef7d1898"
 
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 4/4] python3-croniter: Upgrade 1.0.11 -> 1.0.12
  2021-04-14  8:35 [meta-python][PATCH 1/4] python3-decorator: Upgrade 5.0.6 -> 5.0.7 Leon Anavi
  2021-04-14  8:35 ` [meta-python][PATCH 2/4] python3-colorlog: Upgrade 4.8.0 -> 5.0.1 Leon Anavi
  2021-04-14  8:35 ` [meta-python][PATCH 3/4] python3-google-api-python-client: Upgrade 2.1.0 -> 2.2.0 Leon Anavi
@ 2021-04-14  8:35 ` Leon Anavi
  2 siblings, 0 replies; 4+ messages in thread
From: Leon Anavi @ 2021-04-14  8:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.12:

- Add support for hashed/random/keyword expressions
- Review support support for hashed/random/keyword expression and
  add expanders reactor

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

diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.11.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.12.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-croniter_1.0.11.bb
rename to meta-python/recipes-devtools/python/python3-croniter_1.0.12.bb
index ca9bf71a56..fd70468953 100644
--- a/meta-python/recipes-devtools/python/python3-croniter_1.0.11.bb
+++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.12.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
 
 PYPI_PACKAGE = "croniter"
 
-SRC_URI[sha256sum] = "cd89bcbed4d79f56bbf2c9415c2bbbfd09fadc8a59dbae3898fbca5bab34103d"
+SRC_URI[sha256sum] = "3603ef0d60fc6df98ce356c01529de90b06a002379b9f5e9eae981fb9c1fd936"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

end of thread, other threads:[~2021-04-14  8:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14  8:35 [meta-python][PATCH 1/4] python3-decorator: Upgrade 5.0.6 -> 5.0.7 Leon Anavi
2021-04-14  8:35 ` [meta-python][PATCH 2/4] python3-colorlog: Upgrade 4.8.0 -> 5.0.1 Leon Anavi
2021-04-14  8:35 ` [meta-python][PATCH 3/4] python3-google-api-python-client: Upgrade 2.1.0 -> 2.2.0 Leon Anavi
2021-04-14  8:35 ` [meta-python][PATCH 4/4] python3-croniter: Upgrade 1.0.11 -> 1.0.12 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.