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

Change extract_repodata return type to namedtuple or dictionary #98

Open
SandakovMM opened this issue Dec 31, 2024 · 0 comments
Open

Change extract_repodata return type to namedtuple or dictionary #98

SandakovMM opened this issue Dec 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@SandakovMM
Copy link
Contributor

Using just a tuple was fine when we only needed a few fields from the repodata. However, I would like to include the 'gpgkey' field, and we may need more fields in the future. Therefore, it would be great to change the type so we don't have to guess the order of the return fields.

There are several places where we use this function, so we should be cautious when changing its behavior.

@SandakovMM SandakovMM added the enhancement New feature or request label Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant