python310Packages.bottle 0 -> 1 attrpath: python310Packages.bottle 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/ng9jl637qkaz2ip3c2lcz0lxjxvf0lpf-packages.json.drv building '/nix/store/ng9jl637qkaz2ip3c2lcz0lxjxvf0lpf-packages.json.drv'... Going to be running update for following packages: - python3.10-bottle-0.12.24 Press Enter key to continue... Running update for: - python3.10-bottle-0.12.24: UPDATING ... - python3.10-bottle-0.12.24: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/bottle/default.nix b/pkgs/development/python-modules/bottle/default.nix index 7a97b9990230..e64883140316 100644 --- a/pkgs/development/python-modules/bottle/default.nix +++ b/pkgs/development/python-modules/bottle/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "bottle"; - version = "0.12.24"; + version = "0.12.25"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-JIASGnPoc4CYm3fjK9IJLRkOfqfXHm8bj3r36rnVTqM="; + hash = "sha256-4anJSXCubXELP7RSYpTf64byy0qB7/OkuY3ED7Dl4CE="; }; nativeCheckInputs = [ No auto update branch exists Old version 0.12.24" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook }: buildPythonPackage rec { pname = "bottle"; version = "0.12.25"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-4anJSXCubXELP7RSYpTf64byy0qB7/OkuY3ED7Dl4CE="; }; nativeCheckInputs = [ pytestCheckHook ]; preCheck = '' cd test ''; disabledTests = [ "test_delete_cookie" "test_error" "test_error_in_generator_callback" # timing sensitive "test_ims" ]; __darwinAllowLocalNetworking = true; meta = with lib; { homepage = "https://bottlepy.org/"; description = "A fast and simple micro-framework for small web-applications"; license = licenses.mit; maintainers = with maintainers; [ koral ]; }; }