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