Update python-pyelftools to 0.29

  • Done
  • quality assurance status badge
Details
One participant
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal
V
V
Vagrant Cascadian wrote on 18 Jun 2023 08:46
(address . guix-patches@gnu.org)
87ttv59sj5.fsf@wireframe
The attached patch updates python-pyelftools to 0.29.

Unfortunately, pwntools, the only dependent package, still fails to build after
updating python-pyelftools... but python-pyelftools 0.28 fails to build
anyways, so this is no worse off than it was...


live well,
vagrant
From ade1985fb6c0d5ea422cf6ff19eec8e805c48e41 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Sat, 17 Jun 2023 23:36:41 -0700
Subject: [PATCH] gnu: python-pyelftools: Update to 0.29.

* gnu/packages/python-xyz.scm (python-pyelftools): Update to 0.29.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cdffc3ad67..322b6d058a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20381,7 +20381,7 @@ (define-public python-setproctitle
(define-public python-pyelftools
(package
(name "python-pyelftools")
- (version "0.28")
+ (version "0.29")
(home-page "https://github.com/eliben/pyelftools")
(source
(origin
@@ -20390,7 +20390,7 @@ (define-public python-pyelftools
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1z4fx39c9rds0bd4d2fjjq7n05b1nfxl36pmy523x8knm38l4gpr"))
+ (base32 "1mi7i9zlhkkap4q50ciak57ia46mj2jzq0713m3dh0x8j05k9xml"))
(snippet
;; Delete bundled readelf executable.
'(delete-file "test/external_tools/readelf"))))

base-commit: 428b810ca23fa1c1c565da15c0e95273f6487384
--
2.39.2
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZI6oTgAKCRDcUY/If5cW
qn2IAQC51Ay1QhhACfWItB+2WbzmKN+zN52jiE7I0BPXfhvlbgEAv9JL+mqANTY4
VbNUsbNZ/dUyt5+IOjpFlziZOALPeQU=
=N0/z
-----END PGP SIGNATURE-----

V
V
Vagrant Cascadian wrote on 2 Jul 2023 04:10
(address . 64144-done@debbugs.gnu.org)
87r0prxdup.fsf@wireframe
On 2023-06-17, Vagrant Cascadian wrote:
Toggle quote (2 lines)
> The attached patch updates python-pyelftools to 0.29.

Pushed as a919a16898e7219fdd26bdfe33a9959e7156d59d.

There seem to have been several submissions of essentially the same
patch!

I did not close 64379, as it has been merged with other bugs, but that
patch series probably needs to be rebased. :)


live well,
vagrant
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZKDcngAKCRDcUY/If5cW
qlsfAP9G5e3HNQ3ovKVTy/dz73mhOnha93B5L8p38EBY9nUrcQD+K0B0KnjnMgUp
onzH+z59XhtnV5HkKi4hV3WUmTBaNQo=
=ZhT8
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64144@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64144
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch