All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python3-docker-compose: update to 1.25.4
@ 2020-02-04 22:19 Ricardo Salveti
  2020-02-11 21:06 ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Salveti @ 2020-02-04 22:19 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
---
 ...001-setup.py-remove-maximum-version-requirements.patch | 8 ++++----
 ...compose_1.25.0.bb => python3-docker-compose_1.25.4.bb} | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
 rename recipes-containers/docker-compose/{python3-docker-compose_1.25.0.bb => python3-docker-compose_1.25.4.bb} (87%)

diff --git a/recipes-containers/docker-compose/files/0001-setup.py-remove-maximum-version-requirements.patch b/recipes-containers/docker-compose/files/0001-setup.py-remove-maximum-version-requirements.patch
index 8d204a7..6e5ca3d 100644
--- a/recipes-containers/docker-compose/files/0001-setup.py-remove-maximum-version-requirements.patch
+++ b/recipes-containers/docker-compose/files/0001-setup.py-remove-maximum-version-requirements.patch
@@ -1,4 +1,4 @@
-From 2685716409c560cdf94aee6262ed8c32ad137133 Mon Sep 17 00:00:00 2001
+From 1d358acd46c9ca71d848fca8c2d677414257f247 Mon Sep 17 00:00:00 2001
 From: Chen Qi <Qi.Chen@windriver.com>
 Date: Fri, 22 Nov 2019 09:24:58 +0800
 Subject: [PATCH] setup.py: remove maximum version requirements
@@ -15,7 +15,7 @@ Signed-off-by: Ming Liu <liu.ming50@gmail.com>
  1 file changed, 11 insertions(+), 11 deletions(-)
 
 diff --git a/setup.py b/setup.py
-index 23ae08a..eef2825 100644
+index 110441dc..eef28254 100644
 --- a/setup.py
 +++ b/setup.py
 @@ -30,16 +30,16 @@ def find_version(*file_paths):
