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

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Jul 12 16:04:41 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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.
-------------------------------------------------------------------
Tue May 19 09:27:55 UTC 2020 - Petr Gajdos <pgajdos@suse.com>