[oe] [meta-python][PATCH] Upgraded python-pysnmp from version 4.3.5. to 4.4.9. This upgrade was required to correct an issue with the Integer32.clone method taking vairable parameters as opposed to the 4 defined in v4.3.5. The error was occurs within __SNMP-FRAMEWORK-MIB.py

Khem Raj raj.khem at gmail.com
Mon May 20 17:01:55 UTC 2019


Add something about why License checksum is changes in commit message
secondly, format the commit message such that the subject line is followed by
an empty line before detailed description starts in commit message.

On Mon, May 20, 2019 at 9:59 AM thstead <thstead at steadtechnology.co.uk> wrote:
>
> Signed-off-by: thstead <thstead at steadtechnology.co.uk>
> ---
>  .../python/{python-pysnmp_4.3.5.bb => python-pysnmp_4.4.9.bb}      | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>  rename meta-python/recipes-devtools/python/{python-pysnmp_4.3.5.bb => python-pysnmp_4.4.9.bb} (74%)
>
> diff --git a/meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb b/meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb
> similarity index 74%
> rename from meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb
> rename to meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb
> index 0b38d58e4..9ff4df2c9 100644
> --- a/meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb
> +++ b/meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb
> @@ -6,14 +6,15 @@ DESCRIPTION = "SNMP v1/v2c/v3 engine and apps written in pure-Python. \
>  HOMEPAGE = "https://pypi.python.org/pypi/pysnmp"
>  SECTION = "devel/python"
>  LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=280606d9c18f200e03e0c247ac61475a"
> +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=b15d29f500f748d1c2a15709769090a8"
>
>  SRCNAME = "pysnmp"
>
>  SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
>
> -SRC_URI[md5sum] = "387aaa23c168ccc0b59775cfdf519fc0"
> -SRC_URI[sha256sum] = "38253fe95cea33f352fb36e85f3c2874043401724300c4888df74835161169d2"
> +SRC_URI[md5sum] = "6d1b514997326bed18f1ae1510f6b1c9"
> +SRC_URI[sha256sum] = "d5d1e59780126e963dd92e25993b783295734e71bef181f602e51f7393260441"
> +
>
>  S = "${WORKDIR}/${SRCNAME}-${PV}"
>
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list