All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-aenum: Upgrade 3.1.3 -> 3.1.5
@ 2021-11-15 13:10 Leon Anavi
  2021-11-15 13:10 ` [meta-python][PATCH 2/5] python3-zeroconf: Upgrade 0.36.12 -> 0.36.13 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Anavi @ 2021-11-15 13:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.1.5:

- fix extend_enum()
- tests: move enum setting from body to header

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-aenum_3.1.3.bb => python3-aenum_3.1.5.bb}      | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-aenum_3.1.3.bb => python3-aenum_3.1.5.bb} (65%)

diff --git a/meta-python/recipes-devtools/python/python3-aenum_3.1.3.bb b/meta-python/recipes-devtools/python/python3-aenum_3.1.5.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python3-aenum_3.1.3.bb
rename to meta-python/recipes-devtools/python/python3-aenum_3.1.5.bb
index ad7d36319..4da70b86d 100644
--- a/meta-python/recipes-devtools/python/python3-aenum_3.1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-aenum_3.1.5.bb
@@ -3,8 +3,12 @@ HOMEPAGE = "https://pypi.org/project/aenum/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://aenum/LICENSE;md5=c6a85477543f8b8591b9c1f82abebbe9"
 
-SRC_URI[sha256sum] = "1d494e4d3b3e3e95389aee420203d945776d2430ee9a3d4f162e267b3a7ec3a6"
+SRC_URI[sha256sum] = "2ebad8590b6a0183c0d9893523b458edce987ae4533339c5ac185cfac32daf1a"
 
 inherit pypi setuptools3
 
+RDEPENDS:${PN} += "\
+	${PYTHON_PN}-pprint \
+"
+
 BBCLASSEXTEND = "native nativesdk"
-- 
2.20.1



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

* [meta-python][PATCH 2/5] python3-zeroconf: Upgrade 0.36.12 -> 0.36.13
  2021-11-15 13:10 [meta-python][PATCH 1/5] python3-aenum: Upgrade 3.1.3 -> 3.1.5 Leon Anavi
@ 2021-11-15 13:10 ` Leon Anavi
  2021-11-15 13:10 ` [meta-python][PATCH 3/5] python3-bandit: Uprade 1.7.0 -> 1.7.1 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-11-15 13:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.36.13:

- Unavailable interfaces are now skipped during socket bind
- Downgraded incoming corrupt packet logging to debug

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

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.36.12.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.36.12.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb
index 24af70eee..ccab7fe4c 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.36.12.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80"
 
-SRC_URI[sha256sum] = "1f1994f550abfeda10a9d5924c7e5b463213ea5ca87198da751c74995f59e780"
+SRC_URI[sha256sum] = "196fa1bd6e166f0333e3e9fff076f9991bf2719c4788287eaec577c241ef96bf"
 
 inherit pypi setuptools3
 
-- 
2.20.1



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

* [meta-python][PATCH 3/5] python3-bandit: Uprade 1.7.0 -> 1.7.1
  2021-11-15 13:10 [meta-python][PATCH 1/5] python3-aenum: Upgrade 3.1.3 -> 3.1.5 Leon Anavi
  2021-11-15 13:10 ` [meta-python][PATCH 2/5] python3-zeroconf: Upgrade 0.36.12 -> 0.36.13 Leon Anavi
