emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#69765: closed ([PATCH 3/4] gnu: python-web: Update python-s3transfer


From: GNU bug Tracking System
Subject: bug#69765: closed ([PATCH 3/4] gnu: python-web: Update python-s3transfer to 0.10.0.)
Date: Mon, 18 Nov 2024 23:20:02 +0000

Your message dated Mon, 18 Nov 2024 23:18:19 +0000
with message-id <87wmh0jflw.fsf@gmail.com>
and subject line [PATCH 3/4] gnu: python-web: Update python-s3transfer to 
0.10.0.
has caused the debbugs.gnu.org bug report #69765,
regarding [PATCH 3/4] gnu: python-web: Update python-s3transfer to 0.10.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69765: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69765
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 3/4] gnu: python-web: Update python-s3transfer to 0.10.0. Date: Wed, 13 Mar 2024 02:11:27 +0100
---
 gnu/packages/python-web.scm | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6b61ba10b3..a3de510394 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4345,23 +4345,18 @@ (define-public python-betamax-serializers
 (define-public python-s3transfer
   (package
     (name "python-s3transfer")
-    (version "0.5.0")
+    (version "0.10.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "s3transfer" version))
               (sha256
                (base32
-                "0k6sc956yrrv9b4laa0r79jhxajpyxr21jcd1ka8m1n53lz85vah"))))
-    (build-system python-build-system)
+                "0nsr664ci9bqysmiqrigv03kz5idjwxy4ibrwpjbpvnmfbvbpj6h"))))
+    (build-system pyproject-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (replace 'check
-           (lambda* (#:key tests? #:allow-other-keys)
-             (when tests?
-               ;; Some of the 'integration' tests require network access or
-               ;; login credentials.
-               (invoke "nosetests" "--exclude=integration")))))))
+         (delete 'check))))
     (native-inputs
      (list python-docutils python-mock python-nose))
     (propagated-inputs
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: [PATCH 3/4] gnu: python-web: Update python-s3transfer to 0.10.0. Date: Mon, 18 Nov 2024 23:18:19 +0000
Hi,

This issue was resolved in <https://issues.guix.gnu.org/74345> and
applied as ea6c381cac..391de92713 to master

--
Oleg

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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