emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50328: closed ([PATCH] * gnu/packages/gnupg.scm (python-gnupg): Upda


From: GNU bug Tracking System
Subject: bug#50328: closed ([PATCH] * gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.7)
Date: Sun, 03 Oct 2021 12:27:02 +0000

Your message dated Sun, 3 Oct 2021 15:23:56 +0300
with message-id <YVmg3ATnMQzot3ak@3900XT>
and subject line Re: [bug#50328] [PATCH] * gnu/packages/gnupg.scm 
(python-gnupg): Update to 0.4.7
has caused the debbugs.gnu.org bug report #50328,
regarding [PATCH] * gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.7
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50328: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50328
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] * gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.7 Date: Wed, 1 Sep 2021 16:04:56 -0400
[homepage]: change to https://pythonhosted.org/python-gnupg/index.html due
to redirect
---
 gnu/packages/gnupg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index ebd89a2009..4564cb9453 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -570,14 +570,14 @@ decrypt messages using the OpenPGP format by
making use of GPGME.")
 (define-public python-gnupg
   (package
     (name "python-gnupg")
-    (version "0.4.4")
+    (version "0.4.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-gnupg" version))
        (sha256
         (base32
-         "03pvjyp6q9pr8qa22i38az06ddzhvzy5kj192hxa3gbhnchg1nj5"))))
+         "1isazrg2h126xg3vvk4wrhx8k8yfsg5sxybvfa99phj235mzaq90"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -595,7 +595,7 @@ decrypt messages using the OpenPGP format by
making use of GPGME.")
                      "test_gnupg.py" "--no-doctests"))))))
     (native-inputs
      `(("gnupg" ,gnupg-1)))
-    (home-page "https://packages.python.org/python-gnupg/index.html";)
+    (home-page "https://pythonhosted.org/python-gnupg/index.html";)
     (synopsis "Wrapper for the GNU Privacy Guard")
     (description
       "This module allows easy access to GnuPG’s key management, encryption
--
2.33.0



--- End Message ---
--- Begin Message --- Subject: Re: [bug#50328] [PATCH] * gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.7 Date: Sun, 3 Oct 2021 15:23:56 +0300
Thanks! Patch pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]