python311Packages.botocore 0 -> 1 attrpath: python311Packages.botocore 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.11-botocore-1.34.58 Press Enter key to continue... Running update for: - python3.11-botocore-1.34.58: UPDATING ... - python3.11-botocore-1.34.58: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/botocore/default.nix b/pkgs/development/python-modules/botocore/default.nix index f956687016ef..fd42d02abe7b 100644 --- a/pkgs/development/python-modules/botocore/default.nix +++ b/pkgs/development/python-modules/botocore/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "botocore"; - version = "1.34.58"; # N.B: if you change this, change boto3 and awscli to a matching version + version = "1.34.93"; # N.B: if you change this, change boto3 and awscli to a matching version pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-11IWlSiG3FE+obXil5pq8I/u0vU34/wQLkoKLq1WOjU="; + hash = "sha256-edObC4fpYpkcbdVeeM4VFVCZ9vt0G+iLG4pFanAswVA="; }; pythonRelaxDeps = [ No auto update branch exists Old version 1.34.58" not present in staging derivation file with contents: { lib , awscrt , buildPythonPackage , fetchPypi , jmespath , jsonschema , pytestCheckHook , python-dateutil , pythonOlder , pythonRelaxDepsHook , setuptools , urllib3 }: buildPythonPackage rec { pname = "botocore"; version = "1.34.87"; # N.B: if you change this, change boto3 and awscli to a matching version pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-o6TYV/CUHZih5c6M1kw5BiJx/qC+TZ89DWr/bLWBI7k="; }; pythonRelaxDeps = [ "urllib3" ]; nativeBuildInputs = [ pythonRelaxDepsHook setuptools ]; propagatedBuildInputs = [ jmespath python-dateutil urllib3 ]; nativeCheckInputs = [ jsonschema pytestCheckHook ]; disabledTestPaths = [ # Integration tests require networking "tests/integration" # Disable slow tests (only run unit tests) "tests/functional" ]; pythonImportsCheck = [ "botocore" ]; passthru.optional-dependencies = { crt = [ awscrt ]; }; meta = with lib; { description = "A low-level interface to a growing number of Amazon Web Services"; homepage = "https://github.com/boto/botocore"; changelog = "https://github.com/boto/botocore/blob/${version}/CHANGELOG.rst"; license = licenses.asl20; maintainers = with maintainers; [ anthonyroussel ]; }; }