summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-11 19:58:12 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-30 16:23:53 +0000
commitf34fb2180e4a8e9dc3300557809f20391a73ab81 (patch)
tree38e9e2cdb10e6f5be966502498726d068e183052 /gnu/packages/python-xyz.scm
parentb6fcddc4134d8a6acb3df3725f39f62fdc2fd74c (diff)
gnu: python-robotframework-pythonlibcore: Update to 4.4.1.
* gnu/packages/python-xyz.scm (python-robotframework-pythonlibcore): Update to 4.4.1. [native-inputs]: Add python-approvaltests. Change-Id: I66d7cf460957eb0cb0d70bcae727a7d65e22c43f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm12
1 files changed, 8 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 510b9c05802..8d92d9f6674 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9576,7 +9576,7 @@ SFTP. It has the following main usages:
(define-public python-robotframework-pythonlibcore
(package
(name "python-robotframework-pythonlibcore")
- (version "3.0.0")
+ (version "4.4.1")
(source
(origin
(method git-fetch) ;no tests in pypi archive
@@ -9585,15 +9585,19 @@ SFTP. It has the following main usages:
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0v89v8va65l6inh0fb34qgxawx6p29pnrmw4n5941yzdi3804rc4"))))
+ (base32 "0hjayjq5wrgajs56nf85y5wqh76jbjfbsz40bam315l3kzmj45g5"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-backend #~'custom
#:test-flags #~(list "utest/run.py")))
(native-inputs
- (list python-pytest python-pytest-cov python-pytest-mockito
- python-robotframework python-setuptools))
+ (list python-approvaltests
+ python-pytest
+ python-pytest-cov
+ python-pytest-mockito
+ python-robotframework
+ python-setuptools))
(home-page "https://github.com/robotframework/PythonLibCore")
(synopsis "Robot Framework Python library tools")
(description