From d0753b236bf4fef9c85745034ad6c0256887d6e1 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 3 Oct 2025 23:45:53 +0100 Subject: [PATCH] gnu: python-xattr: Update to 1.2.0. * gnu/packages/python-xyz.scm (python-xattr): Update to 1.2.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest and python-setuptools. Change-Id: Ic3421cdf746e933458c686f8217a7a3a66f2dccb --- gnu/packages/python-xyz.scm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b1518bea9328824fad98b0c71d8b5f2e947cc073..91fea4e20f74117060decb3f64d0883900d94069 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32853,20 +32853,21 @@ your process.") (define-public python-xattr (package (name "python-xattr") - (version "0.9.9") + (version "1.2.0") (source (origin (method url-fetch) (uri (pypi-uri "xattr" version)) (sha256 - (base32 - "0ipkfblyvp5hylahjkw9zss1ii9xnwjypr3b3ncv989szcg7xjq9")))) - (build-system python-build-system) + (base32 "19z0wp1plr5g8a3jknipii3qmqp3znwd63zqrhx19gpixwhqwk56")))) + (build-system pyproject-build-system) + (native-inputs + (list python-pytest + python-setuptools)) (propagated-inputs (list python-cffi)) (home-page "https://github.com/xattr/xattr") - (synopsis - "Python wrapper for extended file system attributes") + (synopsis "Python wrapper for extended file system attributes") (description "This package provides a Python wrapper for using extended file system attributes. Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs