forked from pool/python-semver
294c8b94cd0c7f956b8b1b10d4fa73e12287f27407b5440d44a770bbee13e104
- 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
Description
No description provided
Languages
RPM Spec
100%