all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72393] [PATCH 00/10] gnu: python-angr: Update to 9.2.112.
@ 2024-07-31  7:59 soeren
  2024-07-31  8:11 ` [bug#72393] [PATCH 01/10] gnu: python-ailment: " soeren
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: soeren @ 2024-07-31  7:59 UTC (permalink / raw)
  To: 72393
  Cc: Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi,
	Sharlatan Hellseher, Tanguy Le Carrour, jgart

From: Sören Tempel <soeren@soeren-tempel.net>

This patchset upgrades the angr package (previously added via #69074 by
myself) to the most recent version at the time of writing (9.2.112).
As part of the upgrade, four new dependencies have been added which are
required by the newer version (python-backports-strenum, python-cart,
python-pyformlang, and python-unique-log-filter).  Additionally, two
patches were removed as they have been integrated upstream.

The angr test suite passes locally and angr still seems to work as
intended.  However, due to the added pyformlang dependency angr now
depends (indirectly) on two different versions of python-pyparsing:
Version 2.4.7 via python-pydot (required by pyformlang) and version
3.0.6 required by python-packaging-bootstrap.  Any suggestion on how
to best resolve that?

Sören Tempel (10):
  gnu: python-ailment: Update to 9.2.112.
  gnu: python-pyvex: Update to 9.2.112.
  gnu: Add python-backports-strenum.
  gnu: python-archinfo: Update to 9.2.112.
  gnu: Add python-cart.
  gnu: python-cle: Update to 9.2.112.
  gnu: python-claripy: Update to 9.2.112.
  gnu: Add python-pyformlang.
  gnu: Add python-unique-log-filter.
  gnu: python-angr: Update to 9.2.112.

 gnu/local.mk                                  |   2 -
 gnu/packages/emulators.scm                    |  40 +++++-
 .../python-angr-addition-type-error.patch     |  18 ---
 .../patches/python-angr-check-exec-deps.patch |  83 ++++++-----
 .../python-pyvex-remove-angr-dependency.patch |  80 -----------
 gnu/packages/python-xyz.scm                   | 130 +++++++++++++++---
 6 files changed, 186 insertions(+), 167 deletions(-)
 delete mode 100644 gnu/packages/patches/python-angr-addition-type-error.patch
 delete mode 100644 gnu/packages/patches/python-pyvex-remove-angr-dependency.patch


base-commit: 01d4363168ed10ea223047f7a7b83201f161ec0b




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

end of thread, other threads:[~2024-09-15 10:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31  7:59 [bug#72393] [PATCH 00/10] gnu: python-angr: Update to 9.2.112 soeren
2024-07-31  8:11 ` [bug#72393] [PATCH 01/10] gnu: python-ailment: " soeren
2024-07-31  8:11 ` [bug#72393] [PATCH 02/10] gnu: python-pyvex: " soeren
2024-07-31  8:11 ` [bug#72393] [PATCH 03/10] gnu: Add python-backports-strenum soeren
2024-07-31  8:11 ` [bug#72393] [PATCH 04/10] gnu: python-archinfo: Update to 9.2.112 soeren
2024-07-31  8:11 ` [bug#72393] [PATCH 05/10] gnu: Add python-cart soeren
2024-07-31  8:11 ` [bug#72393] [PATCH 06/10] gnu: python-cle: Update to 9.2.112 soeren
2024-07-31  8:11 ` [bug#72393] [PATCH 07/10] gnu: python-claripy: " soeren
2024-07-31  8:11 ` [bug#72393] [PATCH 08/10] gnu: Add python-pyformlang soeren
2024-07-31  8:11 ` [bug#72393] [PATCH 09/10] gnu: Add python-unique-log-filter soeren
2024-07-31  8:11 ` [bug#72393] [PATCH 10/10] gnu: python-angr: Update to 9.2.112 soeren
2024-09-15 10:26 ` [bug#72393] [PATCH 00/10] " Sören Tempel

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.