2022-12-23T11:44:33 python3.10-python-redis-lock 3.7.0 -> 4.0.0 https://pypi.org/project/python-redis-lock/ 2022-12-23T11:44:36 attrpath: python310Packages.python-redis-lock 2022-12-23T11:44:36 Checking auto update branch... 2022-12-23T11:44:41 [version] 2022-12-23T11:44:41 [version] skipping because derivation has updateScript 2022-12-23T11:44:41 [rustCrateVersion] 2022-12-23T11:44:41 [rustCrateVersion] No cargoSha256 found 2022-12-23T11:44:41 [golangModuleVersion] 2022-12-23T11:44:41 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-23T11:44:41 [updateScript] 2022-12-23T11:44:42 [updateScript] Success 2022-12-23T11:44:42 [updateScript] this derivation will be built: /nix/store/spk7l2hwxzk919whrhbnfi892yxyqknn-packages.json.drv building '/nix/store/spk7l2hwxzk919whrhbnfi892yxyqknn-packages.json.drv'... Going to be running update for following packages: - python3.10-python-redis-lock-3.7.0 Press Enter key to continue... Running update for: - python3.10-python-redis-lock-3.7.0: UPDATING ... - python3.10-python-redis-lock-3.7.0: DONE. Packages updated! 2022-12-23T11:44:42 2022-12-23T11:44:42 [quotedUrls] 2022-12-23T11:44:42 [quotedUrls] nothing found to replace 2022-12-23T11:44:42 Diff after rewrites: diff --git a/pkgs/development/python-modules/python-redis-lock/default.nix b/pkgs/development/python-modules/python-redis-lock/default.nix index 7671e5a4a9b..deb84265fd1 100644 --- a/pkgs/development/python-modules/python-redis-lock/default.nix +++ b/pkgs/development/python-modules/python-redis-lock/default.nix @@ -11,11 +11,11 @@ buildPythonPackage rec { pname = "python-redis-lock"; - version = "3.7.0"; + version = "4.0.0"; src = fetchPypi { inherit pname version; - sha256 = "4265a476e39d476a8acf5c2766485c44c75f3a1bd6cf73bb195f3079153b8374"; + sha256 = "sha256-Sr0Lz0kTasrWZye/VIbdJJQHjKVeSe+mk/eUB3MZCRo="; }; propagatedBuildInputs = [ 2022-12-23T11:46:09 No auto update branch exists 2022-12-23T11:52:13 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.python-redis-lock nix build failed. Traceback (most recent call last): File "/build/python-redis-lock-4.0.0/tests/helper.py", line 26, in from gevent import monkey ModuleNotFoundError: No module named 'gevent' ****************************** ______________________ test_simple_auto_renewal[eventlet] ______________________ tests/test_redis_lock.py:127: in test_simple_auto_renewal wait_for_strings( /nix/store/8jbi14v47634w45c3hgjpqljwb73rfna-python3.10-process-tests-2.1.2/lib/python3.10/site-packages/process_tests.py:247: in wait_for_strings raise AssertionError("Waited %0.2fsecs but %s did not appear in output in the given order !" % ( E AssertionError: Waited 10.00secs but ['DIED.'] did not appear in output in the given order ! ----------------------------- Captured stdout call ----------------------------- *********** OUTPUT *********** 172 12/23/22~11:46:57,00464 root INFO Applying effect 'eventlet'. Traceback (most recent call last): File "/build/python-redis-lock-4.0.0/tests/helper.py", line 30, in import eventlet ModuleNotFoundError: No module named 'eventlet' ****************************** =========================== short test summary info ============================ SKIPPED [1] tests/test_django_integration.py:25: condition: not django SKIPPED [1] tests/test_django_integration.py:31: condition: not django SKIPPED [1] tests/test_django_integration.py:53: condition: not django FAILED tests/test_redis_lock.py::test_simple[gevent] - AssertionError: Waited... FAILED tests/test_redis_lock.py::test_simple[eventlet] - AssertionError: Wait... FAILED tests/test_redis_lock.py::test_simple_auto_renewal[gevent] - Assertion... FAILED tests/test_redis_lock.py::test_simple_auto_renewal[eventlet] - Asserti... ====== 4 failed, 166 passed, 3 skipped, 1 deselected in 359.25s (0:05:59) ======