gnu: python-jmespath: Update to 1.0.1.
* gnu/packages/python-xyz.scm (python-jmespath): Update to 1.0.1. [native-inputs]: Remove python-nose. Add python-pytest. Change-Id: If5df9541f34fb656f461a10da8df02a3dd101741
This commit is contained in:
parent
23283c50e9
commit
dacc31c442
@ -29,7 +29,7 @@
|
|||||||
;;; Copyright © 2016-2023 Marius Bakke <marius@gnu.org>
|
;;; Copyright © 2016-2023 Marius Bakke <marius@gnu.org>
|
||||||
;;; Copyright © 2016, 2017, 2021, 2022 Stefan Reichör <stefan@xsteve.at>
|
;;; Copyright © 2016, 2017, 2021, 2022 Stefan Reichör <stefan@xsteve.at>
|
||||||
;;; Copyright © 2016, 2017, 2019 Alex Vong <alexvong1995@gmail.com>
|
;;; Copyright © 2016, 2017, 2019 Alex Vong <alexvong1995@gmail.com>
|
||||||
;;; Copyright © 2016–2018, 2021–2023 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2016–2018, 2021–2024 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2016, 2017, 2018, 2020, 2021 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2016, 2017, 2018, 2020, 2021 Julien Lepiller <julien@lepiller.eu>
|
||||||
;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
||||||
@ -18020,17 +18020,17 @@ that deprecated code is eventually removed.")
|
|||||||
(define-public python-jmespath
|
(define-public python-jmespath
|
||||||
(package
|
(package
|
||||||
(name "python-jmespath")
|
(name "python-jmespath")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "jmespath" version))
|
(uri (pypi-uri "jmespath" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pmzfi230zfgiq2rz896kbb9f7mp0lnrjdl6x1npvxfixn0f5454"))))
|
"1gpdc1f0q5c9scmbw1l9g40jjfk3pxwg91ayvn7xbvvddlh1n9lh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-nose))
|
(list python-pytest))
|
||||||
(synopsis "JSON Matching Expressions")
|
(synopsis "JSON Matching Expressions")
|
||||||
(description "JMESPath (pronounced “james path”) is a Python library that
|
(description "JMESPath (pronounced “james path”) is a Python library that
|
||||||
allows one to declaratively specify how to extract elements from a JSON
|
allows one to declaratively specify how to extract elements from a JSON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user