Skip to content

Commit

Permalink
python312Packages.trafilatura: 1.12.0 -> 1.12.1 (#339323)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 4, 2024
2 parents 1ddbc1f + 7e7cd11 commit 637a2f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/python-modules/trafilatura/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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" ];
Expand Down

0 comments on commit 637a2f4

Please sign in to comment.