python311Packages.minio 0 -> 1 attrpath: python311Packages.minio 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-minio-7.2.0 Press Enter key to continue... Running update for: - python3.11-minio-7.2.0: UPDATING ... - python3.11-minio-7.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/minio/default.nix b/pkgs/development/python-modules/minio/default.nix index ddb2905bc1d9..32a3ffb2e5d8 100644 --- a/pkgs/development/python-modules/minio/default.nix +++ b/pkgs/development/python-modules/minio/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "minio"; - version = "7.2.0"; + version = "7.2.4"; pyproject = true; disabled = pythonOlder "3.7"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "minio"; repo = "minio-py"; rev = "refs/tags/${version}"; - hash = "sha256-hZn1T75JbnJ5lIyWnX3f8r6OET/d6ZltuRr6jjYOp2o="; + hash = "sha256-26naoSccz/LEf56iQIePrNKllq6XkEQD9Peld7VeGqY="; }; nativeBuildInputs = [ No auto update branch exists Old version 7.2.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder # build-system , setuptools # dependencies , argon2-cffi , certifi , urllib3 , pycryptodome , typing-extensions # test , faker , mock , pytestCheckHook }: buildPythonPackage rec { pname = "minio"; version = "7.2.4"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "minio"; repo = "minio-py"; rev = "refs/tags/${version}"; hash = "sha256-26naoSccz/LEf56iQIePrNKllq6XkEQD9Peld7VeGqY="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ argon2-cffi certifi urllib3 pycryptodome typing-extensions ]; nativeCheckInputs = [ faker mock pytestCheckHook ]; disabledTestPaths = [ # example credentials aren't present "tests/unit/credentials_test.py" ]; pythonImportsCheck = [ "minio" ]; meta = with lib; { description = "Simple APIs to access any Amazon S3 compatible object storage server"; homepage = "https://github.com/minio/minio-py"; changelog = "https://github.com/minio/minio-py/releases/tag/${version}"; maintainers = with maintainers; [ peterromfeldhk ]; license = licenses.asl20; }; }