python312Packages.smart-open 7.0.1 -> 7.0.4 https://github.com/RaRe-Technologies/smart_open/releases attrpath: python312Packages.smart-open 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/c72wmjnw0w0v16rp0m53zyswnk75b7km-packages.json.drv building '/nix/store/c72wmjnw0w0v16rp0m53zyswnk75b7km-packages.json.drv'... Going to be running update for following packages: - python3.12-smart-open-7.0.1 Press Enter key to continue... Running update for: - python3.12-smart-open-7.0.1: UPDATING ... - python3.12-smart-open-7.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/smart-open/default.nix b/pkgs/development/python-modules/smart-open/default.nix index 53aa2d76f6aa..05edf0f1b3e8 100644 --- a/pkgs/development/python-modules/smart-open/default.nix +++ b/pkgs/development/python-modules/smart-open/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "smart-open"; - version = "7.0.1"; + version = "7.0.4"; pyproject = true; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "RaRe-Technologies"; repo = "smart_open"; rev = "refs/tags/v${version}"; - hash = "sha256-yGy4xNoHCE+LclBBTMVtTKP6GYZ5w09NJ0OmsUPnir4="; + hash = "sha256-4HOTaF6AKXGlVCvSGKnnaH73aa4IO0aRxz03XQ4gSd8="; }; build-system = [ No auto update branch exists Old version 7.0.1" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , azure-common , azure-core , azure-storage-blob , boto3 , google-cloud-storage , requests , moto , paramiko , pytestCheckHook , responses , setuptools , wrapt , zstandard }: buildPythonPackage rec { pname = "smart-open"; version = "7.0.4"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "RaRe-Technologies"; repo = "smart_open"; rev = "refs/tags/v${version}"; hash = "sha256-4HOTaF6AKXGlVCvSGKnnaH73aa4IO0aRxz03XQ4gSd8="; }; build-system = [ setuptools ]; dependencies = [ wrapt ]; optional-dependencies = { s3 = [ boto3 ]; gcs = [ google-cloud-storage ]; azure = [ azure-storage-blob azure-common azure-core ]; http = [ requests ]; webhdfs = [ requests ]; ssh = [ paramiko ]; zst = [ zstandard ]; }; pythonImportsCheck = [ "smart_open" ]; nativeCheckInputs = [ moto pytestCheckHook responses ] ++ lib.flatten (builtins.attrValues optional-dependencies); pytestFlagsArray = [ "smart_open" ]; disabledTests = [ # https://github.com/RaRe-Technologies/smart_open/issues/784 "test_https_seek_forward" "test_seek_from_current" "test_seek_from_end" "test_seek_from_start" ]; meta = with lib; { changelog = "https://github.com/piskvorky/smart_open/releases/tag/v${version}"; description = "Library for efficient streaming of very large file"; homepage = "https://github.com/RaRe-Technologies/smart_open"; license = licenses.mit; maintainers = with maintainers; [ jyp ]; }; }