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-versioneer/python-versioneer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.27
Choose a base ref
...
head repository: python-versioneer/python-versioneer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.28
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 19, 2022

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

Commits on Oct 21, 2022

  1. FIX: handle unset versionfile_build in build_ext

    Fix a crash due to attempting to pass `None` to `os.path.join()`
    when `versionfile_build` is not set in the config file, and `build_ext`
    command is called directly.
    
    Fixes #346
    mgorny committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    d33dff3 View commit details
    Browse the repository at this point in the history
  2. ENH: support built-in tomllib for Python 3.11+

    Python 3.11 includes a built-in `tomllib` module (that's compatible
    with `tomli`).  Use it in new Python versions, and require `tomli`
    only with older Pythons.
    mgorny committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    b0a0afa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9a4e40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd227a3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #347 from mgorny/build-ext

    FIX: handle unset versionfile_build in build_ext
    effigies authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    59dceed View commit details
    Browse the repository at this point in the history
  6. Merge pull request #348 from mgorny/tomllib

    ENH: support built-in tomllib for Python 3.11+
    effigies authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    9e7975f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. REL: 0.28

    effigies committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    83f20fd View commit details
    Browse the repository at this point in the history
Loading