All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/6] python3-ruamel-yaml: Upgrade 0.17.9 -> 0.17.10
@ 2021-06-25 10:15 Leon Anavi
  2021-06-25 10:15 ` [meta-python][PATCH 2/6] python3-httplib2: Fix runtime dependencies Leon Anavi
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Leon Anavi @ 2021-06-25 10:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.17.10:

- Bug fix: token with old comment structure != two elements

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ruamel-yaml_0.17.9.bb => python3-ruamel-yaml_0.17.10.bb} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-ruamel-yaml_0.17.9.bb => python3-ruamel-yaml_0.17.10.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.9.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.9.bb
rename to meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb
index 30306410da..3414ed097b 100644
--- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.9.bb
+++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb
@@ -8,9 +8,11 @@ PYPI_PACKAGE = "ruamel.yaml"
 
 inherit pypi setuptools3
 
-BBCLASSEXTEND = "native nativesdk"
+SRC_URI[sha256sum] = "106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67"
 
-SRC_URI[sha256sum] = "374373b4743aee9f6d9f40bea600fe020a7ac7ae36b838b4a6a93f72b584a14c"
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-shell \
+"
 
 do_install_prepend() {
     export RUAMEL_NO_PIP_INSTALL_CHECK=1
-- 
2.17.1


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

* [meta-python][PATCH 2/6] python3-httplib2: Fix runtime dependencies
  2021-06-25 10:15 [meta-python][PATCH 1/6] python3-ruamel-yaml: Upgrade 0.17.9 -> 0.17.10 Leon Anavi
@ 2021-06-25 10:15 ` Leon Anavi
  2021-06-25 10:15 ` [meta-python][PATCH 3/6] python3-google-api-core: Add recipe Leon Anavi
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Leon Anavi @ 2021-06-25 10:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Add python3-compression, python3-netclient and python3-pyparsing
as runtime dependencies.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../recipes-devtools/python/python3-httplib2_0.19.1.bb      | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb b/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb
index a16f8d9d20..122b4bd8b7 100644
--- a/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb
+++ b/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb
@@ -7,3 +7,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=56e5e931172b6164b62dc7c4aba6c8cf"
 SRC_URI[sha256sum] = "0b12617eeca7433d4c396a100eaecfa4b08ee99aa881e6df6e257a7aad5d533d"
 
 inherit pypi setuptools3
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-compression \
+    ${PYTHON_PN}-netclient \
+    ${PYTHON_PN}-pyparsing \
+"
-- 
2.17.1


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

* [meta-python][PATCH 3/6] python3-google-api-core: Add recipe
  2021-06-25 10:15 [meta-python][PATCH 1/6] python3-ruamel-yaml: Upgrade 0.17.9 -> 0.17.10 Leon Anavi
  2021-06-25 10:15 ` [meta-python][PATCH 2/6] python3-httplib2: Fix runtime dependencies Leon Anavi
@ 2021-06-25 10:15 ` Leon Anavi
  2021-06-25 15:35   ` [oe] " Khem Raj
  2021-06-25 10:15 ` [meta-python][PATCH 4/6] python3-google-auth: " Leon Anavi
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 7+ messages in thread
From: Leon Anavi @ 2021-06-25 10:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Add Google API client core library.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python3-google-api-core_1.30.0.bb  | 26 +++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb b/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb
new file mode 100644
index 0000000000..08cc35d064
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "Google API client core library"
+HOMEPAGE = "https://github.com/googleapis/python-api-core"
+AUTHOR = "Google LLC"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "0724d354d394b3d763bc10dfee05807813c5210f0bd9b8e2ddf6b6925603411c"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-asyncio \
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-math \
+"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-googleapis-common-protos \
+    ${PYTHON_PN}-google-auth \
+    ${PYTHON_PN}-grpcio \
+    ${PYTHON_PN}-protobuf \
+    ${PYTHON_PN}-pytz \
+    ${PYTHON_PN}-requests \
+    ${PYTHON_PN}-six \
+"
-- 
2.17.1


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

* [meta-python][PATCH 4/6] python3-google-auth: Add recipe
  2021-06-25 10:15 [meta-python][PATCH 1/6] python3-ruamel-yaml: Upgrade 0.17.9 -> 0.17.10 Leon Anavi
  2021-06-25 10:15 ` [meta-python][PATCH 2/6] python3-httplib2: Fix runtime dependencies Leon Anavi
  2021-06-25 10:15 ` [meta-python][PATCH 3/6] python3-google-api-core: Add recipe Leon Anavi
@ 2021-06-25 10:15 ` Leon Anavi
  2021-06-25 10:15 ` [meta-python][PATCH 5/6] python3-googleapis-common-protos: " Leon Anavi
  2021-06-25 10:15 ` [meta-python][PATCH 6/6] python3-google-api-python-client: Upgrade 2.6.0 -> 2.10.0 Leon Anavi
  4 siblings, 0 replies; 7+ messages in thread
