easyocr 1.6.2 -> 1.7.0 https://github.com/JaidedAI/EasyOCR/releases attrpath: easyocr Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/easyocr/default.nix b/pkgs/development/python-modules/easyocr/default.nix index c94a0647ba4..747af666a12 100644 --- a/pkgs/development/python-modules/easyocr/default.nix +++ b/pkgs/development/python-modules/easyocr/default.nix @@ -18,13 +18,13 @@ buildPythonPackage rec { pname = "easyocr"; - version = "1.6.2"; + version = "1.7.0"; src = fetchFromGitHub { owner = "JaidedAI"; repo = "EasyOCR"; rev = "v${version}"; - hash = "sha256-f+JBSnFMRvVlhRRiL1rJb7a0CNjZPuh6r8r3K1meQCk="; + hash = "sha256-01Exz55eTIO/xzdq/dzV+ELkU75hpxe/EbjIqLBA8h0="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A easyocr nix build failed. adding 'easyocr/model/__init__.py' adding 'easyocr/model/model.py' adding 'easyocr/model/modules.py' adding 'easyocr/model/vgg_model.py' adding 'easyocr/scripts/compile_dbnet_dcn.py' adding 'easyocr-1.7.0.dist-info/LICENSE' adding 'easyocr-1.7.0.dist-info/METADATA' adding 'easyocr-1.7.0.dist-info/WHEEL' adding 'easyocr-1.7.0.dist-info/entry_points.txt' adding 'easyocr-1.7.0.dist-info/top_level.txt' adding 'easyocr-1.7.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/dist /build/source Processing ./easyocr-1.7.0-py3-none-any.whl Requirement already satisfied: Shapely in /nix/store/rmd4sap496x2fqaq7by447xa1r0ljh9q-python3.10-shapely-2.0.1/lib/python3.10/site-packages (from easyocr==1.7.0) (2.0.1) Requirement already satisfied: PyYAML in /nix/store/00mndayad7yg5cc4vydkvpznxmasspyg-python3.10-pyyaml-6.0/lib/python3.10/site-packages (from easyocr==1.7.0) (6.0) Requirement already satisfied: numpy in /nix/store/2prr0c32yq43haynflix23f3hx277k29-python3.10-numpy-1.24.2/lib/python3.10/site-packages (from easyocr==1.7.0) (1.24.2) Requirement already satisfied: Pillow in /nix/store/n88vsmwv6208bhwil4yy3y3i2aha8575-python3.10-pillow-9.4.0/lib/python3.10/site-packages (from easyocr==1.7.0) (9.4.0) Requirement already satisfied: torch in /nix/store/inaz8yv6vhmvfmc13cy4yp3c0qi901j9-python3.10-torch-2.0.1/lib/python3.10/site-packages (from easyocr==1.7.0) (2.0.1) Requirement already satisfied: scipy in /nix/store/z881bc0xavsbnii96xdzdsfwsl4qbnj4-python3.10-scipy-1.10.1/lib/python3.10/site-packages (from easyocr==1.7.0) (1.10.1) Requirement already satisfied: scikit-image in /nix/store/7ybrxi6vjc82fpbm56la46ryx7vjw57y-python3.10-scikit-image-0.19.3/lib/python3.10/site-packages (from easyocr==1.7.0) (0.19.3) Requirement already satisfied: python-bidi in /nix/store/h4k6bayjcjx98nddb87csglwryl6knyp-python3.10-python-bidi-0.4.2/lib/python3.10/site-packages (from easyocr==1.7.0) (0.4.2) Requirement already satisfied: pyclipper in /nix/store/d8anxpk8cxr8qpj0lf3rf7ag1lima948-python3.10-pyclipper-1.3.0.post4/lib/python3.10/site-packages (from easyocr==1.7.0) (1.3.0.post4) ERROR: Could not find a version that satisfies the requirement opencv-python-headless (from easyocr) (from versions: none) ERROR: No matching distribution found for opencv-python-headless