All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-cloud-services][PATCH] python-testtools: 2.2.0 -> 2.3.0
@ 2018-03-30  9:28 Huang Qiyu
  2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-waitress: 1.0.1 -> 1.1.0 Huang Qiyu
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Huang Qiyu @ 2018-03-30  9:28 UTC (permalink / raw)
  To: meta-virtualization

Upgrade python-testtools from 2.2.0 to 2.3.0.

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
 .../python/{python-testtools_2.2.0.bb => python-testtools_2.3.0.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-testtools_2.2.0.bb => python-testtools_2.3.0.bb} (76%)

diff --git a/meta-openstack/recipes-devtools/python/python-testtools_2.2.0.bb b/meta-openstack/recipes-devtools/python/python-testtools_2.3.0.bb
similarity index 76%
rename from meta-openstack/recipes-devtools/python/python-testtools_2.2.0.bb
rename to meta-openstack/recipes-devtools/python/python-testtools_2.3.0.bb
index af93ea8..bbf1d01 100644
--- a/meta-openstack/recipes-devtools/python/python-testtools_2.2.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-testtools_2.3.0.bb
@@ -4,8 +4,8 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a"
 
-SRC_URI[md5sum] = "adef817b07ba24fd6d807fd41a4f1ef4"
-SRC_URI[sha256sum] = "80f606607a6e4ce4d0e24e5b786562aa42c581906f3c070607a4265f3da65810"
+SRC_URI[md5sum] = "0f0feb915497816cb99e39437494217e"
+SRC_URI[sha256sum] = "5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559"
 
 inherit setuptools pypi
 DEPENDS += " \
-- 
2.7.4





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

* [meta-cloud-services][PATCH] python-waitress: 1.0.1 -> 1.1.0
  2018-03-30  9:28 [meta-cloud-services][PATCH] python-testtools: 2.2.0 -> 2.3.0 Huang Qiyu
@ 2018-03-30  9:28 ` Huang Qiyu
  2018-04-03 14:03   ` Mark Asselstine
  2018-04-04  3:25   ` Bruce Ashfield
  2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-webtest: 2.0.21 -> 2.0.29 Huang Qiyu
                   ` (3 subsequent siblings)
  4 siblings, 2 replies; 12+ messages in thread
From: Huang Qiyu @ 2018-03-30  9:28 UTC (permalink / raw)
  To: meta-virtualization

Upgrade python-waitress from 1.0.1 to 1.1.0.

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
 .../python/{python-waitress_1.0.1.bb => python-waitress_1.1.0.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-waitress_1.0.1.bb => python-waitress_1.1.0.bb} (62%)

diff --git a/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb
similarity index 62%
rename from meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb
rename to meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb
index 49c637b..f85f3a4 100644
--- a/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"
 
-SRC_URI[md5sum] = "dda92358a7569669086155923a46e57c"
-SRC_URI[sha256sum] = "2daacaece189ede6a23440afe03bda58089a6207f1d80a1e9497f979dfb741fc"
+SRC_URI[md5sum] = "0f1eb7fdfdbf2e6d18decbda1733045c"
+SRC_URI[sha256sum] = "d33cd3d62426c0f1b3cd84ee3d65779c7003aae3fc060dee60524d10a57f05a9"
 
 inherit setuptools pypi
-- 
2.7.4





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

* [meta-cloud-services][PATCH] python-webtest: 2.0.21 -> 2.0.29
  2018-03-30  9:28 [meta-cloud-services][PATCH] python-testtools: 2.2.0 -> 2.3.0 Huang Qiyu
  2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-waitress: 1.0.1 -> 1.1.0 Huang Qiyu
@ 2018-03-30  9:28 ` Huang Qiyu
  2018-04-03 14:06   ` Mark Asselstine
  2018-04-04  3:25   ` Bruce Ashfield
  2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-wsme: 0.9.1 -> 0.9.2 Huang Qiyu
                   ` (2 subsequent siblings)
  4 siblings, 2 replies; 12+ messages in thread
From: Huang Qiyu @ 2018-03-30  9:28 UTC (permalink / raw)
  To: meta-virtualization

1.Upgrade python-webtest from 2.0.21 to 2.0.29.
2.Update the checksum of LIC_FILES_CHKSUM, since the README.rst has been changed.
  Changed from https://webtest.readthedocs.org/en/latest/ to https://webtest.readthedocs.io/en/latest/.

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
 .../python/{python-webtest_2.0.21.bb => python-webtest_2.0.29.bb}   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-webtest_2.0.21.bb => python-webtest_2.0.29.bb} (52%)

