package/python-pysnmp: bump to version 7.1.8

Drop no longer required python-pysmi runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard
2024-10-27 17:14:16 -06:00
committed by Thomas Petazzoni
parent 37edaae849
commit 135b4408eb
3 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
config BR2_PACKAGE_PYTHON_PYSNMP
bool "python-pysnmp"
select BR2_PACKAGE_PYTHON_PYASN1 # runtime
select BR2_PACKAGE_PYTHON_PYSMI # runtime
help
PySNMP is a cross-platform, pure-Python SNMP engine
implementation.

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pysnmp/json
md5 9d1ba65a734a613e68d616f3f4c24b6f pysnmp-7.1.4.tar.gz
sha256 4ec7fd78cb7437ad64644108dea603cad8e49f065da3dd3e0539dda68bad320c pysnmp-7.1.4.tar.gz
md5 801dca4e3d0b58aeece4fa3be83b3cca pysnmp-7.1.8.tar.gz
sha256 03d88f0ba21e0357ad58c9566d369dd6123b5b628840f91001d40c0f5b658933 pysnmp-7.1.8.tar.gz
# Locally computed sha256 checksums
sha256 4954453957449b5e6f797d070f4d91024dceb3e056c99d72350795b71db0fc70 LICENSE.rst

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_PYSNMP_VERSION = 7.1.4
PYTHON_PYSNMP_VERSION = 7.1.8
PYTHON_PYSNMP_SOURCE = pysnmp-$(PYTHON_PYSNMP_VERSION).tar.gz
PYTHON_PYSNMP_SITE = https://files.pythonhosted.org/packages/43/71/18a9d8c00efba166b66408040028f25a8ea20d2acc9cd89bd780369544b1
PYTHON_PYSNMP_SITE = https://files.pythonhosted.org/packages/e9/af/f9e379bd9e607fd289b6cef13d633667c4d213f8c1519a86f61eed09731f
PYTHON_PYSNMP_SETUP_TYPE = pep517
PYTHON_PYSNMP_LICENSE = BSD-2-Clause
PYTHON_PYSNMP_LICENSE_FILES = LICENSE.rst