python3Packages.pysnmp: 7.1.16 -> 7.1.21

https://github.com/lextudio/pysnmp/blob/refs/tags/v7.1.21/CHANGES.rst
This commit is contained in:
Martin Weinelt 2025-08-06 22:11:22 +02:00
parent 70c696e403
commit 59684a9cb6
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -4,7 +4,7 @@
fetchFromGitHub, fetchFromGitHub,
# build-system # build-system
poetry-core, flit-core,
# dependencies # dependencies
pyasn1, pyasn1,
@ -19,17 +19,17 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pysnmp"; pname = "pysnmp";
version = "7.1.16"; version = "7.1.21";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lextudio"; owner = "lextudio";
repo = "pysnmp"; repo = "pysnmp";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-HGIbxvq4twyZavtjkf2Uu9SEFIXzPCT34lAJEeprwXU="; hash = "sha256-IbVs/fjNRDhp4a78ZbgqUOxyrlZjEwsKSlQV3+mmCjo=";
}; };
build-system = [ poetry-core ]; build-system = [ flit-core ];
dependencies = [ dependencies = [
pyasn1 pyasn1
@ -71,6 +71,7 @@ buildPythonPackage rec {
"test_syntax_integer" "test_syntax_integer"
"test_syntax_unsigned" "test_syntax_unsigned"
"test_add_asn1_mib_source" "test_add_asn1_mib_source"
"test_syntax_fixed_length_octet_string"
]; ];
disabledTestPaths = [ disabledTestPaths = [