All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [meta-cloud-services][patch]:python-psycopg2:2.7.4 -> 2.7.5
@ 2018-09-18  9:36 Hong Liu
  2018-09-18  9:36 ` [PATCH] [meta-cloud-services][patch]:python-stevedore:1.28.0 -> 1.29.0 Hong Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Hong Liu @ 2018-09-18  9:36 UTC (permalink / raw)
  To: meta-virtualization

1.Upgrade python-psycopg2 from 2.7.4 to 2.7.5

2.Modify LIC_FILES_CHKSUM.because of delete BSD-like license

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 .../python/{python-psycopg2_2.7.4.bb => python-psycopg2_2.7.5.bb}   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-psycopg2_2.7.4.bb => python-psycopg2_2.7.5.bb} (57%)

diff --git a/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.bb b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb
similarity index 57%
rename from meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.bb
rename to meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb
index 674322d..740643d 100644
--- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.bb
+++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb
@@ -2,15 +2,15 @@ DESCRIPTION = "Python-PostgreSQL Database Adapter"
 HOMEPAGE = "http://initd.org/psycopg/"
 SECTION = "devel/python"
 LICENSE = "GPLv3+"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=72bded22a37845c7d9dc3fd39d699a2d"
 DEPENDS = "postgresql"
 
 SRC_URI += " \
            file://remove-pg-config.patch \
           "
 
-SRC_URI[md5sum] = "70fc57072e084565a42689d416cf2c5c"
-SRC_URI[sha256sum] = "8bf51191d60f6987482ef0cfe8511bbf4877a5aa7f313d7b488b53189cf26209"
+SRC_URI[md5sum] = "9e7d6f695fc7f8d1c42a7905449246c9"
+SRC_URI[sha256sum] = "eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e"
 
 inherit distutils pypi
 
-- 
2.7.4





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

* [PATCH] [meta-cloud-services][patch]:python-stevedore:1.28.0 -> 1.29.0
  2018-09-18  9:36 [PATCH] [meta-cloud-services][patch]:python-psycopg2:2.7.4 -> 2.7.5 Hong Liu
@ 2018-09-18  9:36 ` Hong Liu
  2018-09-19  7:59   ` Bruce Ashfield
  2018-09-18  9:36 ` [PATCH] [meta-cloud-services][patch]:python-swiftclient:3.5.0->3.6.0 Hong Liu
  2018-09-19  8:00 ` [PATCH] [meta-cloud-services][patch]:python-psycopg2:2.7.4 -> 2.7.5 Bruce Ashfield
  2 siblings, 1 reply; 6+ messages in thread
From: Hong Liu @ 2018-09-18  9:36 UTC (permalink / raw)
  To: meta-virtualization

Upgrade python-stevedore from 1.28.0 to 1.29.0

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 .../python/{python-stevedore_1.28.0.bb => python-stevedore_1.29.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-stevedore_1.28.0.bb => python-stevedore_1.29.0.bb} (75%)

diff --git a/meta-openstack/recipes-devtools/python/python-stevedore_1.28.0.bb b/meta-openstack/recipes-devtools/python/python-stevedore_1.29.0.bb
similarity index 75%
rename from meta-openstack/recipes-devtools/python/python-stevedore_1.28.0.bb
rename to meta-openstack/recipes-devtools/python/python-stevedore_1.29.0.bb
index 789d76b..4b02f03 100644
--- a/meta-openstack/recipes-devtools/python/python-stevedore_1.28.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-stevedore_1.29.0.bb
@@ -4,8 +4,8 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[md5sum] = "b736a71431a2ff5831bbff4a6ccec0c1"
-SRC_URI[sha256sum] = "f1c7518e7b160336040fee272174f1f7b29a46febb3632502a8f2055f973d60b"
+SRC_URI[md5sum] = "525186cba577852e0408c92c3f8fac65"
+SRC_URI[sha256sum] = "1e153545aca7a6a49d8337acca4f41c212fbfa60bf864ecd056df0cafb9627e8"
 
 inherit setuptools rmargparse pypi
 
-- 
2.7.4





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

* [PATCH] [meta-cloud-services][patch]:python-swiftclient:3.5.0->3.6.0
  2018-09-18  9:36 [PATCH] [meta-cloud-services][patch]:python-psycopg2:2.7.4 -> 2.7.5 Hong Liu
  2018-09-18  9:36 ` [PATCH] [meta-cloud-services][patch]:python-stevedore:1.28.0 -> 1.29.0 Hong Liu
