All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python2][PATCH 1/3] python-docker-pycreds: move from meta-virtualization
@ 2020-04-13 19:49 Leon Anavi
  2020-04-13 19:49 ` [meta-python2][PATCH 2/3] python-websocket-client: " Leon Anavi
  2020-04-13 19:49 ` [meta-python2][PATCH 3/3] python-docker: " Leon Anavi
  0 siblings, 2 replies; 5+ messages in thread
From: Leon Anavi @ 2020-04-13 19:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Support for Python 2 has been dropped in meta-virtualization. Move
python-docker-pycreds and other related recipes to meta-python2
for backward compatibility of legacy projects.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 recipes-devtools/python/python-docker-pycreds_0.4.0.bb | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 recipes-devtools/python/python-docker-pycreds_0.4.0.bb

diff --git a/recipes-devtools/python/python-docker-pycreds_0.4.0.bb b/recipes-devtools/python/python-docker-pycreds_0.4.0.bb
new file mode 100644
index 0000000..4e9b3ac
--- /dev/null
+++ b/recipes-devtools/python/python-docker-pycreds_0.4.0.bb
@@ -0,0 +1,9 @@
+SUMMARY = "Python bindings for the docker credentials store API"
+HOMEPAGE = "https://github.com/shin-/dockerpy-creds"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+inherit pypi setuptools
+
+SRC_URI[md5sum] = "322f570cea6b4661c6ac335683988e18"
+SRC_URI[sha256sum] = "6ce3270bcaf404cc4c3e27e4b6c70d3521deae82fb508767870fdbf772d584d4"
-- 
2.7.4


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

* [meta-python2][PATCH 2/3] python-websocket-client: move from meta-virtualization
  2020-04-13 19:49 [meta-python2][PATCH 1/3] python-docker-pycreds: move from meta-virtualization Leon Anavi
@ 2020-04-13 19:49 ` Leon Anavi
  2020-04-13 19:49 ` [meta-python2][PATCH 3/3] python-docker: " Leon Anavi
  1 sibling, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2020-04-13 19:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Support for Python 2 has been dropped in meta-virtualization. Move
python-websocket-client and other related recipes to meta-python2
for backward compatibility of legacy projects.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 recipes-devtools/python/python-websocket-client_0.44.0.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 recipes-devtools/python/python-websocket-client_0.44.0.bb

diff --git a/recipes-devtools/python/python-websocket-client_0.44.0.bb b/recipes-devtools/python/python-websocket-client_0.44.0.bb
new file mode 100644
index 0000000..962d29f
--- /dev/null
+++ b/recipes-devtools/python/python-websocket-client_0.44.0.bb
@@ -0,0 +1,11 @@
+SUMMARY = "WebSocket client for python. hybi13 is supported."
+HOMEPAGE = "https://github.com/websocket-client/websocket-client.git"
+LICENSE = "LGPL-3.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=18b09a20dd186af4fd60f1a08311628c"
+
+inherit pypi setuptools
+
+PYPI_PACKAGE = "websocket_client"
+
+SRC_URI[md5sum] = "73d87aa16a2212da448b30aca9c5bf3b"
+SRC_URI[sha256sum] = "15f585566e2ea7459136a632b9785aa081093064391878a448c382415e948d72"
-- 
2.7.4


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

* [meta-python2][PATCH 3/3] python-docker: move from meta-virtualization
  2020-04-13 19:49 [meta-python2][PATCH 1/3] python-docker-pycreds: move from meta-virtualization Leon Anavi
  2020-04-13 19:49 ` [meta-python2][PATCH 2/3] python-websocket-client: " Leon Anavi
@ 2020-04-13 19:49 ` Leon Anavi
  2020-04-13 22:35   ` [oe] " Tim Orling
  1 sibling, 1 reply; 5+ messages in thread
From: Leon Anavi @ 2020-04-13 19:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Support for Python 2 has been dropped in meta-virtualization. Move
python-docker recipes to meta-python2 for backward compatibility
of legacy projects. Dependencies python-docker-pycreds and
python-websocket-client should be also present in meta-python2.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 recipes-devtools/python/python-docker_4.1.0.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 recipes-devtools/python/python-docker_4.1.0.bb

diff --git a/recipes-devtools/python/python-docker_4.1.0.bb b/recipes-devtools/python/python-docker_4.1.0.bb
new file mode 100644
index 0000000..434e463
--- /dev/null
+++ b/recipes-devtools/python/python-docker_4.1.0.bb
@@ -0,0 +1,18 @@
+SUMMARY = "A Python library for the Docker Engine API."
+HOMEPAGE = "https://github.com/docker/docker-py"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660"
+
+inherit pypi setuptools
+
+SRC_URI[md5sum] = "e1e8dc73e3220fe9eec1faf80b0290de"
+SRC_URI[sha256sum] = "6e06c5e70ba4fad73e35f00c55a895a448398f3ada7faae072e2bb01348bafc1"
+
+RDEPENDS_${PN} += " \
+	python-misc \
+	python-six \
+	python-docker-pycreds \
+	python-requests \
+	python-websocket-client \
+	python-backports-ssl \
+"
-- 
2.7.4


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

* Re: [oe] [meta-python2][PATCH 3/3] python-docker: move from meta-virtualization
  2020-04-13 19:49 ` [meta-python2][PATCH 3/3] python-docker: " Leon Anavi
@ 2020-04-13 22:35   ` Tim Orling
  2020-04-14 10:27     ` Leon Anavi
  0 siblings, 1 reply; 5+ messages in thread
