-
Notifications
You must be signed in to change notification settings - Fork 153
Comparing changes
Open a pull request
base repository: python-versioneer/python-versioneer
base: 0.26
head repository: python-versioneer/python-versioneer
compare: 0.27
- 16 commits
- 13 files changed
- 4 contributors
Commits on Sep 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 50098c8 - Browse repository at this point
Copy the full SHA 50098c8View commit details
Commits on Sep 16, 2022
-
TEST: Useless inheritance from object
The class is inheriting from object, which is implicit under Python 3, hence can be safely removed from bases.
Configuration menu - View commit details
-
Copy full SHA for 3787d24 - Browse repository at this point
Copy the full SHA 3787d24View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 076b18b - Browse repository at this point
Copy the full SHA 076b18bView commit details -
Merge pull request #337 from DimitriPapadopoulos/endswith
Merge `endswith` checks
Configuration menu - View commit details
-
Copy full SHA for d4cf6f2 - Browse repository at this point
Copy the full SHA d4cf6f2View commit details -
Merge pull request #336 from DimitriPapadopoulos/object
Useless inheritance from object
Configuration menu - View commit details
-
Copy full SHA for d067637 - Browse repository at this point
Copy the full SHA d067637View commit details
Commits on Sep 23, 2022
-
CI: python-version should be a string, not a float
This shows clearly with '3.10' which is different from '3.1'.
Configuration menu - View commit details
-
Copy full SHA for 957ebcb - Browse repository at this point
Copy the full SHA 957ebcbView commit details
Commits on Sep 26, 2022
-
Merge pull request #340 from DimitriPapadopoulos/python-version
CI: python-version should be a string, not a float
Configuration menu - View commit details
-
Copy full SHA for 44d07c5 - Browse repository at this point
Copy the full SHA 44d07c5View commit details
Commits on Oct 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4439f8a - Browse repository at this point
Copy the full SHA 4439f8aView commit details -
Merge pull request #341 from DimitriPapadopoulos/actions
CI: Automatically update GitHub Actions in the future
Configuration menu - View commit details
-
Copy full SHA for 7e4403b - Browse repository at this point
Copy the full SHA 7e4403bView commit details
Commits on Oct 15, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 468ea21 - Browse repository at this point
Copy the full SHA 468ea21View commit details
Commits on Oct 18, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 45f2491 - Browse repository at this point
Copy the full SHA 45f2491View commit details -
Merge pull request #344 from mgorny/always-bootstrap
FIX: Always bootstrap in setup.py to avoid incompatibility with old versioneer
Configuration menu - View commit details
-
Copy full SHA for 779d126 - Browse repository at this point
Copy the full SHA 779d126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 225bbc6 - Browse repository at this point
Copy the full SHA 225bbc6View commit details
Commits on Oct 19, 2022
-
Merge pull request #342 from DimitriPapadopoulos/_egg_info
FIX: mixup between _egg_info and _sdist
Configuration menu - View commit details
-
Copy full SHA for 2eb638c - Browse repository at this point
Copy the full SHA 2eb638cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0861cf - Browse repository at this point
Copy the full SHA d0861cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 759b365 - Browse repository at this point
Copy the full SHA 759b365View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.26...0.27