GNU bug report logs -
#65192
[PATCH] gnu: python-pyotp: Update to 2.9.0.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Thu, 10 Aug 2023 07:03:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#65192: [PATCH] gnu: python-pyotp: Update to 2.9.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 65192 <at> debbugs.gnu.org.
--
65192: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65192
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Michael Ford <fanquake <at> gmail.com> writes:
> From 9b4f2da4afab429223cde426a8c2d7904131e286 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Thu, 10 Aug 2023 09:01:08 +0200
> Subject: [PATCH] gnu: python-pyotp: Update to 2.9.0.
>
> * gnu/packages/python-crypto.scm (python-pyotp): Update to 2.9.0.
> ---
> gnu/packages/python-crypto.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks for the patch! I've pushed it to master as
47fe9da5d3d5b4b5d2a498a346d867083540242e.
Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
[Message part 6 (text/plain, inline)]
From 9b4f2da4afab429223cde426a8c2d7904131e286 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Thu, 10 Aug 2023 09:01:08 +0200
Subject: [PATCH] gnu: python-pyotp: Update to 2.9.0.
* gnu/packages/python-crypto.scm (python-pyotp): Update to 2.9.0.
---
gnu/packages/python-crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 44babe5c8c..dfd9f39b0d 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1170,13 +1170,13 @@ (define-public python-libnacl
(define-public python-pyotp
(package
(name "python-pyotp")
- (version "2.7.0")
+ (version "2.9.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyotp" version))
(sha256
- (base32 "1dbcgpf576kmrpkx3ly8jq4g5g22r9n1rra55c1xqxyzl2mrz66f"))))
+ (base32 "0qvgsf86az9cqj6d8vim2shvyam89ik0p4sszysf7pfvw116csrl"))))
(build-system python-build-system)
(home-page "https://github.com/pyauth/pyotp")
(synopsis "Python One Time Password Library")
--
2.41.0
[Message part 7 (text/html, inline)]
This bug report was last modified 1 year and 234 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.