Skip to content

Commit c6331a9

Browse files
committed
Add reminder to handle PEP440 ===
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent c18cc5d commit c6331a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/univers/versions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ class PypiVersion(Version):
153153
PEP 440 as implemented in packaging with fallback to "legacy"
154154
"""
155155

156+
# TODO: ensure we deal with tripple equal
157+
156158
@classmethod
157159
def build_value(cls, string):
158160
return packaging_version.Version(string)

0 commit comments

Comments
 (0)