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

Replace pkg_resources.parse_version with packaging.version.parse #693

Merged
merged 7 commits into from
Mar 10, 2023

Commits on Feb 2, 2023

  1. replace parse_version with packaging.version.parse

    Signed-off-by: ijnek <kenjibrameld@gmail.com>
    ijnek committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8a1e957 View commit details
    Browse the repository at this point in the history
  2. lstrip upstream/

    Signed-off-by: ijnek <kenjibrameld@gmail.com>
    ijnek committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    ff1483b View commit details
    Browse the repository at this point in the history
  3. prevent conflict of "version" word

    Signed-off-by: ijnek <kenjibrameld@gmail.com>
    ijnek committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    57f13b1 View commit details
    Browse the repository at this point in the history
  4. use regex to get version number

    Signed-off-by: ijnek <kenjibrameld@gmail.com>
    ijnek committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    c4c1049 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Update bloom/logging.py

    Co-authored-by: Jochen Sprickerhof <github@jochen.sprickerhof.de>
    ijnek and jspricke committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a228a51 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. import version.parse as parse_version

    Signed-off-by: ijnek <kenjibrameld@gmail.com>
    ijnek committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    d8e4d15 View commit details
    Browse the repository at this point in the history
  2. change to use parse_version instead of version.parse, because "versio…

    …n" is used as variables everywhere
    
    Signed-off-by: ijnek <kenjibrameld@gmail.com>
    ijnek committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    cd20317 View commit details
    Browse the repository at this point in the history