Unverified Commit 2fa7fc0d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents ecd44361 4765d1a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];
+3 −1
Original line number Diff line number Diff line
@@ -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; {
+2 −2
Original line number Diff line number Diff line
@@ -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 ''