2022-12-02T01:10:48 python3.10-crccheck 1.1 -> 1.3.0 https://pypi.org/project/crccheck/ 2022-12-02T01:10:51 attrpath: python310Packages.crccheck 2022-12-02T01:10:51 Checking auto update branch... 2022-12-02T01:10:56 [version] 2022-12-02T01:10:56 [version] skipping because derivation has updateScript 2022-12-02T01:10:56 [rustCrateVersion] 2022-12-02T01:10:56 [rustCrateVersion] No cargoSha256 found 2022-12-02T01:10:56 [golangModuleVersion] 2022-12-02T01:10:56 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-02T01:10:56 [updateScript] 2022-12-02T01:10:57 [updateScript] Success 2022-12-02T01:10:57 [updateScript] this derivation will be built: /nix/store/pb89gx501y26zjwa773mjp5kabi8xg5g-packages.json.drv building '/nix/store/pb89gx501y26zjwa773mjp5kabi8xg5g-packages.json.drv'... Going to be running update for following packages: - python3.10-crccheck-1.1 Press Enter key to continue... Running update for: - python3.10-crccheck-1.1: UPDATING ... - python3.10-crccheck-1.1: DONE. Packages updated! 2022-12-02T01:10:57 2022-12-02T01:10:57 [quotedUrls] 2022-12-02T01:10:57 [quotedUrls] nothing found to replace 2022-12-02T01:10:57 Diff after rewrites: diff --git a/pkgs/development/python-modules/crccheck/default.nix b/pkgs/development/python-modules/crccheck/default.nix index a75a0c9611b..f37dcb83ea1 100644 --- a/pkgs/development/python-modules/crccheck/default.nix +++ b/pkgs/development/python-modules/crccheck/default.nix @@ -3,7 +3,7 @@ let pname = "crccheck"; - version = "1.1"; + version = "1.3.0"; in buildPythonPackage { inherit pname version; @@ -11,7 +11,7 @@ in buildPythonPackage { src = fetchPypi { inherit pname version; - sha256 = "45962231cab62b82d05160553eebd9b60ef3ae79dc39527caef52e27f979fa96"; + sha256 = "sha256-U4T0N95hCt5cPYaJ78gMzRJnuMRSreg0Ef2FAKECTz4="; }; disabled = !isPy3k; 2022-12-02T01:12:27 No auto update branch exists 2022-12-02T01:12:31 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.crccheck nix build failed. setuptoolsCheckPhase Executing setuptoolsCheckPhase running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing crccheck.egg-info/PKG-INFO writing dependency_links to crccheck.egg-info/dependency_links.txt writing top-level names to crccheck.egg-info/top_level.txt reading manifest file 'crccheck.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'crccheck.egg-info/SOURCES.txt' running build_ext tests (unittest.loader._FailedTest) ... ERROR ====================================================================== ERROR: tests (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: tests Traceback (most recent call last): File "/nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName module = __import__(module_name) ModuleNotFoundError: No module named 'tests' ---------------------------------------------------------------------- Ran 1 test in 0.000s FAILED (errors=1) Test failed: error: Test failed: