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

Expose arch in Python bindings #92

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    f54690e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Python: add get/set implementations for arches

    A few differences in the behavior may be better solved with a separate
    getter/setter methods.
    alebastr committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    eba5ddd View commit details
    Browse the repository at this point in the history
  2. Fix libcomps.Group.packages_match(name=...) lookup

    The default for an unset `type` was wrong and did not allow to find any
    packages without explicitly passing another `type` value.
    alebastr committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c9a3145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f9ef2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c3f02b View commit details
    Browse the repository at this point in the history