@@ -24,7 +24,7 @@ index 23ae08a..eef2825 100644
  install_requires = [
 -    'cached-property >= 1.2.0, < 2',
 -    'docopt >= 0.6.1, < 1',
--    'PyYAML >= 3.10, < 5',
+-    'PyYAML >= 3.10, < 6',
 -    'requests >= 2.20.0, < 3',
 -    'texttable >= 0.9.0, < 2',
 -    'websocket-client >= 0.32.0, < 1',
@@ -55,5 +55,5 @@ index 23ae08a..eef2825 100644
  
  
 -- 
-2.7.4
+2.25.0
 
diff --git a/recipes-containers/docker-compose/python3-docker-compose_1.25.0.bb b/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb
similarity index 87%
rename from recipes-containers/docker-compose/python3-docker-compose_1.25.0.bb
rename to recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb
index ba35c49..2dcad1e 100644
--- a/recipes-containers/docker-compose/python3-docker-compose_1.25.0.bb
+++ b/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "275b32cffdad6b9816dc8b4c7e55600a"
-SRC_URI[sha256sum] = "2c5fcbfd3ff445b6f3eebb549cb167ef1d8f70c5806aab8f309fc8fa74cd977e"
+SRC_URI[md5sum] = "893fbb804a9057d6c470b5312407e0d1"
+SRC_URI[sha256sum] = "fabae2bee4abfa7bdd09125b6bbdcdda81f946c7b16e3ccc6bb2d821ef6488f3"
 
 SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch \
             file://0001-setup.py-import-fastentrypoints.patch \
-- 
2.25.0


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

* Re: [meta-virtualization] [PATCH] python3-docker-compose: update to 1.25.4
  2020-02-04 22:19 [PATCH] python3-docker-compose: update to 1.25.4 Ricardo Salveti
@ 2020-02-11 21:06 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2020-02-11 21:06 UTC (permalink / raw)
  To: Ricardo Salveti; +Cc: meta-virtualization

Is this fixing a known issue ? Adding some features ? both ? ..
or just to grab the latest. All are good reasons!

Just asking, since for next time we can capture a short summary
in the commit log about why we are doing the version bump.

This is now merged.

Bruce

In message: [meta-virtualization] [PATCH] python3-docker-compose: update to 1.25.4
on 04/02/2020 Ricardo Salveti wrote:

> Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
> ---
>  ...001-setup.py-remove-maximum-version-requirements.patch | 8 ++++----
>  ...compose_1.25.0.bb => python3-docker-compose_1.25.4.bb} | 4 ++--
>  2 files changed, 6 insertions(+), 6 deletions(-)
>  rename recipes-containers/docker-compose/{python3-docker-compose_1.25.0.bb => python3-docker-compose_1.25.4.bb} (87%)
> 
> diff --git a/recipes-containers/docker-compose/files/0001-setup.py-remove-maximum-version-requirements.patch b/recipes-containers/docker-compose/files/0001-setup.py-remove-maximum-version-requirements.patch
> index 8d204a7..6e5ca3d 100644
> --- a/recipes-containers/docker-compose/files/0001-setup.py-remove-maximum-version-requirements.patch
> +++ b/recipes-containers/docker-compose/files/0001-setup.py-remove-maximum-version-requirements.patch
> @@ -1,4 +1,4 @@
> -From 2685716409c560cdf94aee6262ed8c32ad137133 Mon Sep 17 00:00:00 2001
> +From 1d358acd46c9ca71d848fca8c2d677414257f247 Mon Sep 17 00:00:00 2001
>  From: Chen Qi <Qi.Chen@windriver.com>
>  Date: Fri, 22 Nov 2019 09:24:58 +0800
>  Subject: [PATCH] setup.py: remove maximum version requirements
> @@ -15,7 +15,7 @@ Signed-off-by: Ming Liu <liu.ming50@gmail.com>
>   1 file changed, 11 insertions(+), 11 deletions(-)
>  
>  diff --git a/setup.py b/setup.py
> -index 23ae08a..eef2825 100644
> +index 110441dc..eef28254 100644
>  --- a/setup.py
>  +++ b/setup.py
>  @@ -30,16 +30,16 @@ def find_version(*file_paths):
> @@ -24,7 +24,7 @@ index 23ae08a..eef2825 100644
>   install_requires = [
>  -    'cached-property >= 1.2.0, < 2',
>  -    'docopt >= 0.6.1, < 1',
> --    'PyYAML >= 3.10, < 5',
> +-    'PyYAML >= 3.10, < 6',
>  -    'requests >= 2.20.0, < 3',
>  -    'texttable >= 0.9.0, < 2',
>  -    'websocket-client >= 0.32.0, < 1',
> @@ -55,5 +55,5 @@ index 23ae08a..eef2825 100644
>   
>   
>  -- 
> -2.7.4
> +2.25.0
>  
> diff --git a/recipes-containers/docker-compose/python3-docker-compose_1.25.0.bb b/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb
> similarity index 87%
> rename from recipes-containers/docker-compose/python3-docker-compose_1.25.0.bb
> rename to recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb
> index ba35c49..2dcad1e 100644
> --- a/recipes-containers/docker-compose/python3-docker-compose_1.25.0.bb
> +++ b/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb
> @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8"
>  
>  inherit pypi setuptools3
>  
> -SRC_URI[md5sum] = "275b32cffdad6b9816dc8b4c7e55600a"
> -SRC_URI[sha256sum] = "2c5fcbfd3ff445b6f3eebb549cb167ef1d8f70c5806aab8f309fc8fa74cd977e"
> +SRC_URI[md5sum] = "893fbb804a9057d6c470b5312407e0d1"
> +SRC_URI[sha256sum] = "fabae2bee4abfa7bdd09125b6bbdcdda81f946c7b16e3ccc6bb2d821ef6488f3"
>  
>  SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch \
>              file://0001-setup.py-import-fastentrypoints.patch \
> -- 
> 2.25.0
> 

> 


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

end of thread, other threads:[~2020-02-11 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04 22:19 [PATCH] python3-docker-compose: update to 1.25.4 Ricardo Salveti
2020-02-11 21:06 ` [meta-virtualization] " Bruce Ashfield

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.