python310Packages.inflect 0 -> 1 attrpath: python310Packages.inflect 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/3cqlbvgvd0593krhc304gvxj5rdn0hiy-packages.json.drv building '/nix/store/3cqlbvgvd0593krhc304gvxj5rdn0hiy-packages.json.drv'... Going to be running update for following packages: - python3.10-inflect-6.0.0 Press Enter key to continue... Running update for: - python3.10-inflect-6.0.0: UPDATING ... - python3.10-inflect-6.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/inflect/default.nix b/pkgs/development/python-modules/inflect/default.nix index 6e64c946b98..ec8179ae6ae 100644 --- a/pkgs/development/python-modules/inflect/default.nix +++ b/pkgs/development/python-modules/inflect/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "inflect"; - version = "6.0.0"; + version = "6.0.2"; disabled = isPy27; format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "sha256-C8FRbsJyXi2CIXB6YSJFCTy28c6iCc/Yy9T8Xpb6Y2U="; + sha256 = "sha256-8aa8sBBQRviWGf3hp9BExhLGFMLYXvGCWC2dybhtMJo="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists Old version 6.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , isPy27 , setuptools-scm , pydantic , pytestCheckHook }: buildPythonPackage rec { pname = "inflect"; version = "6.0.2"; disabled = isPy27; format = "pyproject"; src = fetchPypi { inherit pname version; sha256 = "sha256-8aa8sBBQRviWGf3hp9BExhLGFMLYXvGCWC2dybhtMJo="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ pydantic ]; checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "inflect" ]; meta = with lib; { description = "Correctly generate plurals, singular nouns, ordinals, indefinite articles"; homepage = "https://github.com/jaraco/inflect"; changelog = "https://github.com/jaraco/inflect/blob/v${version}/CHANGES.rst"; license = licenses.mit; maintainers = teams.tts.members; }; } python310Packages.inflect 0 -> 1 attrpath: python310Packages.inflect 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] Going to be running update for following packages: - python3.10-inflect-6.0.0 Press Enter key to continue... Running update for: - python3.10-inflect-6.0.0: UPDATING ... - python3.10-inflect-6.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/inflect/default.nix b/pkgs/development/python-modules/inflect/default.nix index 6e64c946b98..ec8179ae6ae 100644 --- a/pkgs/development/python-modules/inflect/default.nix +++ b/pkgs/development/python-modules/inflect/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "inflect"; - version = "6.0.0"; + version = "6.0.2"; disabled = isPy27; format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "sha256-C8FRbsJyXi2CIXB6YSJFCTy28c6iCc/Yy9T8Xpb6Y2U="; + sha256 = "sha256-8aa8sBBQRviWGf3hp9BExhLGFMLYXvGCWC2dybhtMJo="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists Old version 6.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , isPy27 , setuptools-scm , pydantic , pytestCheckHook }: buildPythonPackage rec { pname = "inflect"; version = "6.0.2"; disabled = isPy27; format = "pyproject"; src = fetchPypi { inherit pname version; sha256 = "sha256-8aa8sBBQRviWGf3hp9BExhLGFMLYXvGCWC2dybhtMJo="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ pydantic ]; checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "inflect" ]; meta = with lib; { description = "Correctly generate plurals, singular nouns, ordinals, indefinite articles"; homepage = "https://github.com/jaraco/inflect"; changelog = "https://github.com/jaraco/inflect/blob/v${version}/CHANGES.rst"; license = licenses.mit; maintainers = teams.tts.members; }; }