oslo.utils/releasenotes/notes/version-predicate-42f38f7b7e9187e1.yaml
Takashi Kajinami d84e30d44e Vendor VersionPredicate
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
2024-10-14 23:10:07 +09:00

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.