8000 Add an entry to the change log · bazel-contrib/rules_python@08d555b · GitHub
[go: up one dir, main page]

Skip to content

Commit 08d555b

Browse files
committed
Add an entry to the change log
Add a note about the two new feature flags in the change log: incompatible_normalize_name and incompatible_normalize_version.
1 parent ea41790 commit 08d555b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ A brief description of the categories of changes:
5555
authentication against private HTTP hosts serving Python toolchain binaries.
5656
* `//python:packaging_bzl` added, a `bzl_library` for the Starlark
5757
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.
5866

5967
### Removed
6068

0 commit comments

Comments
 (0)
0