python3Packages.pysnmp: 7.1.24 -> 7.1.27

https://github.com/lextudio/pysnmp/blob/refs/tags/v7.1.27/CHANGES.rst
This commit is contained in:
Martin Weinelt 2026-05-24 02:06:44 +02:00
commit 9d95ab00dc

View file

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "pysnmp";
version = "7.1.24";
version = "7.1.27";
pyproject = true;
src = fetchFromGitHub {
owner = "lextudio";
repo = "pysnmp";
tag = "v${version}";
hash = "sha256-jKTU6ivcg13naaKMVmCYtjmi16kh3nAScDN80OR0d+A=";
hash = "sha256-BFdPdEa5aZAYa6i7714k33wM36Sq1ExJO/6dmsGLzVg=";
};
build-system = [ flit-core ];
@ -64,6 +64,7 @@ buildPythonPackage rec {
"test_v2c_get_table_bulk_0_5_subtree"
"test_v2c_get_table_bulk_0_6_subtree"
# pysnmp.smi.error.MibNotFoundError
# mibs are not part of the repo and expensive to pull
"test_send_v3_trap_notification"
"test_addAsn1MibSource"
"test_v1_walk"
@ -72,6 +73,9 @@ buildPythonPackage rec {
"test_syntax_unsigned"
"test_add_asn1_mib_source"
"test_syntax_fixed_length_octet_string"
"test_inet_address_ipv4_resolv"
"test_inet_address_ipv6_resolv"
"test_inet_address_roundtrip"
];
disabledTestPaths = [