[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
120/420: gnu: python-platformdirs: Update to 4.2.1.
From: |
guix-commits |
Subject: |
120/420: gnu: python-platformdirs: Update to 4.2.1. |
Date: |
Tue, 26 Nov 2024 16:28:44 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 765f5dbc46987d0aa088d9c019cd9f0ab74f1ad7
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 0b549789a2..17255825be 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")
- 74/420: gnu: Add python-notebook-shim., (continued)
- 74/420: gnu: Add python-notebook-shim., guix-commits, 2024/11/26
- 67/420: gnu: Add python-rfc3986-validator., guix-commits, 2024/11/26
- 69/420: gnu: Add python-uri-template., guix-commits, 2024/11/26
- 105/420: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/26
- 104/420: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/11/26
- 107/420: gnu: Add python-jsonschema-path., guix-commits, 2024/11/26
- 102/420: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/11/26
- 103/420: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/11/26
- 110/420: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/26
- 117/420: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/26
- 120/420: gnu: python-platformdirs: Update to 4.2.1.,
guix-commits <=
- 129/420: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/11/26
- 131/420: gnu: python-widgetsnbextension: Update to 4.0.10., guix-commits, 2024/11/26
- 135/420: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/11/26
- 144/420: gnu: python-aionotify: Update to 0.3.0., guix-commits, 2024/11/26
- 146/420: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/11/26
- 145/420: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/11/26
- 152/420: gnu: qtile: Improve package style., guix-commits, 2024/11/26
- 155/420: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/11/26
- 156/420: gnu: conda: Reindent., guix-commits, 2024/11/26
- 157/420: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/11/26