diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-13 11:08:24 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:15 +0100 |
| commit | 35102411215d81090e3cb9bbf8c78be876db6864 (patch) | |
| tree | e05e4afaf36220c7068d74fcf331bbf4998792b9 /gnu/packages/python-xyz.scm | |
| parent | 961d2ad026414df77799586790b749eb00afb000 (diff) | |
gnu: python-configparser: Update to 7.2.0.
* gnu/packages/python-xyz.scm (python-configparser): Update to 7.2.0.
[build-system]: Use pyproject.
[native-inputs]: Add python-pytest, python-setuptools, and
python-wheel.
Change-Id: I086a85ac3278ad7429ac27563e103f65ec522694
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d02a9bd160..172d7b38d0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -26374,17 +26374,19 @@ command line utility, a python library and plugins for various editors.") (define-public python-configparser (package (name "python-configparser") - (version "4.0.2") + (version "7.2.0") (source (origin (method url-fetch) (uri (pypi-uri "configparser" version)) (sha256 - (base32 - "1priacxym85yjcf68hh38w55nqswaxp71ryjyfdk222kg9l85ln7")))) + (base32 "0w3vichm4igwvh7r560rw58xi4s1yf9x1cyi6syszqqnx65cqadn")))) + (build-system pyproject-build-system) (native-inputs - (list python-setuptools-scm)) - (build-system python-build-system) + (list python-pytest + python-setuptools + python-setuptools-scm + python-wheel)) (home-page "https://github.com/jaraco/configparser/") (synopsis "Backport of configparser from python 3.5") (description "@code{python-configparser} is a backport of |
