python312Packages.pygit2: 1.15.0 -> 1.16.0, tartufo: 5.0.1 -> 5.0.2 (#349844)

This commit is contained in:
Fabian Affolter 2024-11-03 12:40:07 +01:00 committed by GitHub
commit 2fa7fc0dd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 5 deletions

View File

@ -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" ];

View File

@ -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; {

View File

@ -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 ''