From: Leon Anavi @ 2021-06-25 10:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Add Google Authentication Library.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python3-google-auth_1.32.0.bb      | 27 +++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb
new file mode 100644
index 0000000000..d492bbbcb7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "Google Authentication Library"
+HOMEPAGE = "https://github.com/googleapis/google-auth-library-python"
+AUTHOR = "Google Cloud Platform"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "e34e5f5de5610b202f9b40ebd9f8b27571d5c5537db9afed3a72b2db5a345039"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-asyncio \
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-io \
+    ${PYTHON_PN}-json \
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-netclient \
+    ${PYTHON_PN}-numbers \
+"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-aiohttp \
+    ${PYTHON_PN}-cachetools \
+    ${PYTHON_PN}-pyasn1-modules \
+    ${PYTHON_PN}-rsa \
+    ${PYTHON_PN}-six \
+"
-- 
2.17.1


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

* [meta-python][PATCH 5/6] python3-googleapis-common-protos: Add recipe
  2021-06-25 10:15 [meta-python][PATCH 1/6] python3-ruamel-yaml: Upgrade 0.17.9 -> 0.17.10 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-06-25 10:15 ` [meta-python][PATCH 4/6] python3-google-auth: " Leon Anavi
@ 2021-06-25 10:15 ` Leon Anavi
  2021-06-25 10:15 ` [meta-python][PATCH 6/6] python3-google-api-python-client: Upgrade 2.6.0 -> 2.10.0 Leon Anavi
  4 siblings, 0 replies; 7+ messages in thread
From: Leon Anavi @ 2021-06-25 10:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Add common protobufs used in Google APIs.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python3-googleapis-common-protos_1.53.0.bb     | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb
new file mode 100644
index 0000000000..2c59ae86d2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Common protobufs used in Google APIs"
+HOMEPAGE = "https://github.com/googleapis/python-api-common-protos"
+AUTHOR = "Google LLC"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "a88ee8903aa0a81f6c3cec2d5cf62d3c8aa67c06439b0496b49048fb1854ebf4"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-grpcio \
+    ${PYTHON_PN}-protobuf \
+"
-- 
2.17.1


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

* [meta-python][PATCH 6/6] python3-google-api-python-client: Upgrade 2.6.0 -> 2.10.0
  2021-06-25 10:15 [meta-python][PATCH 1/6] python3-ruamel-yaml: Upgrade 0.17.9 -> 0.17.10 Leon Anavi
                   ` (3 preceding siblings ...)
  2021-06-25 10:15 ` [meta-python][PATCH 5/6] python3-googleapis-common-protos: " Leon Anavi
@ 2021-06-25 10:15 ` Leon Anavi
  4 siblings, 0 replies; 7+ messages in thread
From: Leon Anavi @ 2021-06-25 10:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.10.0:

analyticsadmin: update the api
androidmanagement: update the api
bigqueryreservation: update the api
dialogflow: update the api
firebaserules: update the api
iap: update the api
keep: update the api
managedidentities: update the api

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...python3-google-api-python-client_2.10.0.bb | 20 +++++++++++++++++++
 .../python3-google-api-python-client_2.6.0.bb |  9 ---------
 2 files changed, 20 insertions(+), 9 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python3-google-api-python-client_2.10.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-google-api-python-client_2.6.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.10.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.10.0.bb
