nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.pysnmp: 7.1.16 -> 7.1.21

https://github.com/lextudio/pysnmp/blob/refs/tags/v7.1.21/CHANGES.rst

+5 -4
+5 -4
pkgs/development/python-modules/pysnmp/default.nix
··· 4 4 fetchFromGitHub, 5 5 6 6 # build-system 7 - poetry-core, 7 + flit-core, 8 8 9 9 # dependencies 10 10 pyasn1, ··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "pysnmp"; 22 - version = "7.1.16"; 22 + version = "7.1.21"; 23 23 pyproject = true; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "lextudio"; 27 27 repo = "pysnmp"; 28 28 tag = "v${version}"; 29 - hash = "sha256-HGIbxvq4twyZavtjkf2Uu9SEFIXzPCT34lAJEeprwXU="; 29 + hash = "sha256-IbVs/fjNRDhp4a78ZbgqUOxyrlZjEwsKSlQV3+mmCjo="; 30 30 }; 31 31 32 - build-system = [ poetry-core ]; 32 + build-system = [ flit-core ]; 33 33 34 34 dependencies = [ 35 35 pyasn1 ··· 71 71 "test_syntax_integer" 72 72 "test_syntax_unsigned" 73 73 "test_add_asn1_mib_source" 74 + "test_syntax_fixed_length_octet_string" 74 75 ]; 75 76 76 77 disabledTestPaths = [