diff --git a/meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb b/meta-openstack/recipes-devtools/python/python-webtest_2.0.29.bb
similarity index 52%
rename from meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb
rename to meta-openstack/recipes-devtools/python/python-webtest_2.0.29.bb
index c0f6c94..c075a55 100644
--- a/meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb
+++ b/meta-openstack/recipes-devtools/python/python-webtest_2.0.29.bb
@@ -2,13 +2,13 @@ DESCRIPTION = "Helper to test WSGI applications"
 HOMEPAGE = "https://pypi.python.org/pypi/WebTest/"
 SECTION = "devel/python"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.rst;md5=7ddcdd3b8e69edc8c5ae7e6bb64f0bc5"
+LIC_FILES_CHKSUM = "file://README.rst;md5=c7fb282fc7269ea1ef7dd689470b528b"
 
 PYPI_PACKAGE = "WebTest"
 
 RDEPENDS_${PN} += "python-beautifulsoup4"
 
-SRC_URI[md5sum] = "98e8b59da3cc6c150cebca8c92b66041"
-SRC_URI[sha256sum] = "3dc92ecd7604e21fc7c97578e4c43aff2a67cebdd4884a2aa804d85e85b34b55"
+SRC_URI[md5sum] = "30b4cf0d340b9a5335fac4389e6f84fc"
+SRC_URI[sha256sum] = "dbbccc15ac2465066c95dc3a7de0d30cde3791e886ccbd7e91d5d2a2580c922d"
 
 inherit setuptools pypi
-- 
2.7.4





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

* [meta-cloud-services][PATCH] python-wsme: 0.9.1 -> 0.9.2
  2018-03-30  9:28 [meta-cloud-services][PATCH] python-testtools: 2.2.0 -> 2.3.0 Huang Qiyu
  2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-waitress: 1.0.1 -> 1.1.0 Huang Qiyu
  2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-webtest: 2.0.21 -> 2.0.29 Huang Qiyu
@ 2018-03-30  9:28 ` Huang Qiyu
  2018-04-03 14:00   ` Mark Asselstine
  2018-04-04  3:25   ` Bruce Ashfield
  2018-04-03 14:04 ` [meta-cloud-services][PATCH] python-testtools: 2.2.0 -> 2.3.0 Mark Asselstine
  2018-04-04  3:25 ` Bruce Ashfield
  4 siblings, 2 replies; 12+ messages in thread
From: Huang Qiyu @ 2018-03-30  9:28 UTC (permalink / raw)
  To: meta-virtualization

Upgrade python-wsme from 0.9.1 to 0.9.2.

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
 .../python/{python-wsme_0.9.1.bb => python-wsme_0.9.2.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-wsme_0.9.1.bb => python-wsme_0.9.2.bb} (78%)

diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
similarity index 78%
rename from meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb
rename to meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
index 0016e63..59e1ddb 100644
--- a/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
 
 PYPI_PACKAGE = "WSME"
 
-SRC_URI[md5sum] = "23b0269af3f4c1db8cfa35054703f0db"
-SRC_URI[sha256sum] = "afdd3ba14f815837239d6dead652de460bd61a869e39430b459be77d1a928197"
+SRC_URI[md5sum] = "f7ab1fecd5fa64f579d6ef3aabf38f60"
+SRC_URI[sha256sum] = "e790ac755a7e36eaa796d3966d3878677896dbc7d1c2685cb85c06b744c21976"
 
 inherit setuptools pypi
 
-- 
2.7.4





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

* Re: [meta-cloud-services][PATCH] python-wsme: 0.9.1 -> 0.9.2
  2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-wsme: 0.9.1 -> 0.9.2 Huang Qiyu
@ 2018-04-03 14:00   ` Mark Asselstine
  2018-04-04  3:25   ` Bruce Ashfield
  1 sibling, 0 replies; 12+ messages in thread
From: Mark Asselstine @ 2018-04-03 14:00 UTC (permalink / raw)
  To: Huang Qiyu; +Cc: meta-virtualization

On Fri, Mar 30, 2018 at 5:28 AM, Huang Qiyu <huangqy.fnst@cn.fujitsu.com> wrote:
> Upgrade python-wsme from 0.9.1 to 0.9.2.
>
> Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
> ---

Bruce. This uprev should be safe. As always with these I will caveat
that if it is found to be incompatible with the 'pike' updates we will
bring back the old version and make use of PREF VERSION as required.

Mark

>  .../python/{python-wsme_0.9.1.bb => python-wsme_0.9.2.bb}             | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-wsme_0.9.1.bb => python-wsme_0.9.2.bb} (78%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
> similarity index 78%
> rename from meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb
> rename to meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
> index 0016e63..59e1ddb 100644
> --- a/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb
> +++ b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
> @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
>
>  PYPI_PACKAGE = "WSME"
>
> -SRC_URI[md5sum] = "23b0269af3f4c1db8cfa35054703f0db"
> -SRC_URI[sha256sum] = "afdd3ba14f815837239d6dead652de460bd61a869e39430b459be77d1a928197"
> +SRC_URI[md5sum] = "f7ab1fecd5fa64f579d6ef3aabf38f60"
> +SRC_URI[sha256sum] = "e790ac755a7e36eaa796d3966d3878677896dbc7d1c2685cb85c06b744c21976"
>
>  inherit setuptools pypi
>
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


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

* Re: [meta-cloud-services][PATCH] python-waitress: 1.0.1 -> 1.1.0
  2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-waitress: 1.0.1 -> 1.1.0 Huang Qiyu
@ 2018-04-03 14:03   ` Mark Asselstine
  2018-04-04  3:25   ` Bruce Ashfield
  1 sibling, 0 replies; 12+ messages in thread
From: Mark Asselstine @ 2018-04-03 14:03 UTC (permalink / raw)
  To: Huang Qiyu; +Cc: meta-virtualization

On Fri, Mar 30, 2018 at 5:28 AM, Huang Qiyu <huangqy.fnst@cn.fujitsu.com> wrote:
> Upgrade python-waitress from 1.0.1 to 1.1.0.
>
> Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
> ---

Bruce, this looks save to uprev.

Mark

>  .../python/{python-waitress_1.0.1.bb => python-waitress_1.1.0.bb}     | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-waitress_1.0.1.bb => python-waitress_1.1.0.bb} (62%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb
> similarity index 62%
> rename from meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb
> rename to meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb
> index 49c637b..f85f3a4 100644
> --- a/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb
> +++ b/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb
> @@ -4,7 +4,7 @@ SECTION = "devel/python"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"
>
> -SRC_URI[md5sum] = "dda92358a7569669086155923a46e57c"
> -SRC_URI[sha256sum] = "2daacaece189ede6a23440afe03bda58089a6207f1d80a1e9497f979dfb741fc"
> +SRC_URI[md5sum] = "0f1eb7fdfdbf2e6d18decbda1733045c"
> +SRC_URI[sha256sum] = "d33cd3d62426c0f1b3cd84ee3d65779c7003aae3fc060dee60524d10a57f05a9"
>
>  inherit setuptools pypi
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


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

* Re: [meta-cloud-services][PATCH] python-testtools: 2.2.0 -> 2.3.0
  2018-03-30  9:28 [meta-cloud-services][PATCH] python-testtools: 2.2.0 -> 2.3.0 Huang Qiyu
                   ` (2 preceding siblings ...)
  2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-wsme: 0.9.1 -> 0.9.2 Huang Qiyu
@ 2018-04-03 14:04 ` Mark Asselstine
  2018-04-04  3:25 ` Bruce Ashfield
  4 siblings, 0 replies; 12+ messages in thread
From: Mark Asselstine @ 2018-04-03 14:04 UTC (permalink / raw)
  To: Huang Qiyu; +Cc: meta-virtualization

On Fri, Mar 30, 2018 at 5:28 AM, Huang Qiyu <huangqy.fnst@cn.fujitsu.com> wrote:
> Upgrade python-testtools from 2.2.0 to 2.3.0.
>
> Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
> ---

Bruce, this looks safe to merge.

Mark

