unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69766] [PATCH 2/4] gnu: python-xyz: Update python-boto3 to 1.34.61.
@ 2024-03-13  1:10 Daniel Ziltener via Guix-patches via
  2024-11-18 23:19 ` bug#69766: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2024-03-13  1:10 UTC (permalink / raw)
  To: 69766; +Cc: dziltener

---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 95010eca23..b4caca34a0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18316,7 +18316,7 @@ (define-public python-botocore
 (define-public python-boto3
   (package
     (name "python-boto3")
-    (version "1.21.35")
+    (version "1.34.61")
     (home-page "https://github.com/boto/boto3")
     (source (origin
               (method git-fetch)
@@ -18324,7 +18324,7 @@ (define-public python-boto3
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1kdyf238rpfldnpzs0rdh3nhjn6hwfym4faskyhzlgzkf1smmbg1"))))
+                "1nbq2rly56gia2z2zh57qwpafsj2w3258gz4k6z494bws0fb99nb"))))
     (arguments
      `(#:phases
        (modify-phases %standard-phases
@@ -18336,7 +18336,7 @@ (define-public python-boto3
            (lambda* (#:key tests? #:allow-other-keys)
              (when tests?
                (invoke "pytest" "-v")))))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (native-inputs
      (list python-nose python-mock python-pytest))
     (propagated-inputs
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69766: [PATCH 2/4] gnu: python-xyz: Update python-boto3 to 1.34.61.
  2024-03-13  1:10 [bug#69766] [PATCH 2/4] gnu: python-xyz: Update python-boto3 to 1.34.61 Daniel Ziltener via Guix-patches via
@ 2024-11-18 23:19 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-11-18 23:19 UTC (permalink / raw)
  To: 69766-done

[-- Attachment #1: Type: text/plain, Size: 126 bytes --]


Hi,

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

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-18 23:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-13  1:10 [bug#69766] [PATCH 2/4] gnu: python-xyz: Update python-boto3 to 1.34.61 Daniel Ziltener via Guix-patches via
2024-11-18 23:19 ` bug#69766: " Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).