From 1121a35416de44ae22d7bec9fa2e50fa9d162da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 22 Feb 2025 20:41:07 -0800 Subject: [PATCH] python313Packages.scrapy-deltafetch: mark broken --- pkgs/development/python-modules/scrapy-deltafetch/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/scrapy-deltafetch/default.nix b/pkgs/development/python-modules/scrapy-deltafetch/default.nix index fa2c1ab63c40..88658dfa2d77 100644 --- a/pkgs/development/python-modules/scrapy-deltafetch/default.nix +++ b/pkgs/development/python-modules/scrapy-deltafetch/default.nix @@ -25,6 +25,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "scrapy_deltafetch" ]; meta = { + # https://github.com/scrapy-plugins/scrapy-deltafetch/pull/50 + broken = lib.versionAtLeast scrapy.version "2.12"; description = "Scrapy spider middleware to ignore requests to pages containing items seen in previous crawls"; homepage = "https://github.com/scrapy-plugins/scrapy-deltafetch"; license = lib.licenses.bsd3;