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.23
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.24
Choose a head ref
  • 18 commits
  • 20 files changed
  • 4 contributors

Commits on Aug 12, 2022

  1. MNT: 0.24.dev0

    effigies committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    fa00476 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. MNT: Relicense to Unlicense

    Versioneer was initially licensed simply "public domain". For clarity,
    we chose CC0 as an actual license that puts the work into the public
    domain. However, Fedora has rejected CC0 as a permissible code license
    because it explicitly reserves the right to patent. Therefore we are
    moving to the Unlicnese, which is simpler and has no such provision."
    effigies committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    dc5cddf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #317 from effigies/mnt/unlicense

    MNT: Relicense to Unlicense
    effigies authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ca2a584 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. ENH: in verbose mode do not hide stderr of git rev-parse

    Hiding it made it very difficult to figure out why versionner was
    failing to figure out the version.
    
    Closes #310
    yarikoptic committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    8dcde6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #318 from yarikoptic/enh-not-verbose

    ENH: in verbose mode do not hide stderr of git rev-parse
    effigies authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    408adeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac98a89 View commit details
    Browse the repository at this point in the history
  4. RF: Use common setup_command instead of subprocess/exec

    Access setup without vendoring by running `versioneer install
    --no-vendor`
    effigies committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    3636967 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de194c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aceedf5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b789427 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0337a75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    388190f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    f146288 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #321 from sappelhoff/patch-1

    clarify upgrading to 0.23 doesn't require special actions
    effigies authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f30484e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #319 from effigies/mnt/py2exe-post-distutils

    ENH: Prepare for py2exe dropping distutils support
    effigies authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    bde6417 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Merge pull request #294 from effigies/enh/pep518-mode

    ENH: Allow versioneer to be used as a module in PEP-518 mode
    effigies authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    7c6b639 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    99d6220 View commit details
    Browse the repository at this point in the history
  2. REL: 0.24

    effigies committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    96b4a0f View commit details
    Browse the repository at this point in the history
Loading