>  .../python/{python-testtools_2.2.0.bb => python-testtools_2.3.0.bb}   | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-testtools_2.2.0.bb => python-testtools_2.3.0.bb} (76%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-testtools_2.2.0.bb b/meta-openstack/recipes-devtools/python/python-testtools_2.3.0.bb
> similarity index 76%
> rename from meta-openstack/recipes-devtools/python/python-testtools_2.2.0.bb
> rename to meta-openstack/recipes-devtools/python/python-testtools_2.3.0.bb
> index af93ea8..bbf1d01 100644
> --- a/meta-openstack/recipes-devtools/python/python-testtools_2.2.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python-testtools_2.3.0.bb
> @@ -4,8 +4,8 @@ SECTION = "devel/python"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a"
>
> -SRC_URI[md5sum] = "adef817b07ba24fd6d807fd41a4f1ef4"
> -SRC_URI[sha256sum] = "80f606607a6e4ce4d0e24e5b786562aa42c581906f3c070607a4265f3da65810"
> +SRC_URI[md5sum] = "0f0feb915497816cb99e39437494217e"
> +SRC_URI[sha256sum] = "5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559"
>
>  inherit setuptools pypi
>  DEPENDS += " \
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


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

* Re: [meta-cloud-services][PATCH] python-webtest: 2.0.21 -> 2.0.29
  2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-webtest: 2.0.21 -> 2.0.29 Huang Qiyu
@ 2018-04-03 14:06   ` Mark Asselstine
  2018-04-04  3:25   ` Bruce Ashfield
  1 sibling, 0 replies; 12+ messages in thread
From: Mark Asselstine @ 2018-04-03 14:06 UTC (permalink / raw)
  To: Huang Qiyu; +Cc: meta-virtualization

On Fri, Mar 30, 2018 at 5:28 AM, Huang Qiyu <huangqy.fnst@cn.fujitsu.com> wrote:
> 1.Upgrade python-webtest from 2.0.21 to 2.0.29.
> 2.Update the checksum of LIC_FILES_CHKSUM, since the README.rst has been changed.
>   Changed from https://webtest.readthedocs.org/en/latest/ to https://webtest.readthedocs.io/en/latest/.
>
> Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
> ---

Bruce, this looks safe to merge.

Mark

>  .../python/{python-webtest_2.0.21.bb => python-webtest_2.0.29.bb}   | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-webtest_2.0.21.bb => python-webtest_2.0.29.bb} (52%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb b/meta-openstack/recipes-devtools/python/python-webtest_2.0.29.bb
> similarity index 52%
> rename from meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb
> rename to meta-openstack/recipes-devtools/python/python-webtest_2.0.29.bb
> index c0f6c94..c075a55 100644
> --- a/meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb
> +++ b/meta-openstack/recipes-devtools/python/python-webtest_2.0.29.bb
> @@ -2,13 +2,13 @@ DESCRIPTION = "Helper to test WSGI applications"
>  HOMEPAGE = "https://pypi.python.org/pypi/WebTest/"
>  SECTION = "devel/python"
>  LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://README.rst;md5=7ddcdd3b8e69edc8c5ae7e6bb64f0bc5"
> +LIC_FILES_CHKSUM = "file://README.rst;md5=c7fb282fc7269ea1ef7dd689470b528b"
>
>  PYPI_PACKAGE = "WebTest"
>
>  RDEPENDS_${PN} += "python-beautifulsoup4"
>
> -SRC_URI[md5sum] = "98e8b59da3cc6c150cebca8c92b66041"
> -SRC_URI[sha256sum] = "3dc92ecd7604e21fc7c97578e4c43aff2a67cebdd4884a2aa804d85e85b34b55"
> +SRC_URI[md5sum] = "30b4cf0d340b9a5335fac4389e6f84fc"
> +SRC_URI[sha256sum] = "dbbccc15ac2465066c95dc3a7de0d30cde3791e886ccbd7e91d5d2a2580c922d"
>
>  inherit setuptools pypi
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


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

* Re: [meta-cloud-services][PATCH] python-wsme: 0.9.1 -> 0.9.2
  2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-wsme: 0.9.1 -> 0.9.2 Huang Qiyu
  2018-04-03 14:00   ` Mark Asselstine
@ 2018-04-04  3:25   ` Bruce Ashfield
  1 sibling, 0 replies; 12+ messages in thread
From: Bruce Ashfield @ 2018-04-04  3:25 UTC (permalink / raw)
  To: Huang Qiyu; +Cc: meta-virtualization

merged

Bruce

On Fri, Mar 30, 2018 at 5:28 AM, Huang Qiyu <huangqy.fnst@cn.fujitsu.com> wrote:
> Upgrade python-wsme from 0.9.1 to 0.9.2.
>
> Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
> ---
>  .../python/{python-wsme_0.9.1.bb => python-wsme_0.9.2.bb}             | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-wsme_0.9.1.bb => python-wsme_0.9.2.bb} (78%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
> similarity index 78%
> rename from meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb
> rename to meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
> index 0016e63..59e1ddb 100644
> --- a/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb
> +++ b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
> @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
>
>  PYPI_PACKAGE = "WSME"
>
> -SRC_URI[md5sum] = "23b0269af3f4c1db8cfa35054703f0db"
> -SRC_URI[sha256sum] = "afdd3ba14f815837239d6dead652de460bd61a869e39430b459be77d1a928197"
> +SRC_URI[md5sum] = "f7ab1fecd5fa64f579d6ef3aabf38f60"
> +SRC_URI[sha256sum] = "e790ac755a7e36eaa796d3966d3878677896dbc7d1c2685cb85c06b744c21976"
>
>  inherit setuptools 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] 12+ messages in thread

