All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-click-repl: Upgrade 0.1.6 -> 0.2.0
@ 2021-06-01 10:06 Leon Anavi
  2021-06-01 10:06 ` [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 2.4.0 -> 2.6.0 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-01 10:06 UTC (permalink / raw
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.2.0:

- Use tox-travis instead of custom runtox script
- Update tests to expect hyphens
- Backwards compatibility between click 7 & 8

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...thon3-click-repl_0.1.6.bb => python3-click-repl_0.2.0.bb} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-click-repl_0.1.6.bb => python3-click-repl_0.2.0.bb} (59%)

diff --git a/meta-python/recipes-devtools/python/python3-click-repl_0.1.6.bb b/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb
similarity index 59%
rename from meta-python/recipes-devtools/python/python3-click-repl_0.1.6.bb
rename to meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb
index fce9f9805..76affe274 100644
--- a/meta-python/recipes-devtools/python/python3-click-repl_0.1.6.bb
+++ b/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb
@@ -3,7 +3,8 @@ HOMEPAGE = "https://github.com/untitaker/click-repl"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fee2943fdd4d8afbac9ccc1c8ac137d5"
 
-SRC_URI[md5sum] = "2d5f4d42cbd1da9a50a49dff4d6087ca"
-SRC_URI[sha256sum] = "b9f29d52abc4d6059f8e276132a111ab8d94980afe6a5432b9d996544afa95d5"
+SRC_URI[sha256sum] = "cd12f68d745bf6151210790540b4cb064c7b13e571bc64b6957d98d120dacfd8"
 
 inherit pypi setuptools3
+
+RDEPENDS_${PN} = "${PYTHON_PN}-click"
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 2.4.0 -> 2.6.0
  2021-06-01 10:06 [meta-python][PATCH 1/5] python3-click-repl: Upgrade 0.1.6 -> 0.2.0 Leon Anavi
@ 2021-06-01 10:06 ` Leon Anavi
  2021-06-01 10:06 ` [meta-python][PATCH 3/5] python3-pytest-helpers-namespace: Upgrade 2021.3.24 -> 2021.4.29 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-01 10:06 UTC (permalink / raw
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.6.0:

- adexchangebuyer2: update the api
- cloudasset: update the api
- composer: update the api
- compute: update the api
- dfareporting: update the api
- dialogflow: update the api
- displayvideo: update the api
- gkehub: update the api
- healthcare: update the api
- retail: update the api
- sasportal: update the api
- servicedirectory: update the api
- servicemanagement: update the api
- servicenetworking: update the api
- servicenetworking: update the api
- spanner: update the api

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

diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.4.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.6.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-google-api-python-client_2.4.0.bb
rename to meta-python/recipes-devtools/python/python3-google-api-python-client_2.6.0.bb
index 0fdd33240..c6ae6e847 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.6.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] = "72f69e67238e38b0da41b5a2e352dc39b4b5891d88f3db082aae7775da8fe58b"
+SRC_URI[sha256sum] = "6a87f324334247bf7ba24406da586424b09e715d04336fb7cf45a402b80d38e8"
 
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-pytest-helpers-namespace: Upgrade 2021.3.24 -> 2021.4.29
  2021-06-01 10:06 [meta-python][PATCH 1/5] python3-click-repl: Upgrade 0.1.6 -> 0.2.0 Leon Anavi
  2021-06-01 10:06 ` [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 2.4.0 -> 2.6.0 Leon Anavi
@ 2021-06-01 10:06 ` Leon Anavi
  2021-06-01 10:06 ` [meta-python][PATCH 4/5] python3-ipython: Upgrade 7.23.1 -> 7.24.0 Leon Anavi
  2021-06-01 10:06 ` [meta-python][PATCH 5/5] python3-ruamel-yaml: Upgrade 0.17.4 -> 0.17.7 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-01 10:06 UTC (permalink / raw
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2021.4.29:

- Don't set latest on codecov flags
- Lower PyTest requirement to 6.0.0, test several pytest versions

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

diff --git a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.3.24.bb b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.4.29.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.3.24.bb
rename to meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.4.29.bb
index 9211ac394..86b66f021 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.3.24.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.4.29.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=440a4cdb311cd7ad181efb4cba06d562"
 
-SRC_URI[sha256sum] = "188df5a7c52390fa27d6cd2f18e74d64a2ef0b9fb6e12f15fdf5a95f4813d25f"
+SRC_URI[sha256sum] = "183524e3db4e2a1fea92e0ca3662a624ba44c9f3568da15679d7535ba6838a6a"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-ipython: Upgrade 7.23.1 -> 7.24.0
  2021-06-01 10:06 [meta-python][PATCH 1/5] python3-click-repl: Upgrade 0.1.6 -> 0.2.0 Leon Anavi
  2021-06-01 10:06 ` [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 2.4.0 -> 2.6.0 Leon Anavi
  2021-06-01 10:06 ` [meta-python][PATCH 3/5] python3-pytest-helpers-namespace: Upgrade 2021.3.24 -> 2021.4.29 Leon Anavi
@ 2021-06-01 10:06 ` Leon Anavi
  2021-06-01 10:06 ` [meta-python][PATCH 5/5] python3-ruamel-yaml: Upgrade 0.17.4 -> 0.17.7 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-01 10:06 UTC (permalink / raw
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 7.24.0:

- Fix an issue where %recall would both succeeded and print an
  error message it failed
- Drop support for NumPy 1.16 – practically has no effect beyond
  indicating in package metadata that we do not support it

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

diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.23.1.bb b/meta-python/recipes-devtools/python/python3-ipython_7.24.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-ipython_7.23.1.bb
rename to meta-python/recipes-devtools/python/python3-ipython_7.24.0.bb
index 492d922b9..1c11eeca0 100644
--- a/meta-python/recipes-devtools/python/python3-ipython_7.23.1.bb
+++ b/meta-python/recipes-devtools/python/python3-ipython_7.24.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
 
 PYPI_PACKAGE = "ipython"
 
-SRC_URI[sha256sum] = "714810a5c74f512b69d5f3b944c86e592cee0a5fb9c728e582f074610f6cf038"
+SRC_URI[sha256sum] = "a171caa3d3d4c819a1c0742e3abecfd5a2b8ab525ca1c9f114b40b76b0679ab1"
 
 RDEPENDS_${PN} = "\
     ${PYTHON_PN}-setuptools \
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-ruamel-yaml: Upgrade 0.17.4 -> 0.17.7
  2021-06-01 10:06 [meta-python][PATCH 1/5] python3-click-repl: Upgrade 0.1.6 -> 0.2.0 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-06-01 10:06 ` [meta-python][PATCH 4/5] python3-ipython: Upgrade 7.23.1 -> 7.24.0 Leon Anavi
@ 2021-06-01 10:06 ` Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-06-01 10:06 UTC (permalink / raw
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.17.7:

- issue 385 also affected other deprecated loaders
- merged type annotations update provided by Jochen Sprickerhof
- fix for issue 385: deprecated round_trip_loader function not
  working
- fix for issue 384 !!set with aliased entry resulting in broken
  YAML on rt

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

diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.4.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.7.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.4.bb
rename to meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.7.bb
index 2543269fc..5da0ac3fc 100644
--- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.4.bb
+++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.7.bb
@@ -10,7 +10,7 @@ inherit pypi setuptools3
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[sha256sum] = "44bc6b54fddd45e4bc0619059196679f9e8b79c027f4131bb072e6a22f4d5e28"
+SRC_URI[sha256sum] = "5c3fa739bbedd2f23769656784e671c6335d17a5bf163c3c3901d8663c0af287"
 
 do_install_prepend() {
     export RUAMEL_NO_PIP_INSTALL_CHECK=1
-- 
2.17.1


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

end of thread, other threads:[~2021-06-01 10:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-01 10:06 [meta-python][PATCH 1/5] python3-click-repl: Upgrade 0.1.6 -> 0.2.0 Leon Anavi
2021-06-01 10:06 ` [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 2.4.0 -> 2.6.0 Leon Anavi
2021-06-01 10:06 ` [meta-python][PATCH 3/5] python3-pytest-helpers-namespace: Upgrade 2021.3.24 -> 2021.4.29 Leon Anavi
2021-06-01 10:06 ` [meta-python][PATCH 4/5] python3-ipython: Upgrade 7.23.1 -> 7.24.0 Leon Anavi
2021-06-01 10:06 ` [meta-python][PATCH 5/5] python3-ruamel-yaml: Upgrade 0.17.4 -> 0.17.7 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.