GNU bug report logs -
#63540
[PATCH] gnu: python-m2crypto: Update to 0.38.0.
Previous Next
Reported by: Z572 <873216071 <at> qq.com>
Date: Tue, 16 May 2023 17:13:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63540 in the body.
You can then email your comments to 63540 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
jgart <at> dismail.de, guix-patches <at> gnu.org
:
bug#63540
; Package
guix-patches
.
(Tue, 16 May 2023 17:13:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Z572 <873216071 <at> qq.com>
:
New bug report received and forwarded. Copy sent to
jgart <at> dismail.de, guix-patches <at> gnu.org
.
(Tue, 16 May 2023 17:13:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> gmail.com>
;;; Copyright © 2021 Maxime Devos <maximedevos <at> telenet.be>
;;; Copyright © 2022 Antero Mejr <antero <at> mailbox.org>
+;;; Copyright © 2023 Zheng Junjie <873216071 <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63540
; Package
guix-patches
.
(Tue, 16 May 2023 17:17:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 63540 <at> debbugs.gnu.org (full text, mbox):
Thanks for the patch, I'll look at this this weekend. If not, ping me.
May 16, 2023 12:13 PM, "Z572" <873216071 <at> 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 <at> gmail.com>
> ;;; Copyright © 2021 Maxime Devos <maximedevos <at> telenet.be>
> ;;; Copyright © 2022 Antero Mejr <antero <at> mailbox.org>
> +;;; Copyright © 2023 Zheng Junjie <873216071 <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63540
; Package
guix-patches
.
(Wed, 31 May 2023 13:25:04 GMT)
Full text and
rfc822 format available.
Message #11 received at 63540 <at> debbugs.gnu.org (full text, mbox):
ping
> 在 2023年5月17日,01:17,jgart via Guix-patches via <guix-patches <at> 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 <at> 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 <at> gmail.com>
>> ;;; Copyright © 2021 Maxime Devos <maximedevos <at> telenet.be>
>> ;;; Copyright © 2022 Antero Mejr <antero <at> mailbox.org>
>> +;;; Copyright © 2023 Zheng Junjie <873216071 <at> 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
>
>
>
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Mon, 12 Jun 2023 19:12:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Z572 <873216071 <at> qq.com>
:
bug acknowledged by developer.
(Mon, 12 Jun 2023 19:12:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 63540-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Z572 via Guix-patches via <guix-patches <at> 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
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 11 Jul 2023 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 304 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.