mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
pip-audit: 2.7.3 -> 2.8.0
Diff: https://github.com/trailofbits/pip-audit/compare/refs/tags/v2.7.3...v2.8.0 Changelog: https://github.com/pypa/pip-audit/releases/tag/v2.8.0
This commit is contained in:
parent
48134064dd
commit
16a84fa329
1 changed files with 5 additions and 4 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "pip-audit";
|
pname = "pip-audit";
|
||||||
version = "2.7.3";
|
version = "2.8.0";
|
||||||
pyproject = true;
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "trailofbits";
|
owner = "trailofbits";
|
||||||
repo = "pip-audit";
|
repo = "pip-audit";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-MRFfF5OygUCIdUnPvxhYk4IcLSWGgmlw2qgzPoZDniw=";
|
hash = "sha256-UW7pJYMcc8Myc4DmrZqAPUhAVs9J6o8/6QQb5vxskcg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3.pkgs; [ flit-core ];
|
build-system = with python3.pkgs; [ flit-core ];
|
||||||
|
@ -27,6 +27,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
packaging
|
packaging
|
||||||
pip-api
|
pip-api
|
||||||
pip-requirements-parser
|
pip-requirements-parser
|
||||||
|
platformdirs
|
||||||
rich
|
rich
|
||||||
toml
|
toml
|
||||||
]
|
]
|
||||||
|
@ -62,7 +63,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
description = "Tool for scanning Python environments for known vulnerabilities";
|
description = "Tool for scanning Python environments for known vulnerabilities";
|
||||||
homepage = "https://github.com/trailofbits/pip-audit";
|
homepage = "https://github.com/trailofbits/pip-audit";
|
||||||
changelog = "https://github.com/pypa/pip-audit/releases/tag/v${version}";
|
changelog = "https://github.com/pypa/pip-audit/releases/tag/v${version}";
|
||||||
license = with licenses; [ asl20 ];
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
mainProgram = "pip-audit";
|
mainProgram = "pip-audit";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue