[PATCH] gnu: python-certifi: Update to 2019.11.28.

  • Done
  • quality assurance status badge
Details
3 participants
  • Hamzeh Nasajpour
  • Ludovic Courtès
  • Marius Bakke
Owner
unassigned
Submitted by
Hamzeh Nasajpour
Severity
normal
H
H
Hamzeh Nasajpour wrote on 29 May 2020 08:30
(address . guix-patches@gnu.org)
8dfafb11-b9c6-4429-a0a4-7b900b8c4629@www.fastmail.com
* gnu/packages/python-crypto.scm (python-certifi): Update to 2019.11.28.
---
gnu/packages/python-crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index fc451e83ef..54dae6e4db 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -448,13 +448,13 @@ risk.")
(define-public python-certifi
(package
(name "python-certifi")
- (version "2019.3.9")
+ (version "2019.11.28")
(source (origin
(method url-fetch)
(uri (pypi-uri "certifi" version))
(sha256
(base32
- "1bnpw7hrf9i1l9gfxjnzi45hkrvzz0pyn9ia8m4mw7sxhgb08qdj"))))
+ "07qg6864bk4qxa8akr967amlmsq9v310hp039mcpjx6dliylrdi5"))))
(build-system python-build-system)
(home-page "https://certifi.io/")
(synopsis "Python CA certificate bundle")
--
2.26.0
L
L
Ludovic Courtès wrote on 29 May 2020 18:08
(name . Hamzeh Nasajpour)(address . h.nasajpour@pantherx.org)(address . 41589-done@debbugs.gnu.org)
87d06m207v.fsf@gnu.org
Hi,

"Hamzeh Nasajpour" <h.nasajpour@pantherx.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/python-crypto.scm (python-certifi): Update to 2019.11.28.

Applied, thanks!

Ludo’.
Closed
L
L
Ludovic Courtès wrote on 29 May 2020 18:12
control message for bug #41589
(address . control@debbugs.gnu.org)
874kry200t.fsf@gnu.org
reopen 41589
tags 41589 - fixed patch
quit
L
L
Ludovic Courtès wrote on 29 May 2020 18:16
Re: [bug#41589] [PATCH] gnu: python-certifi: Update to 2019.11.28.
(name . Hamzeh Nasajpour)(address . h.nasajpour@pantherx.org)(address . 41589@debbugs.gnu.org)
87y2pazpgw.fsf@gnu.org
"Hamzeh Nasajpour" <h.nasajpour@pantherx.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/python-crypto.scm (python-certifi): Update to 2019.11.28.

Oops, I spoke too fast, it has too many dependents for ‘master’:

Toggle snippet (4 lines)
$ guix refresh -l python-certifi
Building the following 202 packages would ensure 446 dependent packages are rebuilt: […]

Ludo’.
M
M
Marius Bakke wrote on 29 May 2020 20:26
(address . 41589-done@debbugs.gnu.org)
87a71q4myv.fsf@gnu.org
Ludovic Courtès <ludo@gnu.org> writes:

Toggle quote (11 lines)
> "Hamzeh Nasajpour" <h.nasajpour@pantherx.org> skribis:
>
>> * gnu/packages/python-crypto.scm (python-certifi): Update to 2019.11.28.
>
> Oops, I spoke too fast, it has too many dependents for ‘master’:
>
> --8<---------------cut here---------------start------------->8---
> $ guix refresh -l python-certifi
> Building the following 202 packages would ensure 446 dependent packages are rebuilt: […]
> --8<---------------cut here---------------end--------------->8---

We already have an even newer version of this package on 'staging', so
closing this issue. :-)
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7RU7gACgkQoqBt8qM6
VPogUwf/WBhwQFwR9GPEYyadkZtegdi2FiCrw2jPMFn2W767H7KbtKVoOjADg3BC
ytMCGqhV7tP39mbjPkofCISqGHhQYtWtFnnw1lP4wa1Dygy9xGEa3UQIulIEfYAT
cgo695aZC4Cs6OEAkaK6gg/ay+cEs9EBNqsjh1m7dGpXTADJVvHS0X4CY3zcxkxm
OYWcMJcXz6yAQmKdyOkPjKdBfVGrbs3n8LbYhZ/8RZcq8mViUmwA6LuosrAICECy
pTrwrSkqHvclCx8jS9m05Iv6fE77nKH4OhxjW9ouw0ZMv9vK3jpJBoomBL64E3v/
2QFlDdUYO5Py74XBfrdMkEagDPnMmQ==
=8LwC
-----END PGP SIGNATURE-----

Closed
?