[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
191/227: gnu: python-requests: Update to 2.26.0.
From: |
guix-commits |
Subject: |
191/227: gnu: python-requests: Update to 2.26.0. |
Date: |
Thu, 11 Nov 2021 12:30:44 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 9b54d521160f5798faea0fe70e280ce5ec5e6c4c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Oct 31 20:49:42 2021 -0400
gnu: python-requests: Update to 2.26.0.
* gnu/packages/python-web.scm (python-requests): Update to 2.26.0.
[propagated-inputs]: add python-charset-normalizer.
---
gnu/packages/python-web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 49d9410..6a08b0a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2518,17 +2518,18 @@ APIs.")
(define-public python-requests
(package
(name "python-requests")
- (version "2.25.0")
+ (version "2.26.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "requests" version))
(sha256
(base32
- "1y6mb8c0ipd64d5axq2p368yxndp3f966hmabjka2q2a5y9hn6kz"))))
+ "19q73fq7hip7b74fwls3p9x6zwvfwqcwpn6kha3zsgvrrzw5iamq"))))
(build-system python-build-system)
(propagated-inputs
`(("python-certifi" ,python-certifi)
("python-chardet" ,python-chardet)
+ ("python-charset-normalizer" ,python-charset-normalizer)
("python-idna" ,python-idna)
("python-urllib3" ,python-urllib3)))
(arguments
- 148/227: gnu: jsoncpp: Apply patch to regular package., (continued)
- 148/227: gnu: jsoncpp: Apply patch to regular package., guix-commits, 2021/11/11
- 150/227: gnu: curl: Update to 7.79.1., guix-commits, 2021/11/11
- 155/227: gnu: python-pytest: Update to 6.2.5., guix-commits, 2021/11/11
- 156/227: gnu: python-six-bootstrap: Update to 1.16.0., guix-commits, 2021/11/11
- 159/227: gnu: gstreamer: Disable the pipelines-seek test., guix-commits, 2021/11/11
- 164/227: gnu: gdb: Update to 11.1 and remove gdb-9.2., guix-commits, 2021/11/11
- 169/227: gnu: Add meson-0.59., guix-commits, 2021/11/11
- 175/227: gnu: xorgproto: Update to 2021.5., guix-commits, 2021/11/11
- 185/227: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., guix-commits, 2021/11/11
- 192/227: gnu: python-docker: Update to 5.0.3 and remove obsolete package variants., guix-commits, 2021/11/11
- 191/227: gnu: python-requests: Update to 2.26.0.,
guix-commits <=
- 140/227: gnu: gtk: Replace gdk-pixbuf+svg by librsvg., guix-commits, 2021/11/11
- 142/227: gnu: gawk: Use regular bash to cope with test suite failures., guix-commits, 2021/11/11
- 145/227: gnu: mariadb: Only run the main test suite to avoid flaky tests., guix-commits, 2021/11/11
- 149/227: gnu: meson: Update to 0.60.0., guix-commits, 2021/11/11
- 160/227: gnu: mesa: Replace obsolete vulkan-overlay-layer build option., guix-commits, 2021/11/11
- 165/227: gnu: ldc: Update to 1.27.1., guix-commits, 2021/11/11
- 168/227: gnu: Add cling., guix-commits, 2021/11/11
- 170/227: gnu: gtkmm-3: Update to 3.24.5., guix-commits, 2021/11/11
- 173/227: gnu: tracker: Use libsoup-minimal-2 to fix build., guix-commits, 2021/11/11
- 174/227: gnu: xkeyboard-config: Update to 2.34., guix-commits, 2021/11/11