@ 2021-11-15 13:10 ` Leon Anavi
  2021-11-15 13:10 ` [meta-python][PATCH 4/5] python3-colorlog: Upgrade 6.5.0 -> 6.6.0 Leon Anavi
  2021-11-15 13:10 ` [meta-python][PATCH 5/5] python3-soupsieve: Upgrade 2.3 -> 2.3.1 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-11-15 13:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.7.1:

- Fix broken reported URL link for B107
- fix reading initial values from .bandit
- Always use a Loader in yaml.load
- PEP-518 support: configure bandit via pyproject.toml

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

diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.7.0.bb b/meta-python/recipes-devtools/python/python3-bandit_1.7.1.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-bandit_1.7.0.bb
rename to meta-python/recipes-devtools/python/python3-bandit_1.7.1.bb
index 18989c6d8..ad6df1be4 100644
--- a/meta-python/recipes-devtools/python/python3-bandit_1.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-bandit_1.7.1.bb
@@ -2,8 +2,7 @@ SUMMARY = "Security oriented static analyser for python code."
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
-SRC_URI[md5sum] = "24965f102dc62129d3fafe4fe596a3b8"
-SRC_URI[sha256sum] = "8a4c7415254d75df8ff3c3b15cfe9042ecee628a1e40b44c15a98890fbfc2608"
+SRC_URI[sha256sum] = "a81b00b5436e6880fa8ad6799bc830e02032047713cbb143a12939ac67eb756c"
 
 DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"
 
-- 
2.20.1



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

* [meta-python][PATCH 4/5] python3-colorlog: Upgrade 6.5.0 -> 6.6.0
  2021-11-15 13:10 [meta-python][PATCH 1/5] python3-aenum: Upgrade 3.1.3 -> 3.1.5 Leon Anavi
  2021-11-15 13:10 ` [meta-python][PATCH 2/5] python3-zeroconf: Upgrade 0.36.12 -> 0.36.13 Leon Anavi
  2021-11-15 13:10 ` [meta-python][PATCH 3/5] python3-bandit: Uprade 1.7.0 -> 1.7.1 Leon Anavi
@ 2021-11-15 13:10 ` Leon Anavi
  2021-11-15 13:10 ` [meta-python][PATCH 5/5] python3-soupsieve: Upgrade 2.3 -> 2.3.1 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-11-15 13:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 6.6.0:

- Add a force_color option to colorlog.formatter.ColoredFormatter
- Support the FORCE_COLOR environment variable

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

diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.5.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.6.0.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-colorlog_6.5.0.bb
rename to meta-python/recipes-devtools/python/python3-colorlog_6.6.0.bb
index bd9008330..2f8a0e5ca 100644
--- a/meta-python/recipes-devtools/python/python3-colorlog_6.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-colorlog_6.6.0.bb
@@ -7,4 +7,4 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE = "colorlog"
 
-SRC_URI[sha256sum] = "cf62a8e389d5660d0d22be17937b25b9abef9497ddc940197d1773aa1f604339"
+SRC_URI[sha256sum] = "344f73204009e4c83c5b6beb00b3c45dc70fcdae3c80db919e0a4171d006fde8"
-- 
2.20.1



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

* [meta-python][PATCH 5/5] python3-soupsieve: Upgrade 2.3 -> 2.3.1
  2021-11-15 13:10 [meta-python][PATCH 1/5] python3-aenum: Upgrade 3.1.3 -> 3.1.5 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-11-15 13:10 ` [meta-python][PATCH 4/5] python3-colorlog: Upgrade 6.5.0 -> 6.6.0 Leon Anavi
@ 2021-11-15 13:10 ` Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-11-15 13:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.3.1:

- FIX: Ensure attribute selectors match tags that have new lines
  characters in attributes.

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

diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.3.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-soupsieve_2.3.bb
rename to meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb
index 3e0e6f0ee..f4cf93dab 100644
--- a/meta-python/recipes-devtools/python/python3-soupsieve_2.3.bb
+++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/facelessuser/soupsieve"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=33c3a77def9b3ad83e01c65bdcc1af67"
 
-SRC_URI[sha256sum] = "e4860f889dfa88774c07da0b276b70c073b6470fa1a4a8350800bb7bce3dcc76"
+SRC_URI[sha256sum] = "b8d49b1cd4f037c7082a9683dfa1801aa2597fb11c3a1155b7a5b94829b4f1f9"
 
 inherit pypi setuptools3 ptest
 
-- 
2.20.1



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

end of thread, other threads:[~2021-11-15 13:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15 13:10 [meta-python][PATCH 1/5] python3-aenum: Upgrade 3.1.3 -> 3.1.5 Leon Anavi
2021-11-15 13:10 ` [meta-python][PATCH 2/5] python3-zeroconf: Upgrade 0.36.12 -> 0.36.13 Leon Anavi
2021-11-15 13:10 ` [meta-python][PATCH 3/5] python3-bandit: Uprade 1.7.0 -> 1.7.1 Leon Anavi
2021-11-15 13:10 ` [meta-python][PATCH 4/5] python3-colorlog: Upgrade 6.5.0 -> 6.6.0 Leon Anavi
2021-11-15 13:10 ` [meta-python][PATCH 5/5] python3-soupsieve: Upgrade 2.3 -> 2.3.1 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.