14
0
forked from pool/python-semver

- update to version 2.10.2:

- Features:
  - Increase coverage
 - Bug Fixes:
  - Fixed ``__getitem__`` returning None on wrong parts
  - Doc: Add missing "install" subcommand for openSUSE
 - Deprecations:
  - functions `semver.max_ver`, `semver.min_ver`
- update to version 2.10.1:
 - Features:
  - Added release policy and version restriction in documentation to
    help our users which would like to stay on the major 2 release.
  - Simplified installation semver on openSUSE with ``obs://``.
  - Made docstrings consistent
 - Bug Fixes:
  - Fixed return type of ``semver.VersionInfo.next_version``
    to always return a ``VersionInfo`` instance.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=25
This commit is contained in:
Sebastian Wagner
2020-07-12 16:07:39 +00:00
committed by Git OBS Bridge
parent 53f37154be
commit caf61bea75
4 changed files with 25 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-semver
Version: 2.10.0
Version: 2.10.2
Release: 0
Summary: Python helper for Semantic Versioning
License: BSD-3-Clause