mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
0073ff9cf2
commit
9d95ab00dc
1 changed files with 6 additions and 2 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue