python312Packages.pydantic-extra-types 2.1.0 -> 2.6.0 https://repology.org/project/python:pydantic-extra-types/versions attrpath: python312Packages.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.12-pydantic-extra-types-2.1.0 Press Enter key to continue... Running update for: - python3.12-pydantic-extra-types-2.1.0: UPDATING ... - python3.12-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..684dccc90d53 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.6.0"; format = "pyproject"; src = fetchFromGitHub { owner = "pydantic"; repo = "pydantic-extra-types"; - rev = "v${version}"; - hash = "sha256-QPBOHIssTsWQlEg2WRpLRKrB6zmae43EExnPn5P4oAY="; + rev = "refs/tags/v${version}"; + hash = "sha256-XLVhoZ3+TfVYEuk/5fORaGpCBaB5NcuskWhHgt+llS0="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.1.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , hatchling , pydantic , pendulum , phonenumbers , pycountry , python-ulid , pytestCheckHook }: buildPythonPackage rec { pname = "pydantic-extra-types"; version = "2.6.0"; pyproject = true; src = fetchFromGitHub { owner = "pydantic"; repo = "pydantic-extra-types"; rev = "refs/tags/v${version}"; hash = "sha256-XLVhoZ3+TfVYEuk/5fORaGpCBaB5NcuskWhHgt+llS0="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ pydantic ]; passthru.optional-dependencies = { all = [ pendulum phonenumbers pycountry python-ulid ]; }; pythonImportsCheck = [ "pydantic_extra_types" ]; nativeCheckInputs = [ pytestCheckHook ] ++ passthru.optional-dependencies.all; meta = with lib; { changelog = "https://github.com/pydantic/pydantic-extra-types/blob/${src.rev}/HISTORY.md"; description = "Extra Pydantic types"; homepage = "https://github.com/pydantic/pydantic-extra-types"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }