python310Packages.venusian 3.0.0 -> 3.1.0 https://repology.org/project/python:venusian/versions attrpath: python310Packages.venusian 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] Going to be running update for following packages: - python3.10-venusian-3.0.0 Press Enter key to continue... Running update for: - python3.10-venusian-3.0.0: UPDATING ... - python3.10-venusian-3.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/venusian/default.nix b/pkgs/development/python-modules/venusian/default.nix index 5b48ee52fadc..076a6b3510b0 100644 --- a/pkgs/development/python-modules/venusian/default.nix +++ b/pkgs/development/python-modules/venusian/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "venusian"; - version = "3.0.0"; + version = "3.1.0"; format = "setuptools"; disabled = isPy27; src = fetchPypi { inherit pname version; - sha256 = "f6842b7242b1039c0c28f6feef29016e7e7dd3caaeb476a193acf737db31ee38"; + sha256 = "sha256-63LNym8xOaFdyA+cldPBD4pUoLqIHu744uxbQtPuOpU="; }; nativeCheckInputs = [ pytest pytest-cov ]; No auto update branch exists Old version 3.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , isPy27 , pytestCheckHook , pytest-cov , setuptools }: buildPythonPackage rec { pname = "venusian"; version = "3.1.0"; pyproject = true; disabled = isPy27; src = fetchPypi { inherit pname version; hash = "sha256-63LNym8xOaFdyA+cldPBD4pUoLqIHu744uxbQtPuOpU="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook pytest-cov ]; checkPhase = '' pytest ''; meta = with lib; { description = "A library for deferring decorator actions"; homepage = "https://pylonsproject.org/"; license = licenses.bsd0; maintainers = with maintainers; [ domenkozar ]; }; }