Commit 7bb6e6f1 authored by Bruno BELANYI's avatar Bruno BELANYI
Browse files

tandoor-recipes: 1.5.6 -> 1.5.10

parent f87a5d4c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ lib, fetchFromGitHub }:
rec {
  version = "1.5.6";
  version = "1.5.10";

  src = fetchFromGitHub {
    owner = "TandoorRecipes";
    repo = "recipes";
    rev = version;
    hash = "sha256-3sitrTaIRKmjx+5vWOQXE0/Gu0jJ8VCpOq2cZZVLrbk=";
    hash = "sha256-CkqNPG57e76TT/vF9lscS6m2FbXOvOfqiT/9aM2Il9E=";
  };

  yarnHash = "sha256-mZ8beCF+3mnpgKED0fP96RBbGbKNNXqEJkGSjgrEGBc=";
  yarnHash = "sha256-atl2XrY9LmWh2USp6K2W50/khEsnY6OqKBUS26Ln9ZM=";

  meta = with lib; {
    homepage = "https://tandoor.dev/";
+8 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@ python.pkgs.pythonPackages.buildPythonPackage rec {
    ./media-root.patch
    # https://github.com/TandoorRecipes/recipes/pull/2706
    (fetchpatch {
      url = "https://github.com/TandoorRecipes/recipes/commit/8f66f5c3ca61751a80cc133ff4c59019d6fca406.patch";
      hash = "sha256-oF5YlPg1LEdLvKpxiSqjTmYPbrGquPlRIz6A05031gs=";
      url = "https://github.com/TandoorRecipes/recipes/commit/702c1d67d3b2d13cf471bf9daa1d2ef0f1837dec.patch";
      hash = "sha256-6vmtYs6b0d38Ojxxc2I7oxqpkIlyRVlhzURBOTO2VlQ=";
    })
  ];

@@ -42,6 +42,7 @@ python.pkgs.pythonPackages.buildPythonPackage rec {
    django-cleanup
    django-cors-headers
    django-crispy-forms
    django-crispy-bootstrap4
    django-hcaptcha
    django-js-reverse
    django-oauth-toolkit
@@ -124,6 +125,11 @@ python.pkgs.pythonPackages.buildPythonPackage rec {
    pytest-factoryboy
  ];

  # flaky
  disabledTests = [
    "test_search_count"
  ];

  passthru = {
    inherit frontend python;