[PATCH] gnu: python-m2crypto: Update to 0.38.0.

  • Done
  • quality assurance status badge
Details
4 participants
  • Z572
  • jgart
  • Christopher Baines
  • ???
Owner
unassigned
Submitted by
Z572
Severity
normal
Z
(address . guix-patches@gnu.org)
tencent_E25D6DD8265DAA4416CC9F9A8E5FB97B4906@qq.com
* 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(-)

Toggle diff (34 lines)
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
J
58a36faf475497b14efb69e2bc81865a@dismail.de
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:

Toggle quote (40 lines)
> * 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
?
(name . jgart)(address . jgart@dismail.de)
2EED1A94-BF52-4728-8334-3415F221CA6C@yandex.com
ping

Toggle quote (49 lines)
> ? 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
>
>
>
C
C
Christopher Baines wrote on 12 Jun 2023 21:10
(name . Z572)(address . 873216071@qq.com)(address . 63540-done@debbugs.gnu.org)
87sfawwl6i.fsf@cbaines.net
Z572 via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (6 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSHbcVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XelQBAApHasH/PQX/CZqzR6v69kDldu4x5hbyVE
xxCkNpE4CiTGizan5iFDGmP/SOoB3qX4aNvHZdpkgY5jPOZee2Kxcq4xecfAC24P
vM6XJ/IrFFAFdKnQcPjLDPedW+bruh4TtrbuJOAUrZtN9D+WKXOv+9jl7jgl+yqH
GCVJlkkqC5v3Q68/LYyENFQQ+ri1WMzzKHr9VKvDOGf29q4yo671lsNyAzs1j0F7
UvkzP1L8X0f2WNIO7c8BVZ4/mXqPvGpm8kEOp/a228EETkdvtp6ST2otqnVqR4+n
L85sWKh3aQhH+CFPYSvTAh7HEzA94mHVuij0kKs6vz/15TM3S629yp/DGtJkxWWz
RHBbYC0Nr8GKWCAazLf07XD6OvFdg+wktNxuL4iGGiavvEVe1pOK7dXmqzUXXIHQ
zpIeBm4fva1WfKC1FMqvXQk09DX6CkjkDfLgVqYWpPJfWFa17bujAqgg4CHuEJUB
Q+ks1RYTLQ/F9lgOu1S2vWJGwID3fWiGBgJ44ADKV8+y6T6p+Tl/yU89R/S/Vbqg
+Fjy3owi7dxGEXeqksD8SQ2TfBPDs+gBCPZf/RHq9l6QGFyaREVmE5Cmn2o611Vx
0ne4kZttm5WtWe/gsWkjp9LAa61T1vAJRomBzocpFao6pC82hA051kP/h/+0o8+8
vpo3I3HDUHk=
=/2Zq
-----END PGP SIGNATURE-----

Closed
?