All of lore.kernel.org
 help / color / mirror / Atom feed
* [m-c-s][PATCH] python-jsonschema: drop our recipe in favor of the one in meta-python
@ 2017-11-15 19:22 Mark Asselstine
  2017-11-15 20:54 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Asselstine @ 2017-11-15 19:22 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield

The current v2.5.1 recipe is slightly broken (needs PYPI_PACKAGE_EXT =
"zip" added). But regardless the current v2.5.1 recipe is unused since
we are picking up the v2.6.0 in meta-python. Drop the unused/broken
v2.5.1 recipe to clean things up. As with all our python recipes we
will need to keep an eye on the version to ensure the are compatible,
so add a PREF version to help track any skew that might develop.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 meta-openstack/conf/layer.conf                          |  1 +
 .../recipes-devtools/python/python-jsonschema_2.5.1.bb  | 17 -----------------
 2 files changed, 1 insertion(+), 17 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb

diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index f2aa64e..838e7b0 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -21,4 +21,5 @@ PREFERRED_VERSION_python-sqlalchemy = "1.0.16"
 PREFERRED_VERSION_python-requests = "2.13.0"
 PREFERRED_VERSION_python-eventlet = "0.20.0"
 PREFERRED_VERSION_python-warlock = "1.2.0"
+PREFERRED_VERSION_python-jsonschema = "2.6.0"
 LICENSE_PATH += "${LAYERDIR}/licenses"
diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
deleted file mode 100644
index 1174795..0000000
--- a/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "An implementation of JSON-Schema validation for Python"
-HOMEPAGE = "http://pypi.python.org/pypi/jsonschema"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8"
-
-SRC_URI[md5sum] = "e491298485bdefeecb0f1ca3d65e5292"
-SRC_URI[sha256sum] = "9088494da4c74497a7a27842ae4ca9c3355b5f7754121edc440463eaf020f079"
-
-inherit setuptools pypi
-
-DEPENDS += "python-vcversioner"
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        python-vcversioner-native \
-        "
-- 
2.7.4



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

* Re: [m-c-s][PATCH] python-jsonschema: drop our recipe in favor of the one in meta-python
  2017-11-15 19:22 [m-c-s][PATCH] python-jsonschema: drop our recipe in favor of the one in meta-python Mark Asselstine
@ 2017-11-15 20:54 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2017-11-15 20:54 UTC (permalink / raw)
  To: Mark Asselstine, meta-virtualization

On 2017-11-15 2:22 PM, Mark Asselstine wrote:
> The current v2.5.1 recipe is slightly broken (needs PYPI_PACKAGE_EXT =
> "zip" added). But regardless the current v2.5.1 recipe is unused since
> we are picking up the v2.6.0 in meta-python. Drop the unused/broken
> v2.5.1 recipe to clean things up. As with all our python recipes we
> will need to keep an eye on the version to ensure the are compatible,
> so add a PREF version to help track any skew that might develop.

merged.

Bruce

> 
> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> ---
>   meta-openstack/conf/layer.conf                          |  1 +
>   .../recipes-devtools/python/python-jsonschema_2.5.1.bb  | 17 -----------------
>   2 files changed, 1 insertion(+), 17 deletions(-)
>   delete mode 100644 meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
> 
> diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
> index f2aa64e..838e7b0 100644
> --- a/meta-openstack/conf/layer.conf
> +++ b/meta-openstack/conf/layer.conf
> @@ -21,4 +21,5 @@ PREFERRED_VERSION_python-sqlalchemy = "1.0.16"
>   PREFERRED_VERSION_python-requests = "2.13.0"
>   PREFERRED_VERSION_python-eventlet = "0.20.0"
>   PREFERRED_VERSION_python-warlock = "1.2.0"
> +PREFERRED_VERSION_python-jsonschema = "2.6.0"
>   LICENSE_PATH += "${LAYERDIR}/licenses"
> diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
> deleted file mode 100644
> index 1174795..0000000
> --- a/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -DESCRIPTION = "An implementation of JSON-Schema validation for Python"
> -HOMEPAGE = "http://pypi.python.org/pypi/jsonschema"
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8"
> -
> -SRC_URI[md5sum] = "e491298485bdefeecb0f1ca3d65e5292"
> -SRC_URI[sha256sum] = "9088494da4c74497a7a27842ae4ca9c3355b5f7754121edc440463eaf020f079"
> -
> -inherit setuptools pypi
> -
> -DEPENDS += "python-vcversioner"
> -
> -# Satisfy setup.py 'setup_requires'
> -DEPENDS += " \
> -        python-vcversioner-native \
> -        "
> 



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

end of thread, other threads:[~2017-11-15 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-15 19:22 [m-c-s][PATCH] python-jsonschema: drop our recipe in favor of the one in meta-python Mark Asselstine
2017-11-15 20:54 ` 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.