Merge pull request #313469 from fabaff/lacuscore-bump

python312Packages.playwrightcapture: 1.24.9 -> 1.24.10, python312Packages.lacuscore: 1.9.3 -> 1.9.4
This commit is contained in:
Fabian Affolter 2024-05-21 23:06:21 +02:00 committed by GitHub
commit 71fff17ba0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 25 additions and 26 deletions

View File

@ -1,22 +1,23 @@
{ lib
, async-timeout
, buildPythonPackage
, defang
, dnspython
, fetchFromGitHub
, playwrightcapture
, poetry-core
, pythonOlder
, redis
, requests
, pythonRelaxDepsHook
, sphinx
, ua-parser
{
lib,
async-timeout,
buildPythonPackage,
defang,
dnspython,
fetchFromGitHub,
playwrightcapture,
poetry-core,
pythonOlder,
redis,
requests,
pythonRelaxDepsHook,
sphinx,
ua-parser,
}:
buildPythonPackage rec {
pname = "lacuscore";
version = "1.9.3";
version = "1.9.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,19 +26,19 @@ buildPythonPackage rec {
owner = "ail-project";
repo = "LacusCore";
rev = "refs/tags/v${version}";
hash = "sha256-jfbDg74vHwOFvbOETPSaApFCpzw9Khu8PgGpsoAwSGc=";
hash = "sha256-wjkU9rZvR7fySeNvMizLYL3JwsfhicdtezWeuwMCHgM=";
};
pythonRelaxDeps = [
"redis"
"requests"
];
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
build-system = [ poetry-core ];
propagatedBuildInputs = [
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [
async-timeout
defang
dnspython
@ -51,9 +52,7 @@ buildPythonPackage rec {
# Module has no tests
doCheck = false;
pythonImportsCheck = [
"lacuscore"
];
pythonImportsCheck = [ "lacuscore" ];
meta = with lib; {
description = "The modulable part of Lacus";

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "playwrightcapture";
version = "1.24.9";
version = "1.24.10";
pyproject = true;
disabled = pythonOlder "3.8";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "Lookyloo";
repo = "PlaywrightCapture";
rev = "refs/tags/v${version}";
hash = "sha256-XWl/vvPMSD7oCl2/qG4y1ERopQdi5O9erFFpTmK8U5k=";
hash = "sha256-kjh0ZrFS0jb4CYJfDosLiRffsVzF3/EWPYidBrhStIU=";
};
pythonRelaxDeps = [