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.26
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.27
Choose a head ref
  • 16 commits
  • 13 files changed
  • 4 contributors

Commits on Sep 6, 2022

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

Commits on Sep 16, 2022

  1. TEST: Useless inheritance from object

    The class is inheriting from object, which is implicit under Python 3,
    hence can be safely removed from bases.
    DimitriPapadopoulos committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    3787d24 View commit details
    Browse the repository at this point in the history
  2. MNT: Merge endswith checks

    The methods startswith and endswith for string instances accept two types of
    Python constructs as the first argument. The types are:
    - a Python string, or
    - a tuple of strings
    DimitriPapadopoulos committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    076b18b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #337 from DimitriPapadopoulos/endswith

    Merge `endswith` checks
    effigies authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d4cf6f2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #336 from DimitriPapadopoulos/object

    Useless inheritance from object
    effigies authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d067637 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. CI: python-version should be a string, not a float

    This shows clearly with '3.10' which is different from '3.1'.
    DimitriPapadopoulos committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    957ebcb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Merge pull request #340 from DimitriPapadopoulos/python-version

    CI: python-version should be a string, not a float
    effigies authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    44d07c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    4439f8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #341 from DimitriPapadopoulos/actions

    CI: Automatically update GitHub Actions in the future
    effigies authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    7e4403b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. FIX: mixup between _egg_info and _sdist

    This fixes the following error message that appeared when upgrading Numpy
    from Versioneer 0.19 to 0.26:
    	Traceback (most recent call last):
    	  File "setup.py", line 102, in <module>
    	    cmdclass = versioneer.get_cmdclass(numpy_cmdclass)
    	  File "/cygdrive/d/a/numpy/numpy/versioneer.py", line 1980, in get_cmdclass
    	    class cmd_egg_info(_egg_info):
    	UnboundLocalError: local variable '_egg_info' referenced before assignment
    DimitriPapadopoulos committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    468ea21 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. FIX: always bootstrap to avoid incompatibility with old versioneer

    Always bootstrap versioneer and use the newly bootstrapped version
    in `setup.py`.  This avoids compatibility problems when there is
    an old version of versioneer installed (<= 0.23) that does not define
    `get_version()` and therefore causes `setup.py` to fail.
    
    Thanks to Chris Markiewicz for the suggested solution.
    
    Fixes #343
    mgorny committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    45f2491 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #344 from mgorny/always-bootstrap

    FIX: Always bootstrap in setup.py to avoid incompatibility with old versioneer
    effigies authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    779d126 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    225bbc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Merge pull request #342 from DimitriPapadopoulos/_egg_info

    FIX: mixup between _egg_info and _sdist
    effigies authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    2eb638c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0861cf View commit details
    Browse the repository at this point in the history
  3. REL: 0.27

    effigies committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    759b365 View commit details
    Browse the repository at this point in the history
Loading