@ 2018-09-18  9:36 ` Hong Liu
  2018-09-19  8:00   ` Bruce Ashfield
  2018-09-19  8:00 ` [PATCH] [meta-cloud-services][patch]:python-psycopg2:2.7.4 -> 2.7.5 Bruce Ashfield
  2 siblings, 1 reply; 6+ messages in thread
From: Hong Liu @ 2018-09-18  9:36 UTC (permalink / raw)
  To: meta-virtualization

Upgrade python-swiftclient from 3.5.0 to 3.6.0.

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
index f668155..0ee9680 100644
--- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
@@ -9,8 +9,8 @@ SRCNAME = "swiftclient"
 
 SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master"
 
-PV = "3.5.0+git${SRCPV}"
-SRCREV = "b91651eba09ed43903c55f24e3a1a52aefeea75f"
+PV = "3.6.0+git${SRCPV}"
+SRCREV = "1cf074f4da62b7a42f88aef3c8571e7b6e850823"
 S = "${WORKDIR}/git"
 
 inherit setuptools python-dir
-- 
2.7.4





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

* Re: [PATCH] [meta-cloud-services][patch]:python-stevedore:1.28.0 -> 1.29.0
  2018-09-18  9:36 ` [PATCH] [meta-cloud-services][patch]:python-stevedore:1.28.0 -> 1.29.0 Hong Liu
@ 2018-09-19  7:59   ` Bruce Ashfield
  0 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2018-09-19  7:59 UTC (permalink / raw)
  To: Hong Liu; +Cc: meta-virtualization

merged

On Tue, Sep 18, 2018 at 5:36 AM, Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:
> Upgrade python-stevedore from 1.28.0 to 1.29.0
>
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  .../python/{python-stevedore_1.28.0.bb => python-stevedore_1.29.0.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-stevedore_1.28.0.bb => python-stevedore_1.29.0.bb} (75%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-stevedore_1.28.0.bb b/meta-openstack/recipes-devtools/python/python-stevedore_1.29.0.bb
> similarity index 75%
> rename from meta-openstack/recipes-devtools/python/python-stevedore_1.28.0.bb
> rename to meta-openstack/recipes-devtools/python/python-stevedore_1.29.0.bb
> index 789d76b..4b02f03 100644
> --- a/meta-openstack/recipes-devtools/python/python-stevedore_1.28.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python-stevedore_1.29.0.bb
> @@ -4,8 +4,8 @@ SECTION = "devel/python"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>
> -SRC_URI[md5sum] = "b736a71431a2ff5831bbff4a6ccec0c1"
> -SRC_URI[sha256sum] = "f1c7518e7b160336040fee272174f1f7b29a46febb3632502a8f2055f973d60b"
> +SRC_URI[md5sum] = "525186cba577852e0408c92c3f8fac65"
> +SRC_URI[sha256sum] = "1e153545aca7a6a49d8337acca4f41c212fbfa60bf864ecd056df0cafb9627e8"
>
>  inherit setuptools rmargparse pypi
>
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [PATCH] [meta-cloud-services][patch]:python-swiftclient:3.5.0->3.6.0
  2018-09-18  9:36 ` [PATCH] [meta-cloud-services][patch]:python-swiftclient:3.5.0->3.6.0 Hong Liu
