All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Trevor Gamblin" <trevor.gamblin@windriver.com>
To: Leon Anavi <leon.anavi@konsulko.com>,
	openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-python][PATCH 04/10] python3-pywbem: Upgrade 0.15.0 -> 0.17.2
Date: Tue, 30 Jun 2020 09:24:15 -0400	[thread overview]
Message-ID: <94c5fdd3-5c99-d9d7-5c2e-b5a0c8f3627f@windriver.com> (raw)
In-Reply-To: <20200629121233.27026-4-leon.anavi@konsulko.com>

[-- Attachment #1: Type: text/plain, Size: 2685 bytes --]


On 6/29/20 8:12 AM, Leon Anavi wrote:
> Upgrade to release 0.17.2:
>
> - Test: Fixed virtualenv related failures during install test.
> - Dev: Increased the versions of the base packages ‘pip’,
>    ‘setuptools’ and ‘wheel’ to the content of Ubuntu 18.04 as
>    a minimum, and to the lowest versions that support a particular
>    Python versions beyond that. This only affects development of
>    pywbem.
> - Setup: Added the scripts for installing OS-level dependencies
>    (pywbem_os_setup.sh/.bat) to the source distribution archive.
>    Note that starting with the upcoming pywbem 1.0.0, these scripts
>    are no longer needed, so this change will not be rolled forward
>    into 1.0.0.
> - Increased the version of ‘PyYAML’ from 5.1 to 5.3 on Python 2.7,
>    to pick up a fix for dealing with Unicode characters above U+FFFF
>    in narrow Python builds. This could not be fixed for Python 2.6
>    since PyYAML 3.12 dropped support for Python 2.6
> - Fixed raise error for invalid reference_direction in
>    WBEMServer.get_central_instances().
> - Fixed raise error for missing ports in WBEMListener.__init__().
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-pywbem_0.15.0.bb => python3-pywbem_0.17.2.bb} | 8 +++-----
>   1 file changed, 3 insertions(+), 5 deletions(-)
>   rename meta-python/recipes-extended/pywbem/{python3-pywbem_0.15.0.bb => python3-pywbem_0.17.2.bb} (91%)
>
> diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_0.17.2.bb
> similarity index 91%
> rename from meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb
> rename to meta-python/recipes-extended/pywbem/python3-pywbem_0.17.2.bb
> index cbb55b8f7..ce63822b4 100644
> --- a/meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb
> +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_0.17.2.bb
> @@ -16,12 +16,10 @@ HOMEPAGE = "http://pywbem.github.io"
>   LICENSE = "LGPLv2.1"
>   LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
>   
> -inherit pypi setuptools3 update-alternatives
> -
> -SRCREV = "b3386b3bee8876d15f0745147c0b08937d8ab18e"
> -PYPI_SRC_URI = "git://github.com/pywbem/pywbem;protocol=https;branch=stable_0.15"
> +SRC_URI[md5sum] = "6100157c720ba272895b3f79a05c8dc3"
> +SRC_URI[sha256sum] = "84dac33f77d5ff2c3d8eb42fc7de2ffb6d33f5e4954ef89db0dbf3fe646a2809"
>   
> -S = "${WORKDIR}/git"
> +inherit pypi setuptools3 update-alternatives
>   
>   DEPENDS += " \
>       ${PYTHON_PN}-ply-native \
>
> 

[-- Attachment #2: Type: text/html, Size: 3668 bytes --]

  reply	other threads:[~2020-06-30 13:24 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-29 12:12 [meta-python][PATCH 01/10] python3-pyparted: Consolidate in a single file Leon Anavi
2020-06-29 12:12 ` [meta-python][PATCH 02/10] python3-pyparted: Upgrade 3.11.3 -> 3.11.6 Leon Anavi
2020-06-30 13:23   ` [oe] " Trevor Gamblin
2020-06-29 12:12 ` [meta-python][PATCH 03/10] python3-pywbem: Consolidate in a single file Leon Anavi
2020-06-30 13:24   ` [oe] " Trevor Gamblin
2020-06-29 12:12 ` [meta-python][PATCH 04/10] python3-pywbem: Upgrade 0.15.0 -> 0.17.2 Leon Anavi
2020-06-30 13:24   ` Trevor Gamblin [this message]
2020-06-29 12:12 ` [meta-python][PATCH 05/10] python3-jsonrpcserver: Upgrade 4.1.2 -> 4.1.3 Leon Anavi
2020-06-30 13:24   ` [oe] " Trevor Gamblin
2020-06-29 12:12 ` [meta-python][PATCH 06/10] python3-humanize: Upgrade 2.4.0 -> 2.4.1 Leon Anavi
2020-06-30 13:24   ` [oe] " Trevor Gamblin
2020-06-29 12:12 ` [meta-python][PATCH 07/10] python3-autobahn: Upgrade 20.4.3 -> 20.6.2 Leon Anavi
2020-06-30 13:24   ` [oe] " Trevor Gamblin
2020-06-29 12:12 ` [meta-python][PATCH 08/10] python3-yappi: Upgrade 1.0 -> 1.2.5 Leon Anavi
2020-06-30 13:24   ` [oe] " Trevor Gamblin
2020-06-29 12:12 ` [meta-python][PATCH 09/10] python3-sympy: Upgrade 1.5.1 -> 1.6 Leon Anavi
2020-06-30 13:25   ` [oe] " Trevor Gamblin
2020-06-29 12:12 ` [meta-python][PATCH 10/10] python3-watchdog: Upgrade 0.10.2 -> 0.10.3 Leon Anavi
2020-06-30 13:25   ` [oe] " Trevor Gamblin
2020-06-30 13:23 ` [oe] [meta-python][PATCH 01/10] python3-pyparted: Consolidate in a single file Trevor Gamblin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=94c5fdd3-5c99-d9d7-5c2e-b5a0c8f3627f@windriver.com \
    --to=trevor.gamblin@windriver.com \
    --cc=leon.anavi@konsulko.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.