d84e30d44e
Add simplified VersionPredicate to replace distutils.versionpredicate. Note that the predicate format is simplified and does not contain the package name, because this field is not actually used. Related-Bug: #2083518 Change-Id: I5eb3601650e536a1f4c290bb68d75d5a232f9141
7 lines
210 B
YAML
7 lines
210 B
YAML
---
|
|
features:
|
|
- |
|
|
The new ``VersionPredicate`` class has been added to the ``versionutils``
|
|
module, which parses version predicate and check if the given version meets
|
|
the described requirements.
|