all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63540] [PATCH] gnu: python-m2crypto: Update to 0.38.0.
@ 2023-05-16 17:11 Z572 via Guix-patches via
  2023-05-16 17:16 ` jgart via Guix-patches via
  2023-06-12 19:10 ` bug#63540: " Christopher Baines
  0 siblings, 2 replies; 4+ messages in thread
From: Z572 via Guix-patches via @ 2023-05-16 17:11 UTC (permalink / raw)
  To: 63540; +Cc: jgart

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1434 bytes --]

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#63540] [PATCH] gnu: python-m2crypto: Update to 0.38.0.
  2023-05-16 17:11 [bug#63540] [PATCH] gnu: python-m2crypto: Update to 0.38.0 Z572 via Guix-patches via
@ 2023-05-16 17:16 ` jgart via Guix-patches via
  2023-05-31  5:52   ` 郑俊杰
  2023-06-12 19:10 ` bug#63540: " Christopher Baines
  1 sibling, 1 reply; 4+ messages in thread
From: jgart via Guix-patches via @ 2023-05-16 17:16 UTC (permalink / raw)
  To: Z572, 63540

Thanks for the patch, I'll look at this this weekend. If not, ping me.

May 16, 2023 12:13 PM, "Z572" <873216071@qq.com> wrote:

> * 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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#63540] [PATCH] gnu: python-m2crypto: Update to 0.38.0.
  2023-05-16 17:16 ` jgart via Guix-patches via
@ 2023-05-31  5:52   ` 郑俊杰
  0 siblings, 0 replies; 4+ messages in thread
From: 郑俊杰 @ 2023-05-31  5:52 UTC (permalink / raw)
  To: jgart; +Cc: Z572, 63540

ping

> 在 2023年5月17日,01:17,jgart via Guix-patches via <guix-patches@gnu.org> 写道:
> 
> Thanks for the patch, I'll look at this this weekend. If not, ping me.
> 
> May 16, 2023 12:13 PM, "Z572" <873216071@qq.com> wrote:
> 
>> * 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
> 
> 
> 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#63540: [PATCH] gnu: python-m2crypto: Update to 0.38.0.
  2023-05-16 17:11 [bug#63540] [PATCH] gnu: python-m2crypto: Update to 0.38.0 Z572 via Guix-patches via
  2023-05-16 17:16 ` jgart via Guix-patches via
@ 2023-06-12 19:10 ` Christopher Baines
  1 sibling, 0 replies; 4+ messages in thread
From: Christopher Baines @ 2023-06-12 19:10 UTC (permalink / raw)
  To: Z572; +Cc: 63540-done

[-- Attachment #1: Type: text/plain, Size: 396 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-13  3:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-16 17:11 [bug#63540] [PATCH] gnu: python-m2crypto: Update to 0.38.0 Z572 via Guix-patches via
2023-05-16 17:16 ` jgart via Guix-patches via
2023-05-31  5:52   ` 郑俊杰
2023-06-12 19:10 ` bug#63540: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.