python311Packages.requests-file 0 -> 1 attrpath: python311Packages.requests-file 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/m4ckzyq96354d3vsqfgv7y8sd8cv9awy-packages.json.drv building '/nix/store/m4ckzyq96354d3vsqfgv7y8sd8cv9awy-packages.json.drv'... Going to be running update for following packages: - python3.11-requests-file-1.5.1 Press Enter key to continue... Running update for: - python3.11-requests-file-1.5.1: UPDATING ... - python3.11-requests-file-1.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/requests-file/default.nix b/pkgs/development/python-modules/requests-file/default.nix index de7a94c75aa0..ab393e5528ca 100644 --- a/pkgs/development/python-modules/requests-file/default.nix +++ b/pkgs/development/python-modules/requests-file/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "requests-file"; - version = "1.5.1"; + version = "2.0.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-B9dCCNM4nQHDirie9AOvDP7GOVfVOgCB2OynONAkfY4="; + hash = "sha256-IMWTFinFWP2lZsrMEM/izVAkM+Yo9WjDTIDZagzJWXI="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.5.1" not present in staging derivation file with contents: { lib , fetchPypi , buildPythonPackage , setuptools , setuptools-scm , pytestCheckHook , requests }: buildPythonPackage rec { pname = "requests-file"; version = "2.0.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-IMWTFinFWP2lZsrMEM/izVAkM+Yo9WjDTIDZagzJWXI="; }; build-system = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ requests ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "requests_file" ]; meta = with lib; { description = "Transport adapter for fetching file:// URLs with the requests python library"; homepage = "https://github.com/dashea/requests-file"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; }