Merge pull request #175001 from fabaff/pysnmplib-bump

python310Packages.pysnmplib: 5.0.10 -> 5.0.15
This commit is contained in:
Martin Weinelt 2022-05-27 23:11:52 +02:00 committed by GitHub
commit 575942921d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -37,6 +37,8 @@ buildPythonPackage rec {
--replace "--cov --cov-report term-missing " ""
substituteInPlace setup.py \
--replace '"pytest-runner"' ""
substituteInPlace requirements.txt \
--replace "pysnmplib==5.0.10" "pysnmplib>=5.0.10"
'';
pythonImportsCheck = [

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysnmplib";
version = "5.0.10";
version = "5.0.15";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "pysnmp";
repo = "pysnmp";
rev = "v${version}";
hash = "sha256-PsfsOVzeHCVdd1Bi+FYYi68Wzn1MI8dZUbRr/tmT+cA=";
hash = "sha256-9HkS8oY9aHr8jXmryUMNz3z36BMWeYMuXLKdpEzCgZc=";
};
nativeBuildInputs = [