File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,14 @@ A brief description of the categories of changes:
55
55
authentication against private HTTP hosts serving Python toolchain binaries.
56
56
* ` //python:packaging_bzl ` added, a ` bzl_library ` for the Starlark
57
57
files ` //python:packaging.bzl ` requires.
58
+ * (py_wheel) Added the ` incompatible_normalize_name ` feature flag to
59
+ normalize the package distribution name according to latest Python
60
+ packaging standards. Defaults to ` False ` for the time being.
61
+ * (py_wheel) Added the ` incompatible_normalize_version ` feature flag
62
+ to normalize the package version according to PEP440 standard. This
63
+ also adds support for local version specifiers (versions with a ` + `
64
+ in them), in accordance with PEP440. Defaults to ` False ` for the
65
+ time being.
58
66
59
67
### Removed
60
68
You can’t perform that action at this time.
0 commit comments