Merge pull request #303732 from fabaff/playwrightcapture-bump

python312Packages.playwrightcapture: 1.24.2 -> 1.24.3
This commit is contained in:
Fabian Affolter 2024-04-13 10:06:48 +02:00 committed by GitHub
commit 3a60a2240e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,26 +1,27 @@
{ lib
, beautifulsoup4
, buildPythonPackage
, dateparser
, fetchFromGitHub
, playwright
, playwright-stealth
, poetry-core
, puremagic
, pydub
, pythonOlder
, pythonRelaxDepsHook
, pytz
, requests
, setuptools
, speechrecognition
, tzdata
, w3lib
{
lib,
beautifulsoup4,
buildPythonPackage,
dateparser,
fetchFromGitHub,
playwright,
playwright-stealth,
poetry-core,
puremagic,
pydub,
pythonOlder,
pythonRelaxDepsHook,
pytz,
requests,
setuptools,
speechrecognition,
tzdata,
w3lib,
}:
buildPythonPackage rec {
pname = "playwrightcapture";
version = "1.24.2";
version = "1.24.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -29,7 +30,7 @@ buildPythonPackage rec {
owner = "Lookyloo";
repo = "PlaywrightCapture";
rev = "refs/tags/v${version}";
hash = "sha256-1VLdQFTB2YG8JUNA9+ys8p1kE/5a5qvzMtEtboejOpc=";
hash = "sha256-T/6WfDFW4m9bB09mBwKw1I0iQ0HF0I2Pzf2MXExJVGY=";
};
pythonRelaxDeps = [
@ -39,10 +40,9 @@ buildPythonPackage rec {
"tzdata"
];
build-system = [
poetry-core
pythonRelaxDepsHook
];
build-system = [ poetry-core ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
beautifulsoup4
@ -68,9 +68,7 @@ buildPythonPackage rec {
# Module has no tests
doCheck = false;
pythonImportsCheck = [
"playwrightcapture"
];
pythonImportsCheck = [ "playwrightcapture" ];
meta = with lib; {
description = "Capture a URL with Playwright";