All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python3-humanize: Upgrade 3.6.0 -> 3.7.1
@ 2021-06-07 13:51 Leon Anavi
  2021-06-07 13:51 ` [meta-python][PATCH 2/3] python3-fasteners: Upgrade 0.16 -> 0.16.1 Leon Anavi
  2021-06-07 13:51 ` [meta-python][PATCH 3/3] python3-pythonping: Upgrade 1.0.16 -> 1.1.0 Leon Anavi
  0 siblings, 2 replies; 3+ messages in thread
From: Leon Anavi @ 2021-06-07 13:51 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.7.1:

- Include generated translation binaries in release
- Update release checklist so translation binaries aren't
  forgotten
- Add missing strings for Persian

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

diff --git a/meta-python/recipes-devtools/python/python3-humanize_3.6.0.bb b/meta-python/recipes-devtools/python/python3-humanize_3.7.1.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-humanize_3.6.0.bb
rename to meta-python/recipes-devtools/python/python3-humanize_3.7.1.bb
index 1c269bac92..977b6ebfec 100644
--- a/meta-python/recipes-devtools/python/python3-humanize_3.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-humanize_3.7.1.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"
 
-SRC_URI[sha256sum] = "a31704cf41f023e268032c4813c6482573320150a0d986f76b245e0451bb89e1"
+SRC_URI[sha256sum] = "b8e7878f3063174b212bb82b9e5bee3b24bc47931e44df0bd34bcb1d8e0acf2f"
 
 inherit pypi setuptools3
 
@@ -15,6 +15,7 @@ DEPENDS += "\
 
 RDEPENDS_${PN} += "\
     ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-setuptools \
 "
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* [meta-python][PATCH 2/3] python3-fasteners: Upgrade 0.16 -> 0.16.1
  2021-06-07 13:51 [meta-python][PATCH 1/3] python3-humanize: Upgrade 3.6.0 -> 3.7.1 Leon Anavi
@ 2021-06-07 13:51 ` Leon Anavi
  2021-06-07 13:51 ` [meta-python][PATCH 3/3] python3-pythonping: Upgrade 1.0.16 -> 1.1.0 Leon Anavi
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2021-06-07 13:51 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.16.1:

- Force utf-8 when reading readme

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...thon3-fasteners_0.16.bb => python3-fasteners_0.16.1.bb} | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-fasteners_0.16.bb => python3-fasteners_0.16.1.bb} (58%)

diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.16.bb b/meta-python/recipes-devtools/python/python3-fasteners_0.16.1.bb
similarity index 58%
rename from meta-python/recipes-devtools/python/python3-fasteners_0.16.bb
rename to meta-python/recipes-devtools/python/python3-fasteners_0.16.1.bb
index eed8d2c957..4b33a9ec69 100644
--- a/meta-python/recipes-devtools/python/python3-fasteners_0.16.bb
+++ b/meta-python/recipes-devtools/python/python3-fasteners_0.16.1.bb
@@ -3,6 +3,11 @@ HOMEPAGE = "https://github.com/harlowja/fasteners"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52"
 
-SRC_URI[sha256sum] = "c995d8c26b017c5d6a6de9ad29a0f9cdd57de61ae1113d28fac26622b06a0933"
+SRC_URI[sha256sum] = "b6f488d0fc9a3591a32d779400a00c3ebfadd41f45eb024d66f15a6c4e1c4a72"
 
 inherit pypi setuptools3
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-fcntl \
+"
-- 
2.17.1


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

* [meta-python][PATCH 3/3] python3-pythonping: Upgrade 1.0.16 -> 1.1.0
  2021-06-07 13:51 [meta-python][PATCH 1/3] python3-humanize: Upgrade 3.6.0 -> 3.7.1 Leon Anavi
  2021-06-07 13:51 ` [meta-python][PATCH 2/3] python3-fasteners: Upgrade 0.16 -> 0.16.1 Leon Anavi
@ 2021-06-07 13:51 ` Leon Anavi
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2021-06-07 13:51 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.1.0:

- Add a linux-like interval option to set the time to wait between
  pings, in seconds

This is a BREAKING change to some extent. If you are using
positional parameters, the interval option was added BEFORE some
existing parameters, so you would end up filling the wrong
parameter with your data.

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

diff --git a/meta-python/recipes-devtools/python/python3-pythonping_1.0.16.bb b/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-pythonping_1.0.16.bb
rename to meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb
index 5affb934ca..fd66a6ffd7 100644
--- a/meta-python/recipes-devtools/python/python3-pythonping_1.0.16.bb
+++ b/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb
@@ -4,8 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://setup.py;beginline=12;endline=12;md5=2d33c00f47720c7e35e1fdb4b9fab027"
 
-SRC_URI[md5sum] = "9b505ad8a5b8a6a8e57ccf75098ea364"
-SRC_URI[sha256sum] = "d025c8b25952580dea47bc241421e17a5a97f97f50098e1096dd10d845d0f156"
+SRC_URI[sha256sum] = "71199bdeee942ba1258b65f88ca5624278e63b31e7643ee8ca7292d2f5f77e99"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 13:51 [meta-python][PATCH 1/3] python3-humanize: Upgrade 3.6.0 -> 3.7.1 Leon Anavi
2021-06-07 13:51 ` [meta-python][PATCH 2/3] python3-fasteners: Upgrade 0.16 -> 0.16.1 Leon Anavi
2021-06-07 13:51 ` [meta-python][PATCH 3/3] python3-pythonping: Upgrade 1.0.16 -> 1.1.0 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.