python311Packages.botocore 1.31.9 -> 1.31.64 https://repology.org/project/python:botocore/versions 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] this derivation will be built: /nix/store/rb19qy47gr7bhmpzqmbjhvpqrn4s10mv-packages.json.drv building '/nix/store/rb19qy47gr7bhmpzqmbjhvpqrn4s10mv-packages.json.drv'... Going to be running update for following packages: - python3.11-botocore-1.31.9 Press Enter key to continue... Running update for: - python3.11-botocore-1.31.9: UPDATING ... - python3.11-botocore-1.31.9: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/botocore/default.nix b/pkgs/development/python-modules/botocore/default.nix index 1693f2258bcc..a65754da9b0a 100644 --- a/pkgs/development/python-modules/botocore/default.nix +++ b/pkgs/development/python-modules/botocore/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "botocore"; - version = "1.31.9"; # N.B: if you change this, change boto3 and awscli to a matching version + version = "1.31.64"; # N.B: if you change this, change boto3 and awscli to a matching version format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-vYSdOslfF4E4Xtgx11OgSj7IcKWdZZgXWq7dcdwrr18="; + hash = "sha256-2OtLckrENzQzWbMY1z3gz64P7LJAlYJ+VhNbCta0TK8="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.31.9" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , python-dateutil , jmespath , urllib3 , pytestCheckHook , jsonschema }: buildPythonPackage rec { pname = "botocore"; version = "1.31.57"; # N.B: if you change this, change boto3 and awscli to a matching version format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-MBQ2F0Y1vsc5siW4QPw2XKAOXBpj5bKhnuZ50gTgG3g="; }; propagatedBuildInputs = [ python-dateutil jmespath urllib3 ]; nativeCheckInputs = [ pytestCheckHook jsonschema ]; disabledTestPaths = [ # Integration tests require networking "tests/integration" # Disable slow tests (only run unit tests) "tests/functional" ]; pythonImportsCheck = [ "botocore" ]; meta = with lib; { homepage = "https://github.com/boto/botocore"; changelog = "https://github.com/boto/botocore/blob/${version}/CHANGELOG.rst"; license = licenses.asl20; description = "A low-level interface to a growing number of Amazon Web Services"; maintainers = with maintainers; [ anthonyroussel ]; }; }