From 7e7cd1164b79bd4276a40734c964d73424c356ea Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 3 Sep 2024 21:21:19 +0200 Subject: [PATCH] python312Packages.trafilatura: 1.12.0 -> 1.12.1 Changelog: https://github.com/adbar/trafilatura/blob/v1.12.1/HISTORY.md --- pkgs/development/python-modules/trafilatura/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/trafilatura/default.nix b/pkgs/development/python-modules/trafilatura/default.nix index 984d95c00cb12..06d380df90fdb 100644 --- a/pkgs/development/python-modules/trafilatura/default.nix +++ b/pkgs/development/python-modules/trafilatura/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "trafilatura"; - version = "1.12.0"; + version = "1.12.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; - hash = "sha256-F9IHTs/ixWK/CGPefoOfrRTMZtX5gJB0HqqRjqv7+dU="; + hash = "sha256-iYkdtkbdhNmPs0ovrte6hMIuVJAAe1h9BZkDbTUWR2A="; }; # Patch out gui cli because it is not supported in this packaging and @@ -55,13 +55,14 @@ buildPythonPackage rec { "test_cli_pipeline" "test_crawl_page" "test_download" + "test_feeds_helpers" "test_fetch" + "test_is_live_page" "test_meta_redirections" "test_probing" "test_queue" "test_redirection" "test_whole" - "test_is_live_page" ]; pythonImportsCheck = [ "trafilatura" ];