-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add option to package build to disable normalization of version identifier #308
Copy link
Copy link
Closed
Labels
Needs TriageIssues that need to be evaluated for severity and status.Issues that need to be evaluated for severity and status.enhancementmajor
Description
Originally reported by: mklein0 (Bitbucket: mklein0, GitHub: mklein0)
Could an option be added to package builds to disable the use of normalized version identifiers in the final package file name?
Under previous versions of setup tools a version identifier of 20140510.003458 would generate a package name of:
dated_release-20140510.003458-cp27-none-macosx_10_9_intel.whl
After setuptools 8:
dated_release-20140510.3458-cp27-none-macosx_10_9_intel.whl
My primary concern is for older installation tool/devpy versions, the package version matching will fail if I start using the new normalized package names. And I do not want to have to test it.
Aesthetics is another aspect as in this case, the version identifier is actually an encoding of an ISO8601 timestamp.:
date -u +'%Y%m%d.%H%M%S'
This request is derived from issue #302
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs TriageIssues that need to be evaluated for severity and status.Issues that need to be evaluated for severity and status.enhancementmajor