From 5dfe277d0ad4f7f8447fccd6cf72cc06858187fb Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 26 Nov 2024 15:31:28 +0000 Subject: [PATCH] gnu: python-aiofiles: Update to 24.1.0. * gnu/packages/python-xyz.scm (python-aiofiles): Update to 24.1.0. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-hatchling, python-hatch-vcs, python-pytest, and python-pytest-asyncio. Change-Id: I8888c4aa1b161f7f8438ce9a2c84a884ecfdcbd3 --- gnu/packages/python-xyz.scm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7712a62234c56724497938e7f4c86e5f3594372c..2c3d432e5ba1838d9ba132dc5d4f0d09d5980492 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -34009,15 +34009,20 @@ process.") (define-public python-aiofiles (package (name "python-aiofiles") - (version "23.1.0") + (version "24.1.0") (source (origin (method url-fetch) (uri (pypi-uri "aiofiles" version)) (sha256 (base32 - "0d8n79slihf1lkbh2m6yw51rlq6n6vssljsdacbdpq0rkbglglpd")))) - (build-system python-build-system) + "0v0namryb6acj9bkic5rcgbnb36njj601ws85q60z0d3wp4pb812")))) + (build-system pyproject-build-system) + (native-inputs + (list python-hatchling + python-hatch-vcs + python-pytest + python-pytest-asyncio)) (home-page "https://github.com/Tinche/aiofiles") (synopsis "File support for @code{asyncio}") (description "@code{python-aiofiles} is a library for handling local