python310Packages.jaraco-text 3.11.1 -> 3.12.0 https://repology.org/project/python:jaraco.text/versions attrpath: python310Packages.jaraco-text 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-jaraco-text-3.11.1 Press Enter key to continue... Running update for: - python3.10-jaraco-text-3.11.1: UPDATING ... - python3.10-jaraco-text-3.11.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jaraco-text/default.nix b/pkgs/development/python-modules/jaraco-text/default.nix index eacbf2cbfd96..5f6bc4021c0f 100644 --- a/pkgs/development/python-modules/jaraco-text/default.nix +++ b/pkgs/development/python-modules/jaraco-text/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "jaraco-text"; - version = "3.11.1"; + version = "3.12.0"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -22,7 +22,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "jaraco.text"; inherit version; - hash = "sha256-Mzpd8hSPcTlxhgfN81L+HZUWKXGnKZw4Dcwk2rAWiYA="; + hash = "sha256-OJ4lyNSzLpcVv1MFlvqw9c06pHKW5DlpOS4YpUGvWSw="; }; pythonNamespaces = [ No auto update branch exists Old version 3.11.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , autocommand , importlib-resources , jaraco-functools , jaraco-context , inflect , pathlib2 , pytestCheckHook , setuptools-scm }: buildPythonPackage rec { pname = "jaraco-text"; version = "3.12.0"; format = "pyproject"; disabled = pythonOlder "3.6"; src = fetchPypi { pname = "jaraco.text"; inherit version; hash = "sha256-OJ4lyNSzLpcVv1MFlvqw9c06pHKW5DlpOS4YpUGvWSw="; }; pythonNamespaces = [ "jaraco" ]; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ autocommand jaraco-context jaraco-functools inflect ] ++ lib.optionals (pythonOlder "3.9") [ importlib-resources ]; nativeCheckInputs = [ pytestCheckHook ] ++ lib.optionals (pythonOlder "3.10") [ pathlib2 ]; pythonImportsCheck = [ "jaraco.text" ]; meta = with lib; { description = "Module for text manipulation"; homepage = "https://github.com/jaraco/jaraco.text"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }