[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
122/224: gnu: python-platformdirs: Update to 4.2.1.
From: |
guix-commits |
Subject: |
122/224: gnu: python-platformdirs: Update to 4.2.1. |
Date: |
Tue, 15 Oct 2024 16:32:38 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 57959ec614f88898442cb5ab985758e8e3220fa6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 8 11:56:32 2024 +0200
gnu: python-platformdirs: Update to 4.2.1.
* gnu/packages/python-xyz.scm (python-platformdirs): Update to 4.2.1.
[native-inputs]: Add python-covdefaults and python-pytest-cov.
Change-Id: I8cd3e6cbe7a43f7a32566d263e571c0ea9920e17
---
gnu/packages/python-xyz.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2de208cdf0..f83c0566ff 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35828,19 +35828,21 @@ compatible with a wide range of versions of the
Stripe API.")
(define-public python-platformdirs
(package
(name "python-platformdirs")
- (version "3.10.0")
+ (version "4.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "platformdirs" version))
(sha256
- (base32 "0vbzyw1k6wvg8gv9cg99ds5pri007c6rqx9668d6kk6pnbd9cmml"))))
+ (base32 "1pwv0fvr6xzykv6dyibp7y3ac66j2w2arsnwh8zcagn69s6x2703"))))
(build-system pyproject-build-system)
(native-inputs
(list python-appdirs
+ python-covdefaults
python-hatchling
python-hatch-vcs
python-pytest
+ python-pytest-cov
python-pytest-mock))
(home-page "https://github.com/platformdirs/platformdirs")
(synopsis "Determine the appropriate platform-specific directories")
- 99/224: gnu: python-jupyter-server: Update to 2.14.0., (continued)
- 99/224: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/10/15
- 108/224: gnu: Add python-jsonschema-path., guix-commits, 2024/10/15
- 112/224: gnu: python-graphql-core: Enable tests., guix-commits, 2024/10/15
- 104/224: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/10/15
- 109/224: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/10/15
- 106/224: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/10/15
- 110/224: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/10/15
- 114/224: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/10/15
- 121/224: gnu: Add python-whatthepatch., guix-commits, 2024/10/15
- 123/224: gnu: python-rope: Update to 1.13.0., guix-commits, 2024/10/15
- 122/224: gnu: python-platformdirs: Update to 4.2.1.,
guix-commits <=
- 126/224: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/10/15
- 127/224: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/10/15
- 129/224: gnu: python-pyls-black: Add missing input., guix-commits, 2024/10/15
- 131/224: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/10/15
- 132/224: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/10/15
- 134/224: gnu: Add python-comm., guix-commits, 2024/10/15
- 139/224: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/10/15
- 140/224: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/10/15
- 137/224: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/10/15
- 141/224: gnu: python-isort: Move to pyproject-build-system., guix-commits, 2024/10/15