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: tox-dev/tox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.6.2
Choose a base ref
...
head repository: tox-dev/tox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.6.3
Choose a head ref
  • 5 commits
  • 8 files changed
  • 3 contributors

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    1fed050 View commit details
    Browse the repository at this point in the history
  2. Docs link of env var subs section to set_env (#3039)

    * Hyperlinked env var substitutions docs in set_env
    
    * Added link to pass_env and tweaked wording a bit
    
    * Added changelog entry
    
    * Using :ref: to preserve title name (avoid redefining name)
    jamesbraza authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    b76781b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40411cf View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Ensure get_requires* hook is called before prepare_metadata* (#3044)

    * Cache all hooks in Pep517VirtualEnvFrontend
    
    This is useful when a hook is called multiple times (like
    get_requires_for_build_wheel, which is called before
    prepare_metadata_for_build_wheel and build_wheel).
    
    * Extract build requires installation in Pep517VirtualEnvPackager
    
    This method can then be re-used if we need to call
    prepare_metadata_for_build_*.
    
    * Ensure get_requires* is called before prepare_metadata*
    
    To improve compatibility with PEP 517, the dependencies should be
    installed before the prepare_metadata* hooks are called.
    
    * Fix linting
    
    * Add changelog entry
    
    * Fix affected tests
    
    * PR Feedback
    
    Signed-off-by: Bernát Gábor <[email protected]>
    
    * Improve bug fix message
    
    Signed-off-by: Bernát Gábor <[email protected]>
    
    * Fix tests
    
    Signed-off-by: Bernát Gábor <[email protected]>
    
    * More fixes
    
    Signed-off-by: Bernát Gábor <[email protected]>
    
    ---------
    
    Signed-off-by: Bernát Gábor <[email protected]>
    Co-authored-by: Bernát Gábor <[email protected]>
    abravalheri and gaborbernat authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e66e346 View commit details
    Browse the repository at this point in the history
  2. release 4.6.3

    gaborbernat committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    19b5f4d View commit details
    Browse the repository at this point in the history
Loading