python312Packages.pygit2: 1.15.0 -> 1.16.0, tartufo: 5.0.1 -> 5.0.2 (#349844)
This commit is contained in:
commit
2fa7fc0dd9
@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "tartufo";
|
||||
version = "5.0.1";
|
||||
version = "5.0.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "godaddy";
|
||||
repo = "tartufo";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-mwwenmSCxnzD2DLf1a/dsQjwJ2GetMgRGj/noqWJ/E0=";
|
||||
hash = "sha256-s7gqGvOnie7lGlpW3wfd8igWfowxwg9mftRjiHnvedc=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "tomlkit" ];
|
||||
|
@ -65,9 +65,11 @@ buildPythonPackage rec {
|
||||
|
||||
disabledTests = [
|
||||
# KeyError and AssertionError
|
||||
"test_annex_keys"
|
||||
"test_batchjson_metadata"
|
||||
"test_file_tree"
|
||||
"test_jsonprocess_annex_metadata_batch"
|
||||
"test_process_annex_metadata_batch"
|
||||
"test_batchjson_metadata"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
@ -16,14 +16,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pygit2";
|
||||
version = "1.15.1";
|
||||
version = "1.16.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-4f6LhQU9lxMEPIHszHQTL55bYD8gnoBzPXlV6v0i650=";
|
||||
hash = "sha256-eymmeWuqFfyJ1EOsjVF3VBHZseWwbcQNRYxWyFdrSKI=";
|
||||
};
|
||||
|
||||
preConfigure = lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||
|
Loading…
Reference in New Issue
Block a user