-
Notifications
You must be signed in to change notification settings - Fork 96
Comparing changes
Open a pull request
base repository: python-semver/python-semver
base: 3.0.0-rc.1
head repository: python-semver/python-semver
compare: 3.0.0
- 7 commits
- 12 files changed
- 1 contributor
Commits on Mar 19, 2023
-
Merge pull request #399 from tomschr/release/3.0.0-rc.1
Prepare for 3.0.0-rc.1 release
Configuration menu - View commit details
-
Copy full SHA for 7cb958a - Browse repository at this point
Copy the full SHA 7cb958aView commit details
Commits on Apr 2, 2023
-
Use max() and min() with argument key=Version.parse
Configuration menu - View commit details
-
Copy full SHA for c72c50c - Browse repository at this point
Copy the full SHA c72c50cView commit details -
Merge pull request #401 from tomschr/min_max_ver
Simplify max_ver and min_ver. This makes the two functions consistent.
Configuration menu - View commit details
-
Copy full SHA for c40b6a4 - Browse repository at this point
Copy the full SHA c40b6a4View commit details -
Fix #258: Keep semver._deprecated.compare
Although it breaks consistency with module level functions, it seems it's a much needed/used function. Nevertheless it's a "deprecated" function. * Function is also available accessing semver.compare() * Decorate semver.compare() as PendingDeprecationWarning * Update docstring of semver.compare() * Adapt `deprecated` decorator and use enforce keyword arguments * Update CHANGELOG.rst * Use intersphinx to link to Python exception, use Python inventory It's still unclear if we should deprecate this function or not (that's why we use PendingDeprecationWarning). As we don't have a uniform initializer yet, this function stays in _deprecated.py for the time being until we find a better soltuion. See #258 for details
Configuration menu - View commit details
-
Copy full SHA for 47b49ca - Browse repository at this point
Copy the full SHA 47b49caView commit details -
Merge pull request #402 from tomschr/compare-258
Fix #258: Keep semver._deprecated.compare
Configuration menu - View commit details
-
Copy full SHA for 5abeda6 - Browse repository at this point
Copy the full SHA 5abeda6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d26cc07 - Browse repository at this point
Copy the full SHA d26cc07View commit details -
Merge pull request #403 from tomschr/release/3.0.0
Build 3.0.0 release of semver
Configuration menu - View commit details
-
Copy full SHA for 3a7680d - Browse repository at this point
Copy the full SHA 3a7680dView 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 3.0.0-rc.1...3.0.0