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/jl9zrljgxv06l5fn6yrfl00xn7hggbvn-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/ni6vlicv2zmrqabrab12ibbb7mrs5nfr-python3.10-pyyaml-6.0/lib/python3.10/site-packages (from easyocr==1.7.0) (6.0) Requirement already satisfied: numpy in /nix/store/v7h09nqghq11903zdrxkqwmsvx5vfcw4-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/49y0gryvz22pfjhwq6x0gbawp2h7vsaa-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/c0pvhagj82xkh3i42l36ljvwn7a5vd7w-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/l8lwwa77l3f0g6kmifk9cxfa0rirj5gv-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/am2hzmb8f82ki6l8rzgfr2dy6gwnzbim-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/8mrqvmmc711s8c7l5yfn6a45qmk2cb6r-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/qs22kpikii25fiv64lbmb414lkby9jsb-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