[PATCH 2/4] gnu: python-xyz: Update python-boto3 to 1.34.61.

  • Done
  • quality assurance status badge
Details
2 participants
  • Daniel Ziltener
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Daniel Ziltener
Severity
normal
D
D
Daniel Ziltener wrote on 13 Mar 02:10 +0100
(address . guix-patches@gnu.org)(address . dziltener@lyrion.ch)
c5ca7744d735c20f726dcd8e9d732243@lyrion.ch
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
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
S
S
Sharlatan Hellseher wrote 3 days ago
(address . 69766-done@debbugs.gnu.org)
87ttc4jfjb.fsf@gmail.com
Hi,

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

--
Oleg
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmc7y5gACgkQdtcnv/Ys
0rW3whAApJC1c1N20WyensPZBGASKeuLqGfVwftrypg55wUE8mrHleyYqIjtVdTW
rRiePzhaDTr93jExaltbJelt0LG/vVC9/tR5/7BcHmXLPJ935h8zZabaNW6rzbuK
sjn1KkIh5cgjOOVPE2wdJuPqorbtr4CY0EU5a4YB7xJRuJ83ebOea+1oC7KSwga0
g48LMC0bvztpBtg/ZBC7Nvgr5xpsO2UF3rxtfppnkvEKz/pGxJE10UUjAP5V4pMJ
T3KvLnv2Fd3gPuUL5M7iiqZLfbfUY4tv9LaUCbcfaTRnOvTgj0MwPowBzbzWuhFt
Hw119ClP7kCZ1iaxtERHdB4+PwJEWOFfpRaWhj5y/eqYt0f3J5AkXikVzH8jek7U
c/pnc3h5eMZ0tNlxEWhUZREXPTUYSo9gii/IxDQKxjwoPpzsHCrlsazSkQsQ59VY
grvq+koLDjpTXtIeMp65/03keJF6T1mHXjJhYCG5XoiLBR//xydpShqRRz3/FRV9
5Oz5tkhNX8t63tqSCjnLiTq4gj2sN9+xCnOzDrDw5S+8yduRWCpH6Rpl0c2hPZd1
M0oxPiyp/N0WBgY9d3/V2P5hDA4HZZ2x3p2pzuUHLFo4eYVo/3KJvSfXS9WHL14B
LjB/Ddiej7iiPz710Xo/Ixc8WpxniJn2Di6b1A20rQNN/pGNyMY=
=UlTw
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 69766@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69766
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch