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

Main change is support for the compose format version 3.8.

Relevant git changes between versions:
- 41d229eb Fix v3.8 schema support for binaries
- 15bb3eeb add warning when max_replicas_per_node limits scale
- 5d34f12f set min engine version needed for v38 schema support
- 82873d2b update api version for 3.8
- fe832661 Add v3.8 schema support

Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
---
 ...ker-compose_1.25.4.bb => python3-docker-compose_1.25.5.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-containers/docker-compose/{python3-docker-compose_1.25.4.bb => python3-docker-compose_1.25.5.bb} (87%)

diff --git a/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb b/recipes-containers/docker-compose/python3-docker-compose_1.25.5.bb
similarity index 87%
rename from recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb
rename to recipes-containers/docker-compose/python3-docker-compose_1.25.5.bb
index 2dcad1e..dece5da 100644
--- a/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb
+++ b/recipes-containers/docker-compose/python3-docker-compose_1.25.5.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "893fbb804a9057d6c470b5312407e0d1"
-SRC_URI[sha256sum] = "fabae2bee4abfa7bdd09125b6bbdcdda81f946c7b16e3ccc6bb2d821ef6488f3"
+SRC_URI[md5sum] = "a6f296957148e4c61b28fb324c27c966"
+SRC_URI[sha256sum] = "7a2eb6d8173fdf408e505e6f7d497ac0b777388719542be9e49a0efd477a50c6"
 
 SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch \
             file://0001-setup.py-import-fastentrypoints.patch \
-- 
2.26.2


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

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

On Tue, May 5, 2020 at 5:32 PM Ricardo Salveti <ricardo@foundries.io> wrote:
>
> Main change is support for the compose format version 3.8.
>
> Relevant git changes between versions:
> - 41d229eb Fix v3.8 schema support for binaries
> - 15bb3eeb add warning when max_replicas_per_node limits scale
> - 5d34f12f set min engine version needed for v38 schema support
> - 82873d2b update api version for 3.8
> - fe832661 Add v3.8 schema support

Looks good.

I hope people are noticing how well this commit log is written and how
easy it made my part of the process :D

I tested it with some local docker uprevs here, and have pushed this
part, since it didn't cause issues with my pending work.

Cheers,

Bruce

>
> Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
> ---
>  ...ker-compose_1.25.4.bb => python3-docker-compose_1.25.5.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename recipes-containers/docker-compose/{python3-docker-compose_1.25.4.bb => python3-docker-compose_1.25.5.bb} (87%)
>
> diff --git a/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb b/recipes-containers/docker-compose/python3-docker-compose_1.25.5.bb
> similarity index 87%
> rename from recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb
> rename to recipes-containers/docker-compose/python3-docker-compose_1.25.5.bb
> index 2dcad1e..dece5da 100644
> --- a/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb
> +++ b/recipes-containers/docker-compose/python3-docker-compose_1.25.5.bb
> @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8"
>
>  inherit pypi setuptools3
>
> -SRC_URI[md5sum] = "893fbb804a9057d6c470b5312407e0d1"
> -SRC_URI[sha256sum] = "fabae2bee4abfa7bdd09125b6bbdcdda81f946c7b16e3ccc6bb2d821ef6488f3"
> +SRC_URI[md5sum] = "a6f296957148e4c61b28fb324c27c966"
> +SRC_URI[sha256sum] = "7a2eb6d8173fdf408e505e6f7d497ac0b777388719542be9e49a0efd477a50c6"
>
>  SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch \
>              file://0001-setup.py-import-fastentrypoints.patch \
> --
> 2.26.2
>
> 



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

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

end of thread, other threads:[~2020-05-06  3:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05 21:32 [PATCH] python3-docker-compose: update to 1.25.5 Ricardo Salveti
2020-05-06  3:04 ` [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.