[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
120/361: gnu: python-platformdirs: Update to 4.2.1.
From: |
guix-commits |
Subject: |
120/361: gnu: python-platformdirs: Update to 4.2.1. |
Date: |
Fri, 22 Nov 2024 06:00:24 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 2ec9ec5d98ddfa2c7a0feeceebeaca8c3a552661
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 ea152512c3..fc781bcb1c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36075,19 +36075,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")
- 17/361: gnu: python-sphinx: Update to 6.2.1., (continued)
- 17/361: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/22
- 21/361: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/22
- 57/361: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 70/361: gnu: Add python-fqdn., guix-commits, 2024/11/22
- 71/361: gnu: Add python-overrides., guix-commits, 2024/11/22
- 61/361: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 82/361: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/22
- 95/361: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/11/22
- 99/361: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/22
- 109/361: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/22
- 120/361: gnu: python-platformdirs: Update to 4.2.1.,
guix-commits <=
- 125/361: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/11/22
- 151/361: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/22
- 180/361: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/22
- 158/361: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/22
- 189/361: gnu: Add ghc-xcb-types., guix-commits, 2024/11/22
- 188/361: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/11/22
- 192/361: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/11/22
- 200/361: gnu: Add python-sphinx-autodoc-typehints-5., guix-commits, 2024/11/22
- 213/361: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/11/22
- 222/361: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/22