python312Packages.traitlets 5.14.0 -> 5.14.2 https://github.com/ipython/traitlets/releases attrpath: python312Packages.traitlets 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/yxi5zch40d0f3p6g8k88bh6k7nn4wvlw-packages.json.drv building '/nix/store/yxi5zch40d0f3p6g8k88bh6k7nn4wvlw-packages.json.drv'... Going to be running update for following packages: - python3.12-traitlets-5.14.0 Press Enter key to continue... Running update for: - python3.12-traitlets-5.14.0: UPDATING ... - python3.12-traitlets-5.14.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/traitlets/default.nix b/pkgs/development/python-modules/traitlets/default.nix index f138489cf2bf..edb0d9b50ec7 100644 --- a/pkgs/development/python-modules/traitlets/default.nix +++ b/pkgs/development/python-modules/traitlets/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "traitlets"; - version = "5.14.0"; + version = "5.14.2"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-/NqorEnATfoO0+4zhO9t/bXW83QVAr4kcnlAdnkpZ3I="; + hash = "sha256-jN2DwEDat9He6CJnjl9dEAtRT3tysBYVsm/FcYkW/fk="; }; nativeBuildInputs = [ No auto update branch exists Old version 5.14.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder # build-system , hatchling # tests , argcomplete , pytest-mock , pytestCheckHook }: buildPythonPackage rec { pname = "traitlets"; version = "5.14.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-hYUQWzcaBLgxakPVzinAmFdcLkd4ULYrhIuWTxREUn4="; }; nativeBuildInputs = [ hatchling ]; nativeCheckInputs = [ argcomplete pytest-mock pytestCheckHook ]; disabledTestPaths = [ # requires mypy-testing "tests/test_typing.py" ]; meta = { changelog = "https://github.com/ipython/traitlets/blob/v${version}/CHANGELOG.md"; description = "Traitlets Python config system"; homepage = "https://github.com/ipython/traitlets"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fridh ]; }; }