14
0
forked from pool/python-semver

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=27
This commit is contained in:
Sebastian Wagner
2020-10-30 11:47:16 +00:00
committed by Git OBS Bridge
parent caf61bea75
commit 294c8b94cd
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Oct 30 11:22:16 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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 <sebix+novell.com@sebix.at>

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0a4a9d1e45557297a722ee9bac3de2ec2ea79016b6ffcaca609b0bc62cf4276
size 42514

3
semver-2.13.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa0fe2722ee1c3f57eac478820c3a5ae2f624af8264cbdf9000c980ff7f75e3f
size 45816