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

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

bug#63540: closed ([PATCH] gnu: python-m2crypto: Update to 0.38.0.)


From: GNU bug Tracking System
Subject: bug#63540: closed ([PATCH] gnu: python-m2crypto: Update to 0.38.0.)
Date: Mon, 12 Jun 2023 19:12:02 +0000

Your message dated Mon, 12 Jun 2023 20:10:28 +0100
with message-id <87sfawwl6i.fsf@cbaines.net>
and subject line Re: [bug#63540] [PATCH] gnu: python-m2crypto: Update to 0.38.0.
has caused the debbugs.gnu.org bug report #63540,
regarding [PATCH] gnu: python-m2crypto: Update to 0.38.0.
to be marked as done.

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


-- 
63540: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63540
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-m2crypto: Update to 0.38.0. Date: Wed, 17 May 2023 01:11:23 +0800
* gnu/packages/python-crypto.scm (python-m2crypto): Update to 0.38.0.
[build-system]: switch to PYPROJECT-BUILD-SYSTEM.
---
 gnu/packages/python-crypto.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index b1d94e85b8..44ed080218 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -27,6 +27,7 @@
 ;;; Copyright ?? 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright ?? 2021 Maxime Devos <maximedevos@telenet.be>
 ;;; Copyright ?? 2022 Antero Mejr <antero@mailbox.org>
+;;; Copyright ?? 2023 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -997,14 +998,14 @@ (define-public python-pycryptodomex
 (define-public python-m2crypto
   (package
     (name "python-m2crypto")
-    (version "0.35.2")
+    (version "0.38.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "M2Crypto" version))
        (sha256
-        (base32 "09yirf3w77w6f49q6nxhrjm9c3a4y9s30s1k09chqrw8zdgx8sjc"))))
-    (build-system python-build-system)
+        (base32 "1jyynaybncgjp8rndrwjpj5gnbrislngimf6ind9874h6052dwlr"))))
+    (build-system pyproject-build-system)
     (arguments
      `(;; FIXME: Tests start failing with time due to date checks in TLS
        ;; certificates.

base-commit: 8659f5e3ee1872da0a853ca6f839eb6f90e10c3d
-- 
2.40.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#63540] [PATCH] gnu: python-m2crypto: Update to 0.38.0. Date: Mon, 12 Jun 2023 20:10:28 +0100 User-agent: mu4e 1.10.2; emacs 28.2
Z572 via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/python-crypto.scm (python-m2crypto): Update to 0.38.0.
> [build-system]: switch to PYPROJECT-BUILD-SYSTEM.
> ---
>  gnu/packages/python-crypto.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)

This looks good to me, so I've pushed to master as
dc741120fe53c08eb3509a43dd2486ee3ec3cb28.

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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