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
This commit is contained in:
Sharlatan Hellseher 2025-07-16 22:57:41 +01:00
parent 7acc195253
commit 2ee5ce111b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -27746,15 +27746,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