[meta-virtualization] [m-c-s][PATCH 1/4] python-netaddr: uprev to 0.7.19

Bruce Ashfield bruce.ashfield at windriver.com
Tue Jan 17 11:34:48 PST 2017


merged, except for the stevedore patch, which didn't apply for
me.

Bruce

On 2017-01-17 1:49 PM, Mark Asselstine wrote:
> Required for the uprev of python-oslo.config to stable/newton.
>
> Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
> ---
>  meta-openstack/conf/layer.conf                           |  1 +
>  .../recipes-devtools/python/python-netaddr_0.7.14.bb     | 16 ----------------
>  .../recipes-devtools/python/python-netaddr_0.7.19.bb     | 16 ++++++++++++++++
>  3 files changed, 17 insertions(+), 16 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-netaddr_0.7.14.bb
>  create mode 100644 meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb
>
> diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
> index 19e3cb1..f5288e3 100644
> --- a/meta-openstack/conf/layer.conf
> +++ b/meta-openstack/conf/layer.conf
> @@ -16,5 +16,6 @@ PREFERRED_VERSION_python-sqlalchemy = "1.0.8"
>  PREFERRED_VERSION_python-pexpect = "3.3"
>  PREFERRED_VERSION_python-futures = "3.0.3%"
>  PREFERRED_VERSION_python-django = "1.8.6"
> +PREFERRED_VERSION_python-netaddr = "0.7.19"
>
>  LICENSE_PATH += "${LAYERDIR}/licenses"
> diff --git a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.14.bb b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.14.bb
> deleted file mode 100644
> index 346663f..0000000
> --- a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.14.bb
> +++ /dev/null
> @@ -1,16 +0,0 @@
> -DESCRIPTION = "A library for network address representation and manipulation"
> -HOMEPAGE = "https://github.com/drkjam/netaddr"
> -SECTION = "devel/python"
> -LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=b277425f87f3b06d25af45d8b96f9682"
> -
> -SRCNAME = "netaddr"
> -
> -SRC_URI = "https://pypi.python.org/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.zip"
> -
> -SRC_URI[md5sum] = "4aecd1ce80ddf242953f2a196046a14a"
> -SRC_URI[sha256sum] = "6d19b06b9bb6c9562b5f67ec36511946cfcfebf024a0c804b6fd5c36d3b11fb6"
> -
> -S = "${WORKDIR}/${SRCNAME}-${PV}"
> -
> -inherit distutils
> diff --git a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb
> new file mode 100644
> index 0000000..8284d20
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb
> @@ -0,0 +1,16 @@
> +DESCRIPTION = "A library for network address representation and manipulation"
> +HOMEPAGE = "https://github.com/drkjam/netaddr"
> +SECTION = "devel/python"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=e6345d695ffe3776f68a56fe7962db44"
> +
> +SRCNAME = "netaddr"
> +
> +SRC_URI = "https://pypi.io/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "51019ef59c93f3979bcb37d3b8527e07"
> +SRC_URI[sha256sum] = "38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd"
> +
> +S = "${WORKDIR}/${SRCNAME}-${PV}"
> +
> +inherit distutils
>



More information about the meta-virtualization mailing list