guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 9e3a72836f5876f09fa2ac520449f58255358236
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 4 23:18:40 2026 +0000
gnu: python-uqbar: Update to 0.9.6.
* gnu/packages/graphviz.scm (python-uqbar): Update to 0.9.6.
[arguments] <test-flags>: Skip one test.
[native-inputs]: Remove python-wheel.
Change-Id: I7e317fa2e66c557ae7fbca67ad87bee4722a9d9e
---
gnu/packages/graphviz.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index d553997420..568ad641a4 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -212,28 +212,30 @@ layout algorithms.")
(define-public python-uqbar
(package
(name "python-uqbar")
- (version "0.7.2")
+ (version "0.9.6")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/josiah-wolf-oberholtzer/uqbar")
- (commit (string-append "v" version))))
+ (url "https://github.com/josiah-wolf-oberholtzer/uqbar")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1limp2m2smg0l3v6vn2fwhjcw1d8gakw5v0q7krb03q539qiql87"))))
+ (base32 "07crragfc2y20kh3b2ig4q6725k1l9pnnqkqcn88kp8rbk9bicnn"))))
(build-system pyproject-build-system)
(arguments
(list
- #:test-flags #~(list "--pyargs" "uqbar")))
+ #:test-flags
+ #~(list "--pyargs" "uqbar"
+ ;; Diffs are not equal.
+ "-k" "not uqbar.apis.summarizers.SummarizingRootDocumenter")))
(native-inputs
(list graphviz
python-defusedxml
python-pytest
python-pytest-cov
python-setuptools
- python-typing-extensions
- python-wheel))
+ python-typing-extensions))
(propagated-inputs
(list python-black
python-sphinx