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

platforms: rewrite mechanism which parses version into EVR #10038

Merged

Commits on Jan 9, 2023

  1. change method to clear a list to be compatible with Python 2

    there is no clear method of list object in Python 2
    vojtapolasek committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    f3082d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. change method for parsing of version to evr

    previously we used methods of pkg_tools. But there were differences between various implementations and it posed too many problems.
    Therefore, I decided to use simple regex to parse simple version to evr. It has currently limitations to numbers only, but this can be easily expanded.
    vojtapolasek committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    faf0316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64f77e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c35fad4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38cd22a View commit details
    Browse the repository at this point in the history