new file mode 100644
index 0000000000..b406f677d8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.10.0.bb
@@ -0,0 +1,20 @@
+SUMMARY = "The Google API Client for Python is a client library for accessing the Plus, \
+Moderator, and many other Google APIs."
+HOMEPAGE = "https://github.com/googleapis/google-api-python-client"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3"
+
+SRC_URI[sha256sum] = "58424d263344625dcf4dc08e7639a6714737102ab4ae83e5f043e3db08d9965f"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-six \
+    ${PYTHON_PN}-json \
+    ${PYTHON_PN}-core \
+    ${PYTHON_PN}-netclient \
+    ${PYTHON_PN}-httplib2 \
+    ${PYTHON_PN}-uritemplate \
+    ${PYTHON_PN}-google-api-core \
+"
diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.6.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.6.0.bb
deleted file mode 100644
index c6ae6e8475..0000000000
--- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.6.0.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-SUMMARY = "The Google API Client for Python is a client library for accessing the Plus, \
-Moderator, and many other Google APIs."
-HOMEPAGE = "https://github.com/googleapis/google-api-python-client"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3"
-
-SRC_URI[sha256sum] = "6a87f324334247bf7ba24406da586424b09e715d04336fb7cf45a402b80d38e8"
-
-inherit pypi setuptools3
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 3/6] python3-google-api-core: Add recipe
  2021-06-25 10:15 ` [meta-python][PATCH 3/6] python3-google-api-core: Add recipe Leon Anavi
@ 2021-06-25 15:35   ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2021-06-25 15:35 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

please send a follow up to add them to meta-python test packagegroup as 
well.

On 6/25/21 3:15 AM, Leon Anavi wrote:
> Add Google API client core library.
> 
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
> ---
>   .../python/python3-google-api-core_1.30.0.bb  | 26 +++++++++++++++++++
>   1 file changed, 26 insertions(+)
>   create mode 100644 meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb
> 
> diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb b/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb
> new file mode 100644
> index 0000000000..08cc35d064
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb
> @@ -0,0 +1,26 @@
> +DESCRIPTION = "Google API client core library"
> +HOMEPAGE = "https://github.com/googleapis/python-api-core"
> +AUTHOR = "Google LLC"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[sha256sum] = "0724d354d394b3d763bc10dfee05807813c5210f0bd9b8e2ddf6b6925603411c"
> +
> +RDEPENDS_${PN} += "\
> +    ${PYTHON_PN}-asyncio \
> +    ${PYTHON_PN}-datetime \
> +    ${PYTHON_PN}-logging \
> +    ${PYTHON_PN}-math \
> +"
> +
> +RDEPENDS_${PN} += "\
> +    ${PYTHON_PN}-googleapis-common-protos \
> +    ${PYTHON_PN}-google-auth \
> +    ${PYTHON_PN}-grpcio \
> +    ${PYTHON_PN}-protobuf \
> +    ${PYTHON_PN}-pytz \
> +    ${PYTHON_PN}-requests \
> +    ${PYTHON_PN}-six \
> +"
> 
> 
> 
> 
> 

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

end of thread, other threads:[~2021-06-25 15:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-25 10:15 [meta-python][PATCH 1/6] python3-ruamel-yaml: Upgrade 0.17.9 -> 0.17.10 Leon Anavi
2021-06-25 10:15 ` [meta-python][PATCH 2/6] python3-httplib2: Fix runtime dependencies Leon Anavi
2021-06-25 10:15 ` [meta-python][PATCH 3/6] python3-google-api-core: Add recipe Leon Anavi
2021-06-25 15:35   ` [oe] " Khem Raj
2021-06-25 10:15 ` [meta-python][PATCH 4/6] python3-google-auth: " Leon Anavi
2021-06-25 10:15 ` [meta-python][PATCH 5/6] python3-googleapis-common-protos: " Leon Anavi
2021-06-25 10:15 ` [meta-python][PATCH 6/6] python3-google-api-python-client: Upgrade 2.6.0 -> 2.10.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.