guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

120/222: gnu: python-platformdirs: Update to 4.2.1.


From: guix-commits
Subject: 120/222: gnu: python-platformdirs: Update to 4.2.1.
Date: Fri, 1 Nov 2024 10:56:36 -0400 (EDT)

sharlatan pushed a commit to branch python-team
in repository guix.

commit 1bdd1c8ea76aaeff8150d06fe9c0f602e9658470
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 f2c592ed82..124e123dd9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35919,19 +35919,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]