python311Packages.blobfile 0 -> 1 attrpath: python311Packages.blobfile 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/zpbaqfy1a2bkxn80m2n593j0jzy49qh9-packages.json.drv building '/nix/store/zpbaqfy1a2bkxn80m2n593j0jzy49qh9-packages.json.drv'... Going to be running update for following packages: - python3.11-blobfile-2.0.2 Press Enter key to continue... Running update for: - python3.11-blobfile-2.0.2: UPDATING ... - python3.11-blobfile-2.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/blobfile/default.nix b/pkgs/development/python-modules/blobfile/default.nix index 9c99c8502774..039468acca4a 100644 --- a/pkgs/development/python-modules/blobfile/default.nix +++ b/pkgs/development/python-modules/blobfile/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "blobfile"; - version = "2.0.2"; + version = "2.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "christopher-hesse"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-vVoiNIN/LNdbedaOQ+gtj4jhzmrGri49fftHKG+K/fg="; + hash = "sha256-VBh1JMP+8FEqD0uXpxA5RRMFH9XIUb4FUgsPq3vZWHM="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.0.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , filelock , lxml , pycryptodomex , pythonOlder , urllib3 }: buildPythonPackage rec { pname = "blobfile"; version = "2.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "christopher-hesse"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-VBh1JMP+8FEqD0uXpxA5RRMFH9XIUb4FUgsPq3vZWHM="; }; propagatedBuildInputs = [ pycryptodomex filelock urllib3 lxml ]; # Tests require a running Docker instance doCheck = false; pythonImportsCheck = [ "blobfile" ]; meta = with lib; { description = "Read Google Cloud Storage, Azure Blobs, and local paths with the same interface"; homepage = "https://github.com/christopher-hesse/blobfile"; changelog = "https://github.com/christopher-hesse/blobfile/blob/v${version}/CHANGES.md"; license = licenses.unlicense; maintainers = with maintainers; [ happysalada ]; }; }