diff --git a/acceptance/bin/setmtime.py b/acceptance/bin/setmtime.py index ae7f6d7c4..dd546d65c 100755 --- a/acceptance/bin/setmtime.py +++ b/acceptance/bin/setmtime.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """ Cross-platform set mtime with nanosecond precision. -Usage: setmtime.py +Usage: setmtime.py """ import sys diff --git a/libs/patchwheel/parse.go b/libs/patchwheel/parse.go index 369ff57fb..c6fe9c152 100644 --- a/libs/patchwheel/parse.go +++ b/libs/patchwheel/parse.go @@ -19,7 +19,7 @@ type WheelInfo struct { // - if there is an existing part after + it is dropped // - append + to version // -// Example transform: "1.2.3" -> "1.2.3+2025030412345678" +// Example version transform: "1.2.3" -> "1.2.3+1741091696780123321" func calculateNewVersion(info WheelInfo, mtime time.Time) (newVersion, newFilename string) { baseVersion, _, _ := strings.Cut(info.Version, "+")