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

Add types for packaging.version._Version #665

Merged
merged 5 commits into from Jun 16, 2023

Commits on Jan 17, 2023

  1. Add types for packaging.version._Version

    This makes interactions with the internal _version object type safe,
    instead of having them all resolve to Any.
    
    I also separate out the actual types (which do not contain infinities)
    from the types used by _cmpkey (which could). This types things more
    accurately and makes the types easier to understand in the actual case.
    hauntsaninja committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    8a19327 View commit details
    Browse the repository at this point in the history
  2. simplify properties

    hauntsaninja committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    fc520de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f892309 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

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

Commits on Jun 16, 2023

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