From 5e00cd863a81939bf1ead765632b5a57e1dd331c Mon Sep 17 00:00:00 2001 From: thstead Date: Tue, 21 May 2019 20:20:25 +0100 Subject: Upgraded python-pysnmp from version 4.3.5. to 4.4.9. This upgrade corrects a parameter issue on the Integer32.clone method within __SNMP-FRAMEWORK-MIB.py LICENSE checksum has also been updated to reflect the change of filename from LICENSE.txt to LICENSE.rst Signed-off-by: thstead Signed-off-by: Khem Raj --- .../recipes-devtools/python/python-pysnmp_4.3.5.bb | 25 --------------------- .../recipes-devtools/python/python-pysnmp_4.4.9.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 25 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb create mode 100644 meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb b/meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb deleted file mode 100644 index 0b38d58e4a..0000000000 --- a/meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "A pure-Python SNMPv1/v2c/v3 library" -DESCRIPTION = "SNMP v1/v2c/v3 engine and apps written in pure-Python. \ - Supports Manager/Agent/Proxy roles, scriptable MIBs, asynchronous \ - operation (asyncio, twisted, asyncore) and multiple transports.\ -" -HOMEPAGE = "https://pypi.python.org/pypi/pysnmp" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=280606d9c18f200e03e0c247ac61475a" - -SRCNAME = "pysnmp" - -SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "387aaa23c168ccc0b59775cfdf519fc0" -SRC_URI[sha256sum] = "38253fe95cea33f352fb36e85f3c2874043401724300c4888df74835161169d2" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += "python-pycrypto \ - python-pyasn1 \ - python-pysmi \ -" diff --git a/meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb b/meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb new file mode 100644 index 0000000000..9ff4df2c93 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb @@ -0,0 +1,26 @@ +SUMMARY = "A pure-Python SNMPv1/v2c/v3 library" +DESCRIPTION = "SNMP v1/v2c/v3 engine and apps written in pure-Python. \ + Supports Manager/Agent/Proxy roles, scriptable MIBs, asynchronous \ + operation (asyncio, twisted, asyncore) and multiple transports.\ +" +HOMEPAGE = "https://pypi.python.org/pypi/pysnmp" +SECTION = "devel/python" +LICENSE = "BSD" +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] = "6d1b514997326bed18f1ae1510f6b1c9" +SRC_URI[sha256sum] = "d5d1e59780126e963dd92e25993b783295734e71bef181f602e51f7393260441" + + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += "python-pycrypto \ + python-pyasn1 \ + python-pysmi \ +" -- cgit v1.2.3-54-g00ecf