diff --git a/python-semver-2.9.0.tar.gz b/python-semver-2.9.0.tar.gz deleted file mode 100644 index 537f120..0000000 --- a/python-semver-2.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98d9771e677dcf7393e254671e78cb9fbed9223dcaec8371d8e7c09a099d1420 -size 24767 diff --git a/python-semver-2.9.1.tar.gz b/python-semver-2.9.1.tar.gz new file mode 100644 index 0000000..234ed97 --- /dev/null +++ b/python-semver-2.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6132e85fc9edbce6c049d60a3e297885c88c7c9ac9a3f4f021369b67bf1cb8ed +size 32437 diff --git a/python-semver.changes b/python-semver.changes index 895a005..ca335d9 100644 --- a/python-semver.changes +++ b/python-semver.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Feb 18 20:00:54 UTC 2020 - Sebastian Wagner + +- update to version 2.9.1: + - Features: + - :gh:`177` (:pr:`178`): Fixed repository and CI links (moved https://github.com/k-bx/python-semver/ repository to https://github.com/python-semver/python-semver/) + - :pr:`179`: Added note about moving this project to the new python-semver organization on GitHub + - :gh:`187` (:pr:`188`): Added logo for python-semver organization and documentation + - :gh:`191` (:pr:`194`): Created manpage for pysemver + - :gh:`196` (:pr:`197`): Added distribution specific installation instructions + - :gh:`201` (:pr:`202`): Reformatted source code with black + - :gh:`208` (:pr:`209`): Introduce new function :func:`semver.VersionInfo.isvalid` + and extend :command:`pysemver` with :command:`check` subcommand + - :gh:`210` (:pr:`215`): Document how to deal with invalid versions + - :pr:`212`: Improve docstrings according to PEP257 + - Bug Fixes: + - :gh:`192` (:pr:`193`): Fixed "pysemver" and "pysemver bump" when called without arguments + ------------------------------------------------------------------- Tue Nov 26 14:15:33 UTC 2019 - Sebastian Wagner diff --git a/python-semver.spec b/python-semver.spec index 5e073d7..4e9b445 100644 --- a/python-semver.spec +++ b/python-semver.spec @@ -1,7 +1,7 @@ # # spec file for package python-semver # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-semver -Version: 2.9.0 +Version: 2.9.1 Release: 0 Summary: Python helper for Semantic Versioning License: BSD-3-Clause