python310Packages.aionotion 0 -> 1 attrpath: python310Packages.aionotion Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mwyjmh9qcwcypz9lvxa5xhzy8bww2xx1-packages.json.drv building '/nix/store/mwyjmh9qcwcypz9lvxa5xhzy8bww2xx1-packages.json.drv'... Going to be running update for following packages: - python3.10-aionotion-2023.05.5 Press Enter key to continue... Running update for: - python3.10-aionotion-2023.05.5: UPDATING ... - python3.10-aionotion-2023.05.5: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/aionotion/default.nix b/pkgs/development/python-modules/aionotion/default.nix index c99a317d2ca1..f9eed20cf8c9 100644 --- a/pkgs/development/python-modules/aionotion/default.nix +++ b/pkgs/development/python-modules/aionotion/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "aionotion"; - version = "2023.05.5"; + version = "2023.08.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -23,8 +23,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "bachya"; repo = pname; - rev = version; - hash = "sha256-/2sF8m5R8YXkP89bi5zR3h13r5LrFOl1OsixAcX0D4o="; + rev = "refs/tags/${version}"; + hash = "sha256-uWi3RBrVR4ETsqw65kCOc+u4Tlyk4jLnA7FsX1jsMXs="; }; patches = [ No auto update branch exists 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 python310Packages.aionotion nix build failed. @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } pythonCatchConflictsPhase /nix/store/q2zpnf017gccs9w9mb0ikdqhkf0k5v82-catch_conflicts.py:1: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: aionotion Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/pkj7cgmz66assy7l18zc7j992npb41nx-python3-3.10.12/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/nix/store/g0ryjb25r2wjgbmkpfxnlfxcqd24dqqf-python3.10-aionotion-2023.08.0/lib/python3.10/site-packages/aionotion/__init__.py", line 2, in from .client import async_get_client # noqa File "/nix/store/g0ryjb25r2wjgbmkpfxnlfxcqd24dqqf-python3.10-aionotion-2023.08.0/lib/python3.10/site-packages/aionotion/client.py", line 10, in from aionotion.bridge import Bridge File "/nix/store/g0ryjb25r2wjgbmkpfxnlfxcqd24dqqf-python3.10-aionotion-2023.08.0/lib/python3.10/site-packages/aionotion/bridge/__init__.py", line 6, in from aionotion.bridge.models import BridgeAllResponse, BridgeGetResponse File "/nix/store/g0ryjb25r2wjgbmkpfxnlfxcqd24dqqf-python3.10-aionotion-2023.08.0/lib/python3.10/site-packages/aionotion/bridge/models.py", line 8, in from pydantic import Field, field_validator ImportError: cannot import name 'field_validator' from 'pydantic' (/nix/store/psq622amv2v1h57p41q6kn1sfqhnxh6v-python3.10-pydantic-1.10.9/lib/python3.10/site-packages/pydantic/__init__.cpython-310-x86_64-linux-gnu.so)