[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
203/361: gnu: python-uqbar: Update to 0.6.9.
From: |
guix-commits |
Subject: |
203/361: gnu: python-uqbar: Update to 0.6.9. |
Date: |
Fri, 22 Nov 2024 06:00:41 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit caa0994ff6152abc695680a7fc989283b6f63362
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:09 2024 +0200
gnu: python-uqbar: Update to 0.6.9.
* gnu/packages/graphviz.scm (python-uqbar): Update to 0.6.9.
Change-Id: Iee24cb1c66db162001c618d1f64a9e2406c1dacd
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/local.mk | 1 -
gnu/packages/graphviz.scm | 19 +++++-------------
gnu/packages/patches/python-uqbar-python3.10.patch | 23 ----------------------
3 files changed, 5 insertions(+), 38 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index 7acda8a26d..d5531b2e7f 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1935,7 +1935,6 @@ dist_patch_DATA =
\
%D%/packages/patches/python-sphobjinv-defer-ssl-import.patch \
%D%/packages/patches/python-sphinx-prompt-docutils-0.19.patch \
%D%/packages/patches/python-typeguard-python3.10.patch \
- %D%/packages/patches/python-uqbar-python3.10.patch \
%D%/packages/patches/python-wxwidgets-type-errors.patch \
%D%/packages/patches/qtdeclarative-5-disable-qmlcache.patch \
%D%/packages/patches/qtdeclarative-disable-qmlcache.patch \
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index ea6c02fc19..8ff09fe232 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -201,7 +201,7 @@ structure and layout algorithms.")
(define-public python-uqbar
(package
(name "python-uqbar")
- (version "0.5.9")
+ (version "0.6.9")
(source
(origin
(method git-fetch)
@@ -210,20 +210,11 @@ structure and layout algorithms.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "0c573nzpm51qgz2g296f8pw8ys0i3r6daynxk06zagk5l5fgw9ar"))
- (patches (search-patches "python-uqbar-python3.10.patch"))))
+ (base32 "037qj3rymm6xzdpklddfhmfp2p1bq9fi3jrvxj6gmharphd5z869"))))
(build-system pyproject-build-system)
- (arguments
- (list #:test-flags
- '(list "tests"
- "-k" (string-append
- "not test_interpret_code_blocks_02 "
- "and not test_find_executable "
- "and not test_sphinx_api_1 "
- "and not test_sphinx_book_text_cached "
- "and not test_sphinx_book_text_uncached "
- "and not test_sphinx_book_text_broken_strict"))))
+ (arguments ; XXX: Disable failing tests.
+ (list #:test-flags '(list "tests" "-k" "not test_find_executable \
+and not test_sphinx_book_text_broken_strict")))
(native-inputs
(list graphviz
python-flake8
diff --git a/gnu/packages/patches/python-uqbar-python3.10.patch
b/gnu/packages/patches/python-uqbar-python3.10.patch
deleted file mode 100644
index 164f0c0c64..0000000000
--- a/gnu/packages/patches/python-uqbar-python3.10.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Since Python 3.10 the output of a CLI program created with argparse
-uses "options" instead of "optional arguments". This behaviour breaks
-the tests in python-uqbar.
-
---- a/tests/test_cli.py
-+++ b/tests/test_cli.py
-@@ -84,7 +84,7 @@ def test_call_help():
-
- speak like a cat
-
-- optional arguments:
-+ options:
- -h, --help show this help message and exit
- --version show program's version number and exit
- --loud be adamant
-@@ -101,6 +101,6 @@ def test_help():
- """
- usage: vox-aggregator [-h] [--version] {help,list,birds,mammals} ...
-
-- optional arguments:
-+ options:
- -h, --help show this help message and exit
- --version show program's version number and exit
- 164/361: gnu: python-nbval: Move to pyproject-build-system., (continued)
- 164/361: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/11/22
- 168/361: gnu: python-cbor2: Move to pyproject-build-system., guix-commits, 2024/11/22
- 166/361: gnu: gunicorn: Update to 21.2.0., guix-commits, 2024/11/22
- 173/361: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/11/22
- 179/361: gnu: python-pytest-remotedata: Ignore failing test., guix-commits, 2024/11/22
- 178/361: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/11/22
- 187/361: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/11/22
- 190/361: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/11/22
- 193/361: gnu: python-apprise: Improve package style., guix-commits, 2024/11/22
- 194/361: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/11/22
- 203/361: gnu: python-uqbar: Update to 0.6.9.,
guix-commits <=
- 204/361: gnu: python-typeguard-4: Ignore failing tests., guix-commits, 2024/11/22
- 206/361: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/11/22
- 207/361: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/11/22
- 210/361: gnu: python-pyan3: Move to pyproject-build-system., guix-commits, 2024/11/22
- 212/361: gnu: python-multidict: Move to pyproject-build-system., guix-commits, 2024/11/22
- 214/361: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/11/22
- 216/361: gnu: python-qemu-qmp: Improve package style., guix-commits, 2024/11/22
- 223/361: gnu: Remove python-mistune-next., guix-commits, 2024/11/22
- 227/361: gnu: python-altair: Adjust inputs., guix-commits, 2024/11/22
- 232/361: gnu: python-django-4.2: Adjust inputs., guix-commits, 2024/11/22