Skip to content

python: add version 3.10.7 #212

Merged
merged 1 commit into from
Sep 30, 2022
Merged

python: add version 3.10.7 #212

merged 1 commit into from
Sep 30, 2022

Commits on Sep 12, 2022

  1. python: add version 3.10.7

    Compared to python-3.9.12-0 the script is restructured to
    a larger extend:
    
      - packages are taken from a list, no more 'pip install ...'
        spaghetti.
    
      - package evolution is tracked with a small git repo inside
        the build dir. With 'git log --patch' downgrades are easily
        spotted.
    
    Major changes:
    
      - Cuda version 11.5.2
      - Include (aka dev) files for dbus-python, pycairo, and PyGObject.
        Making it possible to build applications that not only import
        the packages.
      - Qt-bindings from Riverbank computing up to date
      - snakemake version 7.14.0
      - Tensorflow version 2.10.0
      - Napari added (a tool to work with Zeiss images)
      - Git-Cola added to the package, obsoleting the separate package
    
    Removals:
      - JaxLib (requires too many old packages)
      - thonny, a tiny IDE (uses too much obscure packages)
    
    Trivia:
    
      - The annoying 'pip version check' can be disabled by
        changing a single line.
    
    What else:
    
      - some minor formatting errors remain.
    thomas committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    3e13029 View commit details
    Browse the repository at this point in the history