8000 Comparing v0.3.19...v0.3.20 · color/clr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
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: color/clr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.19
Choose a base ref
...
head repository: color/clr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.20
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 23, 2022

  1. Stop using setup_requires, add a pyproject.toml. (#45)

    We have found that the use of `setup_requires` creates incompatible
    builds between different minor versions of Python (because the
    version-specific eggs of the setup requirements end up embedded in the
    build output). `clr` was using `setup_requires` to install
    `pytest-runner` which is itself deprecated. This commit deletes
    `pytest-runner` and adds a `pyproject.toml` to trigger Pants'/Pex's
    PEP-517/518 behavior.
    
    I massaged how we specify dependencies & our docs to show the new way of
    running tests after this change... not that anyone will be doing that
    any time soon.
    danxmoran authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    00216c2 View commit details
    Browse the repository at this point in the history
  2. Bump version.

    danxmoran committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    dc1dbea View commit details
    Browse the repository at this point in the history
Loading
0