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

Remove python-toml dependency #1085

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Remove python-toml dependency #1085

wants to merge 1 commit into from

Conversation

mdellweg
Copy link
Member

Python 3.11 ships tomllib instead. For older versions we can use tomli with the same interface, and tomli-w allows dumping toml files.

fixes #1084

Python 3.11 ships tomllib instead. For older versions we can use tomli
with the same interface, and tomli-w allows dumping toml files.
Specifically for packaging in fedora, this is needed, because
python-toml has been deprecated there.

fixes pulp#1084
@mdellweg mdellweg changed the title WIP Remove python-toml dependency Remove python-toml dependency Sep 20, 2024
@mdellweg mdellweg marked this pull request as ready for review September 20, 2024 14:13
@mdellweg mdellweg enabled auto-merge (rebase) September 20, 2024 14:14
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.

Make sure any dependencies are also available as RPMs?
1 participant