summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-16 22:57:41 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:10 +0100
commit7720f06ad1615e6520d30188d6fcdf6d08820673 (patch)
tree6a75f78bcb67d15213934bf2070046e9d29c7b2c /gnu/packages/python-xyz.scm
parent6e5c1015ca205234432e3c4f51e99a2727d0cc0f (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 55395576ed..bdfd6de260 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27722,15 +27722,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