python310Packages.aiofiles 0 -> 1 attrpath: python310Packages.aiofiles 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.10-aiofiles-23.1.0 Press Enter key to continue... Running update for: - python3.10-aiofiles-23.1.0: UPDATING ... - python3.10-aiofiles-23.1.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/aiofiles/default.nix b/pkgs/development/python-modules/aiofiles/default.nix index 28d4f5f368dc..b5d86d6af1ee 100644 --- a/pkgs/development/python-modules/aiofiles/default.nix +++ b/pkgs/development/python-modules/aiofiles/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "aiofiles"; - version = "23.1.0"; + version = "23.2.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "Tinche"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-ouBqqt0CJYxxQqbG9jn4p8zO+nKjqZgPjZpiZic67ss="; + hash = "sha256-EbRQD/AoTMWAlPOMWmD0UdFjRyjt5MUBkJtcydUCdHM="; }; nativeBuildInputs = [ No auto update branch exists Old version 23.1.0" not present in staging derivation file with contents: { stdenv , lib , buildPythonPackage , fetchFromGitHub , hatchling , pytest-asyncio , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "aiofiles"; version = "23.2.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Tinche"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-EbRQD/AoTMWAlPOMWmD0UdFjRyjt5MUBkJtcydUCdHM="; }; nativeBuildInputs = [ hatchling ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; disabledTests = lib.optionals stdenv.isDarwin [ "test_sendfile_file" # require loopback networking: "test_sendfile_socket" "test_serve_small_bin_file_sync" "test_serve_small_bin_file" "test_slow_file" ]; pythonImportsCheck = [ "aiofiles" ]; meta = with lib; { description = "File support for asyncio"; homepage = "https://github.com/Tinche/aiofiles"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fridh ]; }; }