diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-24 04:08:20 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-24 04:53:42 +0100 |
| commit | 2e33d34cd74462ade06d973767548330ef8bbcea (patch) | |
| tree | 085822bfab9ac440391bb1d420af283b5efd1fe8 /gnu | |
| parent | 61042499361d49245c05d3f657c6fcba780c7291 (diff) | |
gnu: python-resolvelib: Update to 1.1.0.
* gnu/packages/python-xyz.scm (python-resolvelib): Update to 1.1.0.
[native-inputs]: Remove python-commentjson.
Change-Id: I6977761a6dfd4aca754b8c9c814806b662a61614
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1c2c5a27600..1fe462ac129 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -17590,7 +17590,7 @@ similar to the Python standard library's @code{json} module.") | |||
| 17590 | (define-public python-resolvelib | 17590 | (define-public python-resolvelib |
| 17591 | (package | 17591 | (package |
| 17592 | (name "python-resolvelib") | 17592 | (name "python-resolvelib") |
| 17593 | (version "1.1.0b1") | 17593 | (version "1.1.0") |
| 17594 | (source | 17594 | (source |
| 17595 | (origin | 17595 | (origin |
| 17596 | ;; Tests are missing from the PyPI release. | 17596 | ;; Tests are missing from the PyPI release. |
| @@ -17600,16 +17600,18 @@ similar to the Python standard library's @code{json} module.") | |||
| 17600 | (commit version))) | 17600 | (commit version))) |
| 17601 | (file-name (git-file-name name version)) | 17601 | (file-name (git-file-name name version)) |
| 17602 | (sha256 | 17602 | (sha256 |
| 17603 | (base32 | 17603 | (base32 "0pw99897mm2y7pa2g35z0f7vcmgh42xglz5szbrvigczvwa605sh")))) |
| 17604 | "0y0b4qd1aai50w33szz34kqj8ls42k9shkpp3lvy0jrvzgackp9p")))) | ||
| 17605 | (build-system pyproject-build-system) | 17604 | (build-system pyproject-build-system) |
| 17606 | (native-inputs | 17605 | (native-inputs |
| 17607 | (list python-commentjson python-packaging python-pytest | 17606 | (list python-packaging |
| 17608 | python-setuptools python-wheel)) | 17607 | python-pytest |
| 17608 | python-setuptools | ||
| 17609 | python-wheel)) | ||
| 17609 | (home-page "https://github.com/sarugaku/resolvelib") | 17610 | (home-page "https://github.com/sarugaku/resolvelib") |
| 17610 | (synopsis "Abstract dependencies resolver") | 17611 | (synopsis "Abstract dependencies resolver") |
| 17611 | (description "The ResolveLib library provides a @code{Resolver} class that | 17612 | (description |
| 17612 | includes dependency resolution logic.") | 17613 | "The ResolveLib library provides a @code{Resolver} class that includes |
| 17614 | dependency resolution logic.") | ||
| 17613 | (license license:isc))) | 17615 | (license license:isc))) |
| 17614 | 17616 | ||
| 17615 | (define-public python-commonmark | 17617 | (define-public python-commonmark |
