python310Packages.pydantic-extra-types 2.1.0 -> 2.3.0 https://repology.org/project/python:pydantic-extra-types/versions attrpath: python310Packages.pydantic-extra-types Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.10-pydantic-extra-types-2.1.0 Press Enter key to continue... Running update for: - python3.10-pydantic-extra-types-2.1.0: UPDATING ... - python3.10-pydantic-extra-types-2.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pydantic-extra-types/default.nix b/pkgs/development/python-modules/pydantic-extra-types/default.nix index 539873a1a4be..d6e5489e7d47 100644 --- a/pkgs/development/python-modules/pydantic-extra-types/default.nix +++ b/pkgs/development/python-modules/pydantic-extra-types/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "pydantic-extra-types"; - version = "2.1.0"; + version = "2.3.0"; format = "pyproject"; src = fetchFromGitHub { owner = "pydantic"; repo = "pydantic-extra-types"; - rev = "v${version}"; - hash = "sha256-QPBOHIssTsWQlEg2WRpLRKrB6zmae43EExnPn5P4oAY="; + rev = "refs/tags/v${version}"; + hash = "sha256-uFhfWfRyExTcsKnV9F4a/wFqfDwlomwqDaHAyYIqfE4="; }; nativeBuildInputs = [ 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.pydantic-extra-types nix build failed. Traceback: /nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_types_payment.py:6: in from pydantic_core._pydantic_core import PydanticCustomError E ModuleNotFoundError: No module named 'pydantic_core' _____________________ ERROR collecting tests/test_ulid.py ______________________ ImportError while importing test module '/build/source/tests/test_ulid.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_ulid.py:7: in from pydantic_extra_types.ulid import ULID pydantic_extra_types/ulid.py:11: in from pydantic import GetCoreSchemaHandler E ImportError: cannot import name 'GetCoreSchemaHandler' from 'pydantic' (/nix/store/30ag62dvda79ijwvrrac10zi3fr66n03-python3.10-pydantic-1.10.12/lib/python3.10/site-packages/pydantic/__init__.cpython-310-x86_64-linux-gnu.so) =========================== short test summary info ============================ ERROR tests/test_coordinate.py ERROR tests/test_country_code.py ERROR tests/test_json_schema.py ERROR tests/test_mac_address.py ERROR tests/test_phone_numbers.py ERROR tests/test_routing_number.py ERROR tests/test_types_color.py ERROR tests/test_types_payment.py ERROR tests/test_ulid.py !!!!!!!!!!!!!!!!!!! Interrupted: 9 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 9 errors in 0.39s =============================== /nix/store/d4jf1cbbk494zwgbqz31pxgigpsbh6w2-stdenv-linux/setup: line 1553: pop_var_context: head of shell_variables not a function context