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

commit 992a59b818ccbcc3f5daa3fbca369f2f054830e7
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Wed Jul 16 22:57:41 2025 +0100

    gnu: python-pkginfo: Update to 1.12.1.2.
    
    * gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.12.1.2.
      [arguments] <test-flags>: Skip one test.
    
    Change-Id: Id3f895971b349e2fc572d674ccaf9aead95f52b2
---
 gnu/packages/python-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0eebe0f4f0..ab65c53318 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27677,15 +27677,18 @@ design and layout.")
 (define-public python-pkginfo
   (package
     (name "python-pkginfo")
-    (version "1.10.0")
+    (version "1.12.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pkginfo" version))
        (sha256
         (base32
-          "15v2mycr7m4ld5wp1sl9flqjjv8zdgc5rkgfz1wxn44d74skixsx"))))
+          "0ysbl0rhy8chvx58zi5qb61jli76dcyblklnc0118vy39a15gnaw"))))
     (build-system pyproject-build-system)
+    (arguments
+     ;; Wheel metatda version mismatched: AssertionError: assert '2.4' == '2.3'
+     (list #:test-flags #~(list "-k" "not test_installed_ctor_w_dist_info")))
     (native-inputs
      (list python-pytest
            python-setuptools

Reply via email to