Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python/importlib_metadata
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.0
Choose a base ref
...
head repository: python/importlib_metadata
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.0
Choose a head ref
  • 19 commits
  • 12 files changed
  • 5 contributors

Commits on Mar 21, 2024

  1. GH-109653: Defer import of importlib.metadata._adapters (python/c…

    …python#109829)
    
    ---------
    
    Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
    AA-Turner and jaraco committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6673723 View commit details
    Browse the repository at this point in the history
  2. Allow mypy on PyPy (jaraco/skeleton#111)

    pypa/setuptools#4257 shows that mypy now works with PyPy
    Avasam authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a0d0c4b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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

Commits on Mar 23, 2024

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

Commits on Mar 30, 2024

  1. Move Python 3.11 out of the test matrix.

    Probably should have done this when moving continue-on-error to Python 3.13.
    jaraco committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    3fc7a93 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

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

Commits on Apr 10, 2024

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

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    7ad4f2f View commit details
    Browse the repository at this point in the history
  2. Move project metadata to pyproject.toml (jaraco/skeleton#122)

    Intentionally omitted specifying `tool.setuptools.include-package-data`: it's true by default in `pyproject.toml` according to https://setuptools.pypa.io/en/latest/userguide/datafiles.html#include-package-data.
    
    Closes jaraco/skeleton#121
    bswck authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f4529af View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    744cf2a View commit details
    Browse the repository at this point in the history
  2. Move project.urls to appear in the order that ini2toml generates it. …

    …Remove project.scripts.
    jaraco committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    bcf8f07 View commit details
    Browse the repository at this point in the history
  3. Merge https://github.com/jaraco/skeleton

    # Conflicts:
    #	pyproject.toml
    jaraco committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    42b4610 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Revert "Allow macos on Python 3.8 to fail as GitHub CI has dropped su…

    …pport."
    
    This reverts commit 744cf2a.
    jaraco committed May 2, 2024
    Configuration menu
    Copy the full SHA
    67aab15 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 31, 2024

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

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    5eee2ff View commit details
    Browse the repository at this point in the history
  2. gh-120801: Update fixtures.

    Removed unused fixtures relating to cwd. Rely on os_helper.temp_dir where relevant. Renamed to tmp_path to reflect pathlib behavior.
    jaraco committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    963f643 View commit details
    Browse the repository at this point in the history
  3. Finalize

    jaraco committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    311cef4 View commit details
    Browse the repository at this point in the history
Loading