[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

Debbugs page

Hamzeh Nasajpour wrote 5 years ago
(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
Ludovic Courtès wrote 5 years ago
(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
Ludovic Courtès wrote 5 years ago
control message for bug #41589
(address . control@debbugs.gnu.org)
874kry200t.fsf@gnu.org
reopen 41589
tags 41589 - fixed patch
quit
Ludovic Courtès wrote 5 years ago
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’.
Marius Bakke wrote 5 years ago
(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
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 41589
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help