Unverified Commit 8df2c918 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.playwrightcapture: 1.28.6 -> 1.29.0,...

python313Packages.playwrightcapture: 1.28.6 -> 1.29.0, python313Packages.lacuscore: 1.13.9 -> 1.14.0 (#400798)
parents 07d4e37f 4a88a04b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "lacuscore";
  version = "1.13.9";
  version = "1.14.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "ail-project";
    repo = "LacusCore";
    tag = "v${version}";
    hash = "sha256-knAM4cdevww4/dheOw7AnGtegXuMiXt9R0Tmw1wNV80=";
    hash = "sha256-szcvg4jfJ84kHYWjPBwecfvfsc258SS0OIuYle1lC1g=";
  };

  pythonRelaxDeps = [
+4 −2
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  beautifulsoup4,
  buildPythonPackage,
  dateparser,
  dnspython,
  fetchFromGitHub,
  playwright-stealth,
  playwright,
@@ -22,7 +23,7 @@

buildPythonPackage rec {
  pname = "playwrightcapture";
  version = "1.28.6";
  version = "1.29.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -31,7 +32,7 @@ buildPythonPackage rec {
    owner = "Lookyloo";
    repo = "PlaywrightCapture";
    tag = "v${version}";
    hash = "sha256-f1XCNDc2oNJ/EM8S12nCSYtQh7nUi4UROEzTuOH41Ds=";
    hash = "sha256-p2EprahxHqq4jL7bdnq1+BK3IPea5tZLu/X4N+kZLSY=";
  };

  pythonRelaxDeps = [
@@ -50,6 +51,7 @@ buildPythonPackage rec {
    aiohttp-socks
    beautifulsoup4
    dateparser
    dnspython
    playwright
    playwright-stealth
    puremagic