2023-01-01T12:37:23 python3.10-pymodbus 2.5.3 -> 3.0.2 https://pypi.org/project/pymodbus/ 2023-01-01T12:37:26 attrpath: python310Packages.pymodbus 2023-01-01T12:37:26 Checking auto update branch... 2023-01-01T12:37:30 [version] 2023-01-01T12:37:30 [version] skipping because derivation has updateScript 2023-01-01T12:37:30 [rustCrateVersion] 2023-01-01T12:37:30 [rustCrateVersion] No cargoSha256 found 2023-01-01T12:37:30 [golangModuleVersion] 2023-01-01T12:37:30 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-01T12:37:30 [updateScript] 2023-01-01T12:37:33 [updateScript] Success 2023-01-01T12:37:33 [updateScript] this derivation will be built: /nix/store/0iza8ypz6b1914vlkk6fppz2592rqhl1-packages.json.drv building '/nix/store/0iza8ypz6b1914vlkk6fppz2592rqhl1-packages.json.drv'... Going to be running update for following packages: - python3.10-pymodbus-2.5.3 Press Enter key to continue... Running update for: - python3.10-pymodbus-2.5.3: UPDATING ... - python3.10-pymodbus-2.5.3: DONE. Packages updated! 2023-01-01T12:37:33 2023-01-01T12:37:33 [quotedUrls] 2023-01-01T12:37:33 [quotedUrls] nothing found to replace 2023-01-01T12:37:33 Diff after rewrites: diff --git a/pkgs/development/python-modules/pymodbus/default.nix b/pkgs/development/python-modules/pymodbus/default.nix index 41babc82175..72f79efbc36 100644 --- a/pkgs/development/python-modules/pymodbus/default.nix +++ b/pkgs/development/python-modules/pymodbus/default.nix @@ -18,13 +18,13 @@ buildPythonPackage rec { pname = "pymodbus"; - version = "2.5.3"; + version = "3.0.2"; src = fetchFromGitHub { owner = "riptideio"; repo = pname; - rev = "v${version}"; - sha256 = "sha256-pf1TU/imBqNVYdG4XX8fnma8O8kQHuOHu6DT3E/PUk4="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-7zuFKJuKc+J4g7qoK22xed8dmXJatQbQXz4aKAOcvN8="; }; # Twisted asynchronous version is not supported due to a missing dependency 2023-01-01T12:39:02 No auto update branch exists 2023-01-01T12:39:09 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.pymodbus nix build failed. @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: pymodbus @nix { "action": "setPhase", "phase": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.10.9, pytest-7.1.3, pluggy-1.0.0 rootdir: /build/source, configfile: setup.cfg, testpaths: test collecting ...  collecting 334 items / 1 error  collected 421 items / 1 error  ==================================== ERRORS ==================================== ____________________ ERROR collecting test/test_examples.py ____________________ ImportError while importing test module '/build/source/test/test_examples.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) test/test_examples.py:9: in import pytest_asyncio E ModuleNotFoundError: No module named 'pytest_asyncio' =========================== short test summary info ============================ ERROR test/test_examples.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.66s =============================== 2023-01-01T21:28:23 python3.10-pymodbus 2.5.3 -> 3.0.2 https://pypi.org/project/pymodbus/ 2023-01-01T21:28:25 attrpath: python310Packages.pymodbus 2023-01-01T21:28:25 Checking auto update branch... 2023-01-01T21:28:30 [version] 2023-01-01T21:28:30 [version] skipping because derivation has updateScript 2023-01-01T21:28:30 [rustCrateVersion] 2023-01-01T21:28:30 [rustCrateVersion] No cargoSha256 found 2023-01-01T21:28:30 [golangModuleVersion] 2023-01-01T21:28:30 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-01T21:28:30 [updateScript] 2023-01-01T21:28:32 [updateScript] Success 2023-01-01T21:28:32 [updateScript] Going to be running update for following packages: - python3.10-pymodbus-2.5.3 Press Enter key to continue... Running update for: - python3.10-pymodbus-2.5.3: UPDATING ... - python3.10-pymodbus-2.5.3: DONE. Packages updated! 2023-01-01T21:28:32 2023-01-01T21:28:32 [quotedUrls] 2023-01-01T21:28:33 [quotedUrls] nothing found to replace 2023-01-01T21:28:33 Diff after rewrites: diff --git a/pkgs/development/python-modules/pymodbus/default.nix b/pkgs/development/python-modules/pymodbus/default.nix index 41babc82175..72f79efbc36 100644 --- a/pkgs/development/python-modules/pymodbus/default.nix +++ b/pkgs/development/python-modules/pymodbus/default.nix @@ -18,13 +18,13 @@ buildPythonPackage rec { pname = "pymodbus"; - version = "2.5.3"; + version = "3.0.2"; src = fetchFromGitHub { owner = "riptideio"; repo = pname; - rev = "v${version}"; - sha256 = "sha256-pf1TU/imBqNVYdG4XX8fnma8O8kQHuOHu6DT3E/PUk4="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-7zuFKJuKc+J4g7qoK22xed8dmXJatQbQXz4aKAOcvN8="; }; # Twisted asynchronous version is not supported due to a missing dependency 2023-01-01T21:30:02 No auto update branch exists 2023-01-01T21:30:08 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.pymodbus nix build failed. @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: pymodbus @nix { "action": "setPhase", "phase": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.10.9, pytest-7.1.3, pluggy-1.0.0 rootdir: /build/source, configfile: setup.cfg, testpaths: test collecting ...  collecting 334 items / 1 error  collected 421 items / 1 error  ==================================== ERRORS ==================================== ____________________ ERROR collecting test/test_examples.py ____________________ ImportError while importing test module '/build/source/test/test_examples.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) test/test_examples.py:9: in import pytest_asyncio E ModuleNotFoundError: No module named 'pytest_asyncio' =========================== short test summary info ============================ ERROR test/test_examples.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.66s ===============================