Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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-semver/python-semver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.0-rc.1
Choose a base ref
Loading
...
head repository: python-semver/python-semver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Choose a head ref
Loading
  • 7 commits
  • 12 files changed
  • 1 contributor

Commits on Mar 19, 2023

  1. Merge pull request #399 from tomschr/release/3.0.0-rc.1

    Prepare for 3.0.0-rc.1 release
    tomschr authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    7cb958a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Simplify max_ver and min_ver

    Use max() and min() with argument key=Version.parse
    tomschr committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    c72c50c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #401 from tomschr/min_max_ver

    Simplify max_ver and min_ver. This makes the two functions consistent.
    tomschr authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    c40b6a4 View commit details
    Browse the repository at this point in the history
  3. 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
    tomschr committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    47b49ca View commit details
    Browse the repository at this point in the history
  4. Merge pull request #402 from tomschr/compare-258

    Fix #258: Keep semver._deprecated.compare
    tomschr authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    5abeda6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d26cc07 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #403 from tomschr/release/3.0.0

    Build 3.0.0 release of semver
    tomschr authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    3a7680d View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.