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

Updates __eq__ implementation on the data types #445

Merged
merged 26 commits into from
Dec 19, 2022

Commits on Nov 16, 2022

  1. fix: PackageVersion.__eq__

    Karrenbelt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    7cd21b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    064b845 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdbb001 View commit details
    Browse the repository at this point in the history
  4. chore: linters

    Karrenbelt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3b27e78 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    0b33f7a View commit details
    Browse the repository at this point in the history
  2. Revert "fix: check_dependencies -> .without_hash()"

    This reverts commit cdbb001.
    Karrenbelt committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    77474ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36cf832 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05dbb00 View commit details
    Browse the repository at this point in the history
  5. chore: linters

    Karrenbelt committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    f564c43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09f7179 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c118f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75549e5 View commit details
    Browse the repository at this point in the history
  9. chore: linters

    Karrenbelt committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    45e1c7a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    85c0c74 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b5a411 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    64f19d0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    15b128c View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    4784ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d3fd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f269b13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    779c951 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    97e612a View commit details
    Browse the repository at this point in the history
  2. chore: linters

    Karrenbelt committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    1e08814 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4aea8d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Merge pull request #448 from valory-xyz/fix/delegate_to_PackageVersio…

    …nLike
    
    Fix/delegate `__lt__` to `PackageVersionLike`
    DavidMinarsch authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9276d3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #447 from valory-xyz/fix/data_types__lt__

    Add deflection to custom `__lt__` and add `functools.total_ordering`
    DavidMinarsch authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    7281b27 View commit details
    Browse the repository at this point in the history