python311Packages.tempora 0 -> 1 attrpath: python311Packages.tempora 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/mdv3ix5k6z475v0f70p4czsgbfjc50v2-packages.json.drv building '/nix/store/mdv3ix5k6z475v0f70p4czsgbfjc50v2-packages.json.drv'... Going to be running update for following packages: - python3.11-tempora-5.5.0 Press Enter key to continue... Running update for: - python3.11-tempora-5.5.0: UPDATING ... - python3.11-tempora-5.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tempora/default.nix b/pkgs/development/python-modules/tempora/default.nix index 591cf9e3555f..1d2bdbaba8fa 100644 --- a/pkgs/development/python-modules/tempora/default.nix +++ b/pkgs/development/python-modules/tempora/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "tempora"; - version = "5.5.0"; + version = "5.5.1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-E+T8yZfQUJwzBtaEHwPpOBt+Xkayvr+ukVGvkAhfDCY="; + hash = "sha256-ortR4hIZdtkxNHs+QzkXw2S4P91fZO8nM2yGW/H7D3U="; }; nativeBuildInputs = [ No auto update branch exists Old version 5.5.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , freezegun , jaraco-functools , pytest-freezegun , pytestCheckHook , pythonOlder , pytz , setuptools-scm }: buildPythonPackage rec { pname = "tempora"; version = "5.5.1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-ortR4hIZdtkxNHs+QzkXw2S4P91fZO8nM2yGW/H7D3U="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ jaraco-functools pytz ]; nativeCheckInputs = [ freezegun pytest-freezegun pytestCheckHook ]; pythonImportsCheck = [ "tempora" "tempora.schedule" "tempora.timing" "tempora.utc" ]; meta = with lib; { description = "Objects and routines pertaining to date and time"; homepage = "https://github.com/jaraco/tempora"; changelog = "https://github.com/jaraco/tempora/blob/v${version}/NEWS.rst"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }