From caf61bea75e07dc15c567de3cfc4d4e7e90a0c0ef23dd582879b310e9fe2f6ba Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 12 Jul 2020 16:07:39 +0000 Subject: [PATCH] - 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 --- python-semver.changes | 21 +++++++++++++++++++++ python-semver.spec | 2 +- semver-2.10.0.tar.gz | 3 --- semver-2.10.2.tar.gz | 3 +++ 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 semver-2.10.0.tar.gz create mode 100644 semver-2.10.2.tar.gz diff --git a/python-semver.changes b/python-semver.changes index 49ad5ec..46303ef 100644 --- a/python-semver.changes +++ b/python-semver.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Jul 12 16:04:41 UTC 2020 - Sebastian Wagner + +- 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 diff --git a/python-semver.spec b/python-semver.spec index 025c444..51f6fb2 100644 --- a/python-semver.spec +++ b/python-semver.spec @@ -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 diff --git a/semver-2.10.0.tar.gz b/semver-2.10.0.tar.gz deleted file mode 100644 index 2fd7660..0000000 --- a/semver-2.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ae5f926f2c4c1aa0612f95d4d502c838f41526f0b71e20cc706c28aa9763c47 -size 40852 diff --git a/semver-2.10.2.tar.gz b/semver-2.10.2.tar.gz new file mode 100644 index 0000000..1ddf6b0 --- /dev/null +++ b/semver-2.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a4a9d1e45557297a722ee9bac3de2ec2ea79016b6ffcaca609b0bc62cf4276 +size 42514