* Re: [meta-cloud-services][PATCH] python-waitress: 1.0.1 -> 1.1.0
  2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-waitress: 1.0.1 -> 1.1.0 Huang Qiyu
  2018-04-03 14:03   ` Mark Asselstine
@ 2018-04-04  3:25   ` Bruce Ashfield
  1 sibling, 0 replies; 12+ messages in thread
From: Bruce Ashfield @ 2018-04-04  3:25 UTC (permalink / raw)
  To: Huang Qiyu; +Cc: meta-virtualization

merged

Bruce

On Fri, Mar 30, 2018 at 5:28 AM, Huang Qiyu <huangqy.fnst@cn.fujitsu.com> wrote:
> Upgrade python-waitress from 1.0.1 to 1.1.0.
>
> Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
> ---
>  .../python/{python-waitress_1.0.1.bb => python-waitress_1.1.0.bb}     | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-waitress_1.0.1.bb => python-waitress_1.1.0.bb} (62%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb
> similarity index 62%
> rename from meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb
> rename to meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb
> index 49c637b..f85f3a4 100644
> --- a/meta-openstack/recipes-devtools/python/python-waitress_1.0.1.bb
> +++ b/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb
> @@ -4,7 +4,7 @@ SECTION = "devel/python"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"
>
> -SRC_URI[md5sum] = "dda92358a7569669086155923a46e57c"
> -SRC_URI[sha256sum] = "2daacaece189ede6a23440afe03bda58089a6207f1d80a1e9497f979dfb741fc"
> +SRC_URI[md5sum] = "0f1eb7fdfdbf2e6d18decbda1733045c"
> +SRC_URI[sha256sum] = "d33cd3d62426c0f1b3cd84ee3d65779c7003aae3fc060dee60524d10a57f05a9"
>
>  inherit setuptools 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] 12+ messages in thread

* Re: [meta-cloud-services][PATCH] python-webtest: 2.0.21 -> 2.0.29
  2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-webtest: 2.0.21 -> 2.0.29 Huang Qiyu
  2018-04-03 14:06   ` Mark Asselstine
@ 2018-04-04  3:25   ` Bruce Ashfield
  1 sibling, 0 replies; 12+ messages in thread
From: Bruce Ashfield @ 2018-04-04  3:25 UTC (permalink / raw)
  To: Huang Qiyu; +Cc: meta-virtualization

merged

Bruce

On Fri, Mar 30, 2018 at 5:28 AM, Huang Qiyu <huangqy.fnst@cn.fujitsu.com> wrote:
> 1.Upgrade python-webtest from 2.0.21 to 2.0.29.
> 2.Update the checksum of LIC_FILES_CHKSUM, since the README.rst has been changed.
>   Changed from https://webtest.readthedocs.org/en/latest/ to https://webtest.readthedocs.io/en/latest/.
>
> Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
> ---
>  .../python/{python-webtest_2.0.21.bb => python-webtest_2.0.29.bb}   | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-webtest_2.0.21.bb => python-webtest_2.0.29.bb} (52%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb b/meta-openstack/recipes-devtools/python/python-webtest_2.0.29.bb
> similarity index 52%
> rename from meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb
> rename to meta-openstack/recipes-devtools/python/python-webtest_2.0.29.bb
> index c0f6c94..c075a55 100644
> --- a/meta-openstack/recipes-devtools/python/python-webtest_2.0.21.bb
> +++ b/meta-openstack/recipes-devtools/python/python-webtest_2.0.29.bb
> @@ -2,13 +2,13 @@ DESCRIPTION = "Helper to test WSGI applications"
>  HOMEPAGE = "https://pypi.python.org/pypi/WebTest/"
>  SECTION = "devel/python"
>  LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://README.rst;md5=7ddcdd3b8e69edc8c5ae7e6bb64f0bc5"
> +LIC_FILES_CHKSUM = "file://README.rst;md5=c7fb282fc7269ea1ef7dd689470b528b"
>
>  PYPI_PACKAGE = "WebTest"
>
>  RDEPENDS_${PN} += "python-beautifulsoup4"
>
> -SRC_URI[md5sum] = "98e8b59da3cc6c150cebca8c92b66041"
> -SRC_URI[sha256sum] = "3dc92ecd7604e21fc7c97578e4c43aff2a67cebdd4884a2aa804d85e85b34b55"
> +SRC_URI[md5sum] = "30b4cf0d340b9a5335fac4389e6f84fc"
> +SRC_URI[sha256sum] = "dbbccc15ac2465066c95dc3a7de0d30cde3791e886ccbd7e91d5d2a2580c922d"
>
>  inherit setuptools 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] 12+ messages in thread

