guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 94046d18e788fe8e28ac1089f295645c65a619dd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun May 31 19:31:21 2026 +0100

    gnu: python-pyproject-metadata: Update to 0.11.0.
    
    * gnu/packages/python-xyz.scm (python-pyproject-metadata): Update to 0.11.0.
    [arguments]: Drop all.
    
    Change-Id: I48be9c61992031e43681913e3ba64c5f6531c5f7
---
 gnu/packages/python-xyz.scm | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 41a7c9bda3..af5e457d3a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17201,23 +17201,17 @@ versions number match PEP 440.")
 (define-public python-pyproject-metadata
   (package
     (name "python-pyproject-metadata")
-    (version "0.10.0")
+    (version "0.11.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/FFY00/python-pyproject-metadata";)
-             (commit version)))
+              (url "https://github.com/FFY00/python-pyproject-metadata";)
+              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vz2dx46ag42bqp81frd92pfnryfdry6112g6z5inrywqs8vymkw"))))
+        (base32 "0f838jc5m8f3f4gazzsidhk6x2d359g53ysa0bp0fw11jsv1n2vp"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:test-flags
-      ;; Two tests fail because the error message slightly changed, so the
-      ;; tests' regular expressions no longer match.
-      '(list "--ignore=tests/test_standard_metadata.py")))
     (propagated-inputs (list python-packaging))
     (native-inputs
      (list python-flit-core python-pytest python-tomli))

Reply via email to