Unverified Commit 4cbf2fba authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.recipe-scrapers: 15.3.3 -> 15.4.0 (#373996)

parents e27a0fb0 0cfead9f
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "recipe-scrapers";
  version = "15.3.3";
  version = "15.4.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -26,20 +26,23 @@ buildPythonPackage rec {
    owner = "hhursev";
    repo = "recipe-scrapers";
    tag = version;
    hash = "sha256-rIQ6OfxsVczidLYVvXtkfpBk/KGLgDo+h4kqKXXSD80=";
    hash = "sha256-IAsa/GjTydKZq9Nh9MSVRb2DujICVQT38hMPTjzQyBw=";
  };

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  propagatedBuildInputs = [
  dependencies = [
    beautifulsoup4
    extruct
    isodate
    language-tags
    regex
    requests
  ];

  optional-dependencies = {
    online = [ requests ];
  };

  nativeCheckInputs = [
    pytestCheckHook
    responses