guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python-minio: Update to 7.1.9.


From: guix-commits
Subject: 02/04: gnu: python-minio: Update to 7.1.9.
Date: Wed, 22 Jun 2022 12:28:34 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 49f5c551fbc8cca189ff7f838cf9236e23e50436
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jun 22 00:29:58 2022 +0200

    gnu: python-minio: Update to 7.1.9.
    
    * gnu/packages/python-web.scm (python-minio): Update to 7.1.9.
    [arguments]: Remove trailing #t.
    [propagated-inputs]: Remove PYTHON-CONFIGPARSER.
---
 gnu/packages/python-web.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e4f2c2fa2d..b0a4384eeb 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1423,26 +1423,24 @@ C, yielding parse times that can be a thirtieth of the 
html5lib parse times.")
 (define-public python-minio
   (package
     (name "python-minio")
-    (version "6.0.0")
+    (version "7.1.9")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "minio" version))
               (sha256
                (base32
-                "1cxpa0m7mdvpdbc1g6wlihq6ja4g4paxkl6f3q84bbnx07zpbllp"))))
+                "02nh865xbf2glxvcy70ir6gkcwqxl119zryfc70q7w0yjvkg64d7"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
                   (add-before 'check 'disable-failing-tests
                     (lambda _
                       ;; This test requires network access.
-                      (delete-file "tests/unit/credentials_test.py")
-                      #t)))))
+                      (delete-file "tests/unit/credentials_test.py"))))))
     (native-inputs
      (list python-faker python-mock python-nose))
     (propagated-inputs
-     (list python-certifi python-configparser python-dateutil python-pytz
-           python-urllib3))
+     (list python-certifi python-dateutil python-pytz python-urllib3))
     (home-page "https://github.com/minio/minio-py";)
     (synopsis "Programmatically access Amazon S3 from Python")
     (description



reply via email to

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