python312Packages.craft-archives 1.2.0 -> 2.0.0 https://github.com/canonical/craft-archives/releases attrpath: python312Packages.craft-archives 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] this derivation will be built: /nix/store/bni0szqml9h38cn9hz1b454z9vqncksm-packages.json.drv building '/nix/store/bni0szqml9h38cn9hz1b454z9vqncksm-packages.json.drv'... Going to be running update for following packages: - python3.12-craft-archives-1.2.0 Press Enter key to continue... Running update for: - python3.12-craft-archives-1.2.0: UPDATING ... - python3.12-craft-archives-1.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/craft-archives/default.nix b/pkgs/development/python-modules/craft-archives/default.nix index 6369acc78208..4c44ec5d99a0 100644 --- a/pkgs/development/python-modules/craft-archives/default.nix +++ b/pkgs/development/python-modules/craft-archives/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "craft-archives"; - version = "1.2.0"; + version = "2.0.0"; pyproject = true; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "canonical"; repo = "craft-archives"; rev = "refs/tags/${version}"; - hash = "sha256-4BYRwuBDKFbVvK805e+L4ZR8wtS8GHHYteexH4YZmSE="; + hash = "sha256-BrKyOdfbwt9qU5Bt/kX/+GgxH7LCFmmFg4mevBWVp2I="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/16fjddsxz0k8i2syy2lqx0b2dnvnahml-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.craft-archives nix build failed. creating '/build/source/dist/.tmp-was9nwpq/craft_archives-2.0.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'craft_archives/__init__.py' adding 'craft_archives/_version.py' adding 'craft_archives/errors.py' adding 'craft_archives/py.typed' adding 'craft_archives/utils.py' adding 'craft_archives/repo/__init__.py' adding 'craft_archives/repo/apt_key_manager.py' adding 'craft_archives/repo/apt_ppa.py' adding 'craft_archives/repo/apt_preferences_manager.py' adding 'craft_archives/repo/apt_sources_manager.py' adding 'craft_archives/repo/apt_uca.py' adding 'craft_archives/repo/errors.py' adding 'craft_archives/repo/installer.py' adding 'craft_archives/repo/package_repository.py' adding 'craft_archives/repo/projects.py' adding 'craft_archives-2.0.0.dist-info/LICENSE' adding 'craft_archives-2.0.0.dist-info/METADATA' adding 'craft_archives-2.0.0.dist-info/WHEEL' adding 'craft_archives-2.0.0.dist-info/top_level.txt' adding 'craft_archives-2.0.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built craft_archives-2.0.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase Running phase: pythonRuntimeDepsCheckHook @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Executing pythonRuntimeDepsCheck Checking runtime dependencies for craft_archives-2.0.0-py3-none-any.whl - pydantic<3.0.0,>=2.0.0 not satisfied by version 1.10.16