python310Packages.tempora 0 -> 1 attrpath: python310Packages.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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ffc8qrni7bjm5gd9y76rhdikd1d52y5s-packages.json.drv building '/nix/store/ffc8qrni7bjm5gd9y76rhdikd1d52y5s-packages.json.drv'... Going to be running update for following packages: - python3.10-tempora-5.0.2 Press Enter key to continue... Running update for: - python3.10-tempora-5.0.2: UPDATING ... - python3.10-tempora-5.0.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/tempora/default.nix b/pkgs/development/python-modules/tempora/default.nix index 8b50406c7ea..f25385bc283 100644 --- a/pkgs/development/python-modules/tempora/default.nix +++ b/pkgs/development/python-modules/tempora/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "tempora"; - version = "5.0.2"; + version = "5.2.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-MfpbszsmQQJiEfI+gI64vTUZAZiLFn1F8yPI9FDs8hE="; + sha256 = "sha256-r4LrAW3s2o2vVm0eSDb5T3+LqMcVNjdGAVbggarcZN8="; }; nativeBuildInputs = [ No auto update branch exists Old version 5.0.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder # build time , setuptools-scm # runtime , pytz , jaraco_functools # tests , freezegun , pytest-freezegun , pytestCheckHook }: buildPythonPackage rec { pname = "tempora"; version = "5.1.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; sha256 = "sha256-PnxKU2mheIyIqZtr46THTAx3KNO2L9dop+gb0L4OiN8="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ jaraco_functools pytz ]; checkInputs = [ 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"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }