python311Packages.minio 7.1.17 -> 7.2.3 https://repology.org/project/python:minio/versions 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] this derivation will be built: /nix/store/rxjv8nf0yylghncqa6bqbk0wgvg37jhp-packages.json.drv building '/nix/store/rxjv8nf0yylghncqa6bqbk0wgvg37jhp-packages.json.drv'... Going to be running update for following packages: - python3.11-minio-7.1.17 Press Enter key to continue... Running update for: - python3.11-minio-7.1.17: UPDATING ... - python3.11-minio-7.1.17: 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 5181d8bef54e..81f161756732 100644 --- a/pkgs/development/python-modules/minio/default.nix +++ b/pkgs/development/python-modules/minio/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "minio"; - version = "7.1.17"; + version = "7.2.3"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "minio"; repo = "minio-py"; rev = "refs/tags/${version}"; - hash = "sha256-I0Q1SkZ1zQ9s2HbMTc2EzUnnOti14zQBxHVJasaukug="; + hash = "sha256-WixHu7up8gGLGP9G8UjEVoZOV+1Tq0Ytv13uMArNzQw="; }; propagatedBuildInputs = [ No auto update branch exists Old version 7.1.17" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder # build-system , setuptools # dependencies , argon2-cffi , certifi , urllib3 , pycryptodome # test , faker , mock , pytestCheckHook }: buildPythonPackage rec { pname = "minio"; version = "7.2.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "minio"; repo = "minio-py"; rev = "refs/tags/${version}"; hash = "sha256-hZn1T75JbnJ5lIyWnX3f8r6OET/d6ZltuRr6jjYOp2o="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ argon2-cffi certifi urllib3 pycryptodome ]; 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; }; }