guix-commits
[Top][All Lists]
Advanced

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

08/46: gnu: python-aioftp: Update to 0.22.3.


From: guix-commits
Subject: 08/46: gnu: python-aioftp: Update to 0.22.3.
Date: Tue, 27 Feb 2024 17:55:14 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 7d920830274a2ed1bf236f7e95fe5d18dd1c1b9a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Feb 15 15:05:38 2024 +0000

    gnu: python-aioftp: Update to 0.22.3.
    
    * gnu/packages/python-web.scm (python-aioftp): Update to 0.22.3.
    [build-system]: Swap to pyproject-build-system, there is no setup.py in
    new release.
    [arguments] <#:phases>: Use standard 'check phase.
    
    Change-Id: I8e6a145da86e5ed56eb184d98d54bc8093a3bd1f
---
 gnu/packages/python-web.scm | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index de57d5be94..cde4ac4f58 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3546,20 +3546,14 @@ adapter for use with the Requests library.")
 (define-public python-aioftp
   (package
     (name "python-aioftp")
-    (version "0.21.4")
+    (version "0.22.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "aioftp" version))
               (sha256
                (base32
-                "1f8vql2j2b3ykqyh5bxzsp8x5f2if2c1ya232ld3hz3cc7a2dfr8"))))
-    (build-system python-build-system)
-    (arguments
-     (list #:phases #~(modify-phases %standard-phases
-                        (replace 'check
-                          (lambda* (#:key tests? #:allow-other-keys)
-                            (when tests?
-                              (invoke "pytest" "-vvv")))))))
+                "0w621mg956m9rn7v39jpwi4gpnpl90pprwl29cp640dahqqv38ms"))))
+    (build-system pyproject-build-system)
     (native-inputs (list python-async-timeout python-pytest
                          python-pytest-asyncio python-pytest-cov
                          python-trustme))



reply via email to

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