Path to this page:
./
devel/py-semantic_version,
Semantic version comparison for Python
Branch: CURRENT,
Version: 2.10.0,
Package name: py310-semantic_version-2.10.0,
Maintainer: minskimThis small python library provides a few tools to handle SemVer in
Python. It follows strictly the 2.0.0 version of the SemVer scheme.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 51.063 KB
Version history: (Expand)
- (2022-07-05) Updated to version: py310-semantic_version-2.10.0
- (2022-04-04) Updated to version: py39-semantic_version-2.9.0
- (2022-01-05) Updated to version: py39-semantic_version-2.8.5nb1
- (2021-10-07) Updated to version: py39-semantic_version-2.8.5
- (2020-06-01) Updated to version: py37-semantic_version-2.8.5
- (2020-03-20) Updated to version: py37-semantic_version-2.8.4
CVS history: (Expand)
2022-07-05 10:10:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-semantic_version: updated to 2.10.0
2.10.0
Ensure sorting a collection of versions is always stable, even with
build metadata.
|
2022-04-04 11:58:41 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-semantic_version: updated to 2.9.0
2.9.0
Add support for Django 3.1, 3.2, 4.0
Add support for Python 3.7 / 3.8 / 3.9 / 3.10
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-06-01 18:03:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-semantic_version: updated to 2.8.5
2.8.5:
Properly handle wildcards in ``SimpleSpec`` (e.g. ``==1.2.*``).
|
2020-03-20 10:31:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-semantic_version: updated to 2.8.4
2.8.4:
*Bugfix:*
Properly coerce versions with leading zeroes in components (e.g.
``1.01.007``)
|
2019-12-15 12:36:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-semantic_version: updated to 2.8.3
2.8.3:
New:
Add Clause.prettyprint() for debugging
Bugfix:
Fix handling of prerelease ranges within NpmSpec
|