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 #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mbargull
Copy link

@mbargull mbargull commented Nov 2, 2023

Hi @AndreasHeger,

I'm currently looking at what packages on conda-forge and Bioconda have a dependency on the non-maintained ruamel_yaml package.

It'd be good if we could have this package depend on ruamel.yaml instead of ruamel_yaml, too.

NB: The latest conda-forge::ruamel_yaml is still at version 0.15.80 -- upstream released that version 5 years ago.

Conda-forge will stop (re-)building (the severly outdated) ruamel_yaml package;
tracking issue: conda-forge/ruamel_yaml-feedstock#107


This should also 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/ .


Cheers,

Marcel

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 <[email protected]>
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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant