[bug#76571,python-team,00/15] Some fixes

Message ID 87a5a9zlif.fsf@ngraves.fr
Headers
Series Some fixes |

Message

Nicolas Graves Feb. 25, 2025, 10:48 p.m. UTC
  These patches were developped locally on 70858, but they should be
rather independent, and fix quite some things in the python-team branch.

There are still quite some failing packages scientific (bioinformatics
and astro packages), but those seem related to numpy deprecations and
updates.

Nicolas Graves (15):
  gnu: python-pillow-heif: Update test-flags.
  gnu: python-beartype: Update to 0.19.0.
  gnu: python-cftime: Update to 1.6.4.
  gnu: python-multiprocessing-on-dill: Use pyproject-build-system.
  gnu: python-pykdtree: Update to 1.3.9.
  gnu: python-peachpy: Update to 0.2.0-3.349e8f8.
  gnu: sdkmanager: Update python-urllib3.
  gnu: python-pytest-runner: Update to 6.0.1.
  gnu: Remove python-rednose.
  gnu: python-vcrpy: Update to 7.0.0.
  gnu: python-pyparsing: Update to 3.2.1.
  gnu: behave: Remove python-nose native-input.
  gnu: Remove python-dictpath.
  gnu: python-ipympl: Update to 0.9.2.
  gnu: python-anndata: Ignore failing test.

 gnu/packages/android.scm      |   5 +-
 gnu/packages/check.scm        |  60 ++++---------------
 gnu/packages/jupyter.scm      |   6 +-
 gnu/packages/python-build.scm |  10 ++--
 gnu/packages/python-check.scm |  37 +++++-------
 gnu/packages/python-web.scm   |   1 -
 gnu/packages/python-xyz.scm   | 109 ++++++++++++++--------------------
 gnu/packages/web.scm          |   7 ++-
 8 files changed, 91 insertions(+), 144 deletions(-)
  

Comments

Ricardo Wurmus Feb. 26, 2025, 1:57 p.m. UTC | #1
Applied to python-team branch, thank you!