* Re: [meta-cloud-services][PATCH] python-testtools: 2.2.0 -> 2.3.0
  2018-03-30  9:28 [meta-cloud-services][PATCH] python-testtools: 2.2.0 -> 2.3.0 Huang Qiyu
                   ` (3 preceding siblings ...)
  2018-04-03 14:04 ` [meta-cloud-services][PATCH] python-testtools: 2.2.0 -> 2.3.0 Mark Asselstine
@ 2018-04-04  3:25 ` Bruce Ashfield
  4 siblings, 0 replies; 12+ messages in thread
From: Bruce Ashfield @ 2018-04-04  3:25 UTC (permalink / raw)
  To: Huang Qiyu; +Cc: meta-virtualization

merged

Bruce

On Fri, Mar 30, 2018 at 5:28 AM, Huang Qiyu <huangqy.fnst@cn.fujitsu.com> wrote:
> Upgrade python-testtools from 2.2.0 to 2.3.0.
>
> Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
> ---
>  .../python/{python-testtools_2.2.0.bb => python-testtools_2.3.0.bb}   | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-testtools_2.2.0.bb => python-testtools_2.3.0.bb} (76%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-testtools_2.2.0.bb b/meta-openstack/recipes-devtools/python/python-testtools_2.3.0.bb
> similarity index 76%
> rename from meta-openstack/recipes-devtools/python/python-testtools_2.2.0.bb
> rename to meta-openstack/recipes-devtools/python/python-testtools_2.3.0.bb
> index af93ea8..bbf1d01 100644
> --- a/meta-openstack/recipes-devtools/python/python-testtools_2.2.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python-testtools_2.3.0.bb
> @@ -4,8 +4,8 @@ SECTION = "devel/python"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a"
>
> -SRC_URI[md5sum] = "adef817b07ba24fd6d807fd41a4f1ef4"
> -SRC_URI[sha256sum] = "80f606607a6e4ce4d0e24e5b786562aa42c581906f3c070607a4265f3da65810"
> +SRC_URI[md5sum] = "0f0feb915497816cb99e39437494217e"
> +SRC_URI[sha256sum] = "5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559"
>
>  inherit setuptools pypi
>  DEPENDS += " \
> --
> 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] 12+ messages in thread

end of thread, other threads:[~2018-04-04  3:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-30  9:28 [meta-cloud-services][PATCH] python-testtools: 2.2.0 -> 2.3.0 Huang Qiyu
2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-waitress: 1.0.1 -> 1.1.0 Huang Qiyu
2018-04-03 14:03   ` Mark Asselstine
2018-04-04  3:25   ` Bruce Ashfield
2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-webtest: 2.0.21 -> 2.0.29 Huang Qiyu
2018-04-03 14:06   ` Mark Asselstine
2018-04-04  3:25   ` Bruce Ashfield
2018-03-30  9:28 ` [meta-cloud-services][PATCH] python-wsme: 0.9.1 -> 0.9.2 Huang Qiyu
2018-04-03 14:00   ` Mark Asselstine
2018-04-04  3:25   ` Bruce Ashfield
2018-04-03 14:04 ` [meta-cloud-services][PATCH] python-testtools: 2.2.0 -> 2.3.0 Mark Asselstine
2018-04-04  3:25 ` 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.