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

Support enriched metadata #686

Merged
merged 55 commits into from Aug 18, 2023
Merged

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    6a8885b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b76382 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    1d53b9c View commit details
    Browse the repository at this point in the history
  2. Support name

    brettcannon committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    b93dfaf View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Support Platform

    brettcannon committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7b06d75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8de6334 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1d9f32 View commit details
    Browse the repository at this point in the history
  4. Handle simple cases

    brettcannon committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7396421 View commit details
    Browse the repository at this point in the history
  5. Fix some names

    brettcannon committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    26d39d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Support Project-URL

    brettcannon committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    47a859a View commit details
    Browse the repository at this point in the history
  2. Support Requires-Python

    brettcannon committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    bd0431b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d92e29f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af34d9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64c8356 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f667527 View commit details
    Browse the repository at this point in the history
  7. Support Provides-Extra

    brettcannon committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    137ac60 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Support requires-dist

    brettcannon committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    448fe7c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Add support for Dynamic

    brettcannon committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    773be9a View commit details
    Browse the repository at this point in the history
  2. Support Metadata-Version

    brettcannon committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    e775ee8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    872dee2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e04cd19 View commit details
    Browse the repository at this point in the history
  5. Convert some XXX to TODO

    brettcannon committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    5162614 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

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

Commits on Apr 3, 2023

  1. Tighten typing

    brettcannon committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    fe2cb25 View commit details
    Browse the repository at this point in the history
  2. Ditch validators

    brettcannon committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1c4ce33 View commit details
    Browse the repository at this point in the history
  3. Drop an unused import

    brettcannon committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    c60a675 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54e496e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8621a47 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    a11022c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d4a5e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5661266 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59c118a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ca8db6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Check for unparsed data

    brettcannon committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    9cbb9e2 View commit details
    Browse the repository at this point in the history
  2. Validate raw metadata

    brettcannon committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    78ca137 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Make the linters happy

    brettcannon committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1455e37 View commit details
    Browse the repository at this point in the history
  2. Tweak a comment

    brettcannon committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4db271f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c9b71f View commit details
    Browse the repository at this point in the history
  4. Make mypy happy

    brettcannon committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d9c7e9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32d4337 View commit details
    Browse the repository at this point in the history
  6. Get code coverage to 100%

    brettcannon committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0144c91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6e6f7a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Make mypy happy

    brettcannon committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8dc07b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    181ba6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41bdb34 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

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

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    36b6664 View commit details
    Browse the repository at this point in the history
  2. Fix reST markup error

    brettcannon committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ef1be86 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    9963bf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    110638e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    8a0b0e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d4e6ad View commit details
    Browse the repository at this point in the history
  3. Update the changelog

    brettcannon committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ea3a10f View commit details
    Browse the repository at this point in the history