0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-26 12:49:49 +00:00
renovatebot_renovate/lib/modules/versioning/pep440
2025-01-14 13:03:05 +00:00
..
index.spec.ts fix(versioning/pep440): match function should match on equality (#31170) 2024-09-03 04:00:09 +00:00
index.ts fix(versioning/pep440): match function should match on equality (#31170) 2024-09-03 04:00:09 +00:00
range.spec.ts fix(versioning/pep440): log debug message if newVersion is excluded from range (#28950) 2024-05-09 08:07:39 +02:00
range.ts refactor(logger): remove templating from WARN log messages (#33488) 2025-01-14 13:03:05 +00:00
readme.md refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00

PEP 440 is defined as part of the Python project, and its versioning is independent of others such as SemVer.

Ranges are supported using the syntax defined as part of the PEP440 spec.