Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use upstream ruamel.yaml instead of ruamel_yaml #435

Merged
merged 2 commits into from
Nov 2, 2023

Commits on Nov 2, 2023

  1. Use upstream ruamel.yaml instead of ruamel_yaml

    The ruamel_yaml package was created by Anaconda as a workaround for
    namespace package issues a long time ago.
    By now it is not needed anymore and ruamel.yaml is available from
    Anaconda's "defaults" channel as well as conda-forge.
    Conda-forge will stop (re-)building (the severly outdated) ruamel_yaml
    package; tracking issue:
    conda-forge/ruamel_yaml-feedstock#107
    
    Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
    mbargull committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8d968aa View commit details
    Browse the repository at this point in the history
  2. Add compatibility for ruamel.yaml=0.18

    ruamel.yaml=0.18 removed the top-level load, dump, etc. functions.
    For details see https://pypi.org/project/ruamel.yaml/0.18.4/ .
    
    Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
    mbargull committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c39d7bd View commit details
    Browse the repository at this point in the history