@ 2018-09-19  8:00   ` Bruce Ashfield
  0 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2018-09-19  8:00 UTC (permalink / raw)
  To: Hong Liu; +Cc: meta-virtualization

merged

On Tue, Sep 18, 2018 at 5:36 AM, Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:
> Upgrade python-swiftclient from 3.5.0 to 3.6.0.
>
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
> index f668155..0ee9680 100644
> --- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
> @@ -9,8 +9,8 @@ SRCNAME = "swiftclient"
>
>  SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master"
>
> -PV = "3.5.0+git${SRCPV}"
> -SRCREV = "b91651eba09ed43903c55f24e3a1a52aefeea75f"
> +PV = "3.6.0+git${SRCPV}"
> +SRCREV = "1cf074f4da62b7a42f88aef3c8571e7b6e850823"
>  S = "${WORKDIR}/git"
>
>  inherit setuptools python-dir
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [PATCH] [meta-cloud-services][patch]:python-psycopg2:2.7.4 -> 2.7.5
  2018-09-18  9:36 [PATCH] [meta-cloud-services][patch]:python-psycopg2:2.7.4 -> 2.7.5 Hong Liu
  2018-09-18  9:36 ` [PATCH] [meta-cloud-services][patch]:python-stevedore:1.28.0 -> 1.29.0 Hong Liu
  2018-09-18  9:36 ` [PATCH] [meta-cloud-services][patch]:python-swiftclient:3.5.0->3.6.0 Hong Liu
@ 2018-09-19  8:00 ` Bruce Ashfield
  2 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2018-09-19  8:00 UTC (permalink / raw)
  To: Hong Liu; +Cc: meta-virtualization

merged

Bruce

On Tue, Sep 18, 2018 at 5:36 AM, Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:
> 1.Upgrade python-psycopg2 from 2.7.4 to 2.7.5
>
> 2.Modify LIC_FILES_CHKSUM.because of delete BSD-like license
>
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  .../python/{python-psycopg2_2.7.4.bb => python-psycopg2_2.7.5.bb}   | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-psycopg2_2.7.4.bb => python-psycopg2_2.7.5.bb} (57%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.bb b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb
> similarity index 57%
> rename from meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.bb
> rename to meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb
> index 674322d..740643d 100644
> --- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.bb
> +++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb
> @@ -2,15 +2,15 @@ DESCRIPTION = "Python-PostgreSQL Database Adapter"
>  HOMEPAGE = "http://initd.org/psycopg/"
>  SECTION = "devel/python"
>  LICENSE = "GPLv3+"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=72bded22a37845c7d9dc3fd39d699a2d"
>  DEPENDS = "postgresql"
>
>  SRC_URI += " \
>             file://remove-pg-config.patch \
>            "
>
> -SRC_URI[md5sum] = "70fc57072e084565a42689d416cf2c5c"
> -SRC_URI[sha256sum] = "8bf51191d60f6987482ef0cfe8511bbf4877a5aa7f313d7b488b53189cf26209"
> +SRC_URI[md5sum] = "9e7d6f695fc7f8d1c42a7905449246c9"
> +SRC_URI[sha256sum] = "eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e"
>
>  inherit distutils pypi
>
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

end of thread, other threads:[~2018-09-19  8:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-18  9:36 [PATCH] [meta-cloud-services][patch]:python-psycopg2:2.7.4 -> 2.7.5 Hong Liu
2018-09-18  9:36 ` [PATCH] [meta-cloud-services][patch]:python-stevedore:1.28.0 -> 1.29.0 Hong Liu
2018-09-19  7:59   ` Bruce Ashfield
2018-09-18  9:36 ` [PATCH] [meta-cloud-services][patch]:python-swiftclient:3.5.0->3.6.0 Hong Liu
2018-09-19  8:00   ` Bruce Ashfield
2018-09-19  8:00 ` [PATCH] [meta-cloud-services][patch]:python-psycopg2:2.7.4 -> 2.7.5 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.