diff --git a/python-semver.changes b/python-semver.changes index 46303ef..02da4d7 100644 --- a/python-semver.changes +++ b/python-semver.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Oct 30 11:22:16 UTC 2020 - Sebastian Wagner + +- update to version 2.13.0: + - Features: + - :pr:`287`: Document how to create subclass from ``VersionInfo`` + - Bug Fixes: + - :pr:`283`: Ensure equal versions have equal hashes. + Version equality means for semver, that ``major``, + ``minor``, ``patch``, and ``prerelease`` parts are + equal in both versions you compare. The ``build`` part + is ignored. +- update to version 2.12.0: + - Bug Fixes: + - :gh:`291` (:pr:`292`): Disallow negative numbers of + major, minor, and patch for ``semver.VersionInfo`` +- update to version 2.11.0: + - Bug Fixes: + - :gh:`276` (:pr:`277`): VersionInfo.parse should be a class method + Also add authors and update changelog in :gh:`286` + - :gh:`274` (:pr:`275`): Py2 vs. Py3 incompatibility TypeError + ------------------------------------------------------------------- Sun Jul 12 16:04:41 UTC 2020 - Sebastian Wagner diff --git a/python-semver.spec b/python-semver.spec index 51f6fb2..684a1e8 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.2 +Version: 2.13.0 Release: 0 Summary: Python helper for Semantic Versioning License: BSD-3-Clause diff --git a/semver-2.10.2.tar.gz b/semver-2.10.2.tar.gz deleted file mode 100644 index 1ddf6b0..0000000 --- a/semver-2.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0a4a9d1e45557297a722ee9bac3de2ec2ea79016b6ffcaca609b0bc62cf4276 -size 42514 diff --git a/semver-2.13.0.tar.gz b/semver-2.13.0.tar.gz new file mode 100644 index 0000000..4dd2c61 --- /dev/null +++ b/semver-2.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0fe2722ee1c3f57eac478820c3a5ae2f624af8264cbdf9000c980ff7f75e3f +size 45816