From: Tim Orling @ 2020-04-13 22:35 UTC (permalink / raw)
  To: Leon Anavi; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1606 bytes --]

On Mon, Apr 13, 2020 at 12:49 PM Leon Anavi <leon.anavi@konsulko.com> wrote:

> Support for Python 2 has been dropped in meta-virtualization. Move
> python-docker recipes to meta-python2 for backward compatibility
> of legacy projects. Dependencies python-docker-pycreds and
> python-websocket-client should be also present in meta-python2.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
> ---
>  recipes-devtools/python/python-docker_4.1.0.bb | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100644 recipes-devtools/python/python-docker_4.1.0.bb
>
> diff --git a/recipes-devtools/python/python-docker_4.1.0.bb
> b/recipes-devtools/python/python-docker_4.1.0.bb
> new file mode 100644
> index 0000000..434e463
> --- /dev/null
> +++ b/recipes-devtools/python/python-docker_4.1.0.bb


Latest upstream is 4.2.0. Can you look into an upgrade?

> <http://python-docker_4.1.0.bb>
> @@ -0,0 +1,18 @@
> +SUMMARY = "A Python library for the Docker Engine API."
> +HOMEPAGE = "https://github.com/docker/docker-py"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660"
> +
> +inherit pypi setuptools
> +
> +SRC_URI[md5sum] = "e1e8dc73e3220fe9eec1faf80b0290de"
> +SRC_URI[sha256sum] =
> "6e06c5e70ba4fad73e35f00c55a895a448398f3ada7faae072e2bb01348bafc1"
> +
> +RDEPENDS_${PN} += " \
> +       python-misc \
> +       python-six \
> +       python-docker-pycreds \
> +       python-requests \
> +       python-websocket-client \
> +       python-backports-ssl \
> +"
> --
> 2.7.4
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2777 bytes --]

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

* Re: [oe] [meta-python2][PATCH 3/3] python-docker: move from meta-virtualization
  2020-04-13 22:35   ` [oe] " Tim Orling
@ 2020-04-14 10:27     ` Leon Anavi
  0 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2020-04-14 10:27 UTC (permalink / raw)
  To: Tim Orling; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2389 bytes --]

Hi Tim,

Based on your feedback I have just sent version 2 of the patches for 
python-docker and python-websocket-client for meta-python2. The patch 
for python-docker-pycreds remains the same so I haven't sent it again.

Thanks,
Leon

On 14.04.20 г. 1:35 ч., Tim Orling wrote:
>
>
> On Mon, Apr 13, 2020 at 12:49 PM Leon Anavi <leon.anavi@konsulko.com 
> <mailto:leon.anavi@konsulko.com>> wrote:
>
>     Support for Python 2 has been dropped in meta-virtualization. Move
>     python-docker recipes to meta-python2 for backward compatibility
>     of legacy projects. Dependencies python-docker-pycreds and
>     python-websocket-client should be also present in meta-python2.
>
>     Signed-off-by: Leon Anavi <leon.anavi@konsulko.com
>     <mailto:leon.anavi@konsulko.com>>
>     ---
>      recipes-devtools/python/python-docker_4.1.0.bb
>     <http://python-docker_4.1.0.bb> | 18 ++++++++++++++++++
>      1 file changed, 18 insertions(+)
>      create mode 100644 recipes-devtools/python/python-docker_4.1.0.bb
>     <http://python-docker_4.1.0.bb>
>
>     diff --git a/recipes-devtools/python/python-docker_4.1.0.bb
>     <http://python-docker_4.1.0.bb>
>     b/recipes-devtools/python/python-docker_4.1.0.bb
>     <http://python-docker_4.1.0.bb>
>     new file mode 100644
>     index 0000000..434e463
>     --- /dev/null
>     +++ b/recipes-devtools/python/python-docker_4.1.0.bb
>     <http://python-docker_4.1.0.bb>
>
>
> Latest upstream is 4.2.0. Can you look into an upgrade?
>
>
>     @@ -0,0 +1,18 @@
>     +SUMMARY = "A Python library for the Docker Engine API."
>     +HOMEPAGE = "https://github.com/docker/docker-py"
>     +LICENSE = "Apache-2.0"
>     +LIC_FILES_CHKSUM =
>     "file://LICENSE;md5=34f3846f940453127309b920eeb89660"
>     +
>     +inherit pypi setuptools
>     +
>     +SRC_URI[md5sum] = "e1e8dc73e3220fe9eec1faf80b0290de"
>     +SRC_URI[sha256sum] =
>     "6e06c5e70ba4fad73e35f00c55a895a448398f3ada7faae072e2bb01348bafc1"
>     +
>     +RDEPENDS_${PN} += " \
>     +       python-misc \
>     +       python-six \
>     +       python-docker-pycreds \
>     +       python-requests \
>     +       python-websocket-client \
>     +       python-backports-ssl \
>     +"
>     -- 
>     2.7.4
>
>     
>
-- 
Leon Anavi
Software Engineer
konsulko.com


[-- Attachment #2: Type: text/html, Size: 4755 bytes --]

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

end of thread, other threads:[~2020-04-14 10:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13 19:49 [meta-python2][PATCH 1/3] python-docker-pycreds: move from meta-virtualization Leon Anavi
2020-04-13 19:49 ` [meta-python2][PATCH 2/3] python-websocket-client: " Leon Anavi
2020-04-13 19:49 ` [meta-python2][PATCH 3/3] python-docker: " Leon Anavi
2020-04-13 22:35   ` [oe] " Tim Orling
2020-04-